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