]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dulcy.rb
Enable dhcpd on ironbelly
[chef.git] / roles / dulcy.rb
index ed6ed2553eeca5765347d1a582ccff440d1494a3..3adc520540ff09392f5016f83fdc8bd8fda9bfea 100644 (file)
@@ -4,25 +4,26 @@ description "Master role applied to dulcy"
 default_attributes(
   :networking => {
     :interfaces => {
 default_attributes(
   :networking => {
     :interfaces => {
+      :internal_ipv4 => {
+        :interface => "bond0",
+        :role => :internal,
+        :family => :inet,
+        :address => "10.0.48.1",
+        :bond => {
+          :slaves => %w[p18p1 p18p2]
+        }
+      },
       :external_ipv4 => {
       :external_ipv4 => {
-        :interface => "p18p1",
+        :interface => "bond0.2",
         :role => :external,
         :family => :inet,
         :role => :external,
         :family => :inet,
-        :address => "193.63.75.109",
-        :hwaddress => "0c:c4:7a:66:96:d2"
+        :address => "130.117.76.9"
       },
       :external_ipv6 => {
       },
       :external_ipv6 => {
-        :interface => "p18p1",
+        :interface => "bond0.2",
         :role => :external,
         :family => :inet6,
         :role => :external,
         :family => :inet6,
-        :address => "2001:630:12:500:ec4:7aff:fe66:96d2"
-      },
-      :internal_ipv4 => {
-        :interface => "p18p2",
-        :role => :internal,
-        :family => :inet,
-        :address => "146.179.159.179",
-        :hwaddress => "0c:c4:7a:66:96:d3"
+        :address => "2001:978:2:2C::172:9"
       }
     }
   },
       }
     }
   },
@@ -58,14 +59,6 @@ default_attributes(
       "isearch" => "/ssd/tablespaces/isearch",
       "daux" => "/ssd/tablespaces/daux",
       "iaux" => "/ssd/tablespaces/iaux"
       "isearch" => "/ssd/tablespaces/isearch",
       "daux" => "/ssd/tablespaces/daux",
       "iaux" => "/ssd/tablespaces/iaux"
-    },
-    :fpm_pools => {
-      :www => {
-        :max_children => "100"
-      },
-      :bulk => {
-        :max_children => "15"
-      }
     }
   },
   :sysfs => {
     }
   },
   :sysfs => {
@@ -80,6 +73,6 @@ default_attributes(
 )
 
 run_list(
 )
 
 run_list(
-  "role[ic]",
+  "role[equinix]",
   "role[nominatim]"
 )
   "role[nominatim]"
 )