]> git.openstreetmap.org Git - chef.git/commitdiff
Remove tabaluga role
authorTom Hughes <tom@compton.nu>
Thu, 29 Jan 2015 19:30:39 +0000 (19:30 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 29 Jan 2015 19:30:39 +0000 (19:30 +0000)
roles/tabaluga.rb [deleted file]

diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb
deleted file mode 100644 (file)
index 292e0a5..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-name "tabaluga"
-description "Master role applied to tabaluga"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :external_ipv4 => {
-        :interface => "eth0",
-        :role => :external,
-        :family => :inet,
-        :address => "5.9.150.236",
-        :prefix => "27",
-        :gateway => "5.9.150.225"
-      },
-      :external_ipv6 => {
-        :interface => "eth0",
-        :role => :external,
-        :family => :inet6,
-        :address => "2a01:4f8:190:33eb::2",
-        :prefix => "64",
-        :gateway => "fe80::1"
-      }
-    }
-  },
-  :squid => {
-    :cache_mem => "12500 MB",
-    :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
-  },
-  :tilecache => {
-    :tile_parent => "germany.render.openstreetmap.org",
-    :tile_siblings => [
-       "trogdor.openstreetmap.org",
-       "nepomuk.openstreetmap.org",
-       "ridgeback.openstreetmap.org",
-       "fume.openstreetmap.org",
-       "gorynych.openstreetmap.org",
-       "simurgh.openstreetmap.org"
-    ]
-  }
-)
-
-run_list(
-  "role[hetzner]",
-  "role[tilecache]"
-)