]> git.openstreetmap.org Git - chef.git/blobdiff - roles/karm.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / karm.rb
index ab1470756d895e9cfacf0b444d8ae6ec4e43eb8e..675a210cf366deece90d769c4e969f3cbcceea92 100644 (file)
@@ -10,7 +10,10 @@ default_attributes(
         :family => :inet,
         :address => "10.0.48.50",
         :bond => {
-          :slaves => %w[enp1s0f0 enp1s0f1]
+          :mode => "802.3ad",
+          :lacprate => "fast",
+          :xmithashpolicy => "layer3+4",
+          :slaves => %w[enp1s0f0 enp1s0f1 enp2s0f0 enp2s0f1]
         }
       }
     }
@@ -39,7 +42,6 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix]",
-  "role[db-master]",
-  "role[db-backup]"
+  "role[equinix-ams]",
+  "role[db-slave]"
 )