]> git.openstreetmap.org Git - chef.git/blobdiff - roles/snap-01.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / snap-01.rb
index c79f141456eae5389a8be562955833dd8b86411b..db9b16e7420a6b6c258fe1b9c9d9bb3fc6330dee 100644 (file)
@@ -10,6 +10,9 @@ default_attributes(
         :family => :inet,
         :address => "10.0.48.49",
         :bond => {
+          :mode => "802.3ad",
+          :lacprate => "fast",
+          :xmithashpolicy => "layer3+4",
           :slaves => %w[eno1 eno2 eno3 eno4]
         }
       }
@@ -39,6 +42,7 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix]",
-  "role[db-slave]"
+  "role[equinix-ams]",
+  "role[db-master]",
+  "role[db-backup]"
 )