]> git.openstreetmap.org Git - chef.git/blobdiff - roles/naga.rb
Add roles for Equinix Dublin machines
[chef.git] / roles / naga.rb
index 8045a51f0764d9def8b724b3d4c3d464f6132723..3582d5f156411167f236d0d58ef24dfca9488bba 100644 (file)
@@ -4,34 +4,32 @@ description "Master role applied to naga"
 default_attributes(
   :networking => {
     :interfaces => {
+      :internal_ipv4 => {
+        :interface => "bond0",
+        :role => :internal,
+        :family => :inet,
+        :address => "10.0.64.8",
+        :bond => {
+          :slaves => %w[eno1 eno2]
+        }
+      },
       :external_ipv4 => {
-        :interface => "ens18",
+        :interface => "bond0.2",
         :role => :external,
         :family => :inet,
-        :address => "185.216.27.232",
-        :prefix => "24",
-        :gateway => "185.216.27.253"
+        :address => "184.104.226.104"
+      },
+      :external_ipv6 => {
+        :interface => "bond0.2",
+        :role => :external,
+        :family => :inet6,
+        :address => "2001:470:1:b3b::8"
       }
     }
-  },
-  :squid => {
-    :cache_mem => "12500 MB",
-    :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
-  },
-  :tilecache => {
-    :tile_parent => "france.render.openstreetmap.org",
-    :tile_siblings => [
-      "noomoahk.openstreetmap.org",
-      "nepomuk.openstreetmap.org",
-      "norbert.openstreetmap.org",
-      "necrosan.openstreetmap.org",
-      "ladon.openstreetmap.org",
-      "culebre.openstreetmap.org"
-    ]
   }
 )
 
 run_list(
-  "role[proxgroup]",
-  "role[tilecache]"
+  "role[equinix-dub]",
+  "role[hp-g9]"
 )