]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tabaluga.rb
Add role for tabaluga
[chef.git] / roles / tabaluga.rb
index 292e0a5fe554e5e7f61a03a6aee7b73a3d3fa243..2911bdfb32f67edae740a1ccf432a5c3b3ee2b06 100644 (file)
@@ -4,42 +4,32 @@ description "Master role applied to tabaluga"
 default_attributes(
   :networking => {
     :interfaces => {
 default_attributes(
   :networking => {
     :interfaces => {
+      :internal_ipv4 => {
+        :interface => "bond0",
+        :role => :internal,
+        :family => :inet,
+        :address => "10.0.48.14",
+        :bond => {
+          :slaves => %w[eno1 eno2]
+        }
+      },
       :external_ipv4 => {
       :external_ipv4 => {
-        :interface => "eth0",
+        :interface => "bond0.2",
         :role => :external,
         :family => :inet,
         :role => :external,
         :family => :inet,
-        :address => "5.9.150.236",
-        :prefix => "27",
-        :gateway => "5.9.150.225"
+        :address => "130.117.76.14"
       },
       :external_ipv6 => {
       },
       :external_ipv6 => {
-        :interface => "eth0",
+        :interface => "bond0.2",
         :role => :external,
         :family => :inet6,
         :role => :external,
         :family => :inet6,
-        :address => "2a01:4f8:190:33eb::2",
-        :prefix => "64",
-        :gateway => "fe80::1"
+        :address => "2001:978:2:2C::172:E"
       }
     }
       }
     }
-  },
-  :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(
   }
 )
 
 run_list(
-  "role[hetzner]",
-  "role[tilecache]"
+  "role[equinix]",
+  "role[hp-g9]"
 )
 )