]> git.openstreetmap.org Git - chef.git/blobdiff - roles/snap-01.rb
Merge interface families
[chef.git] / roles / snap-01.rb
index 1935e753d7fe33a73b536ea1afe06e7e73078912..15db38629854a6d205ab05380e84f82c379d2363 100644 (file)
@@ -4,12 +4,16 @@ description "Master role applied to snap-01"
 default_attributes(
   :networking => {
     :interfaces => {
-      :internal_ipv4 => {
+      :internal => {
         :interface => "bond0",
         :role => :internal,
-        :family => :inet,
-        :address => "10.0.48.49",
+        :inet => {
+          :address => "10.0.48.49"
+        },
         :bond => {
+          :mode => "802.3ad",
+          :lacprate => "fast",
+          :xmithashpolicy => "layer3+4",
           :slaves => %w[eno1 eno2 eno3 eno4]
         }
       }
@@ -39,7 +43,7 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix]",
+  "role[equinix-ams]",
   "role[db-master]",
   "role[db-backup]"
 )