]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-02.rb
Enable LACP on hosts in Amsterdam
[chef.git] / roles / thorn-02.rb
index 09754369438317d57d24cecd7ba1bee798efa786..5b8b4052c01efc87196479ab6e4c617701aec0d7 100644 (file)
@@ -10,6 +10,9 @@ default_attributes(
         :family => :inet,
         :address => "10.0.48.52",
         :bond => {
+          :mode => "802.3ad",
+          :lacprate => "fast",
+          :xmithashpolicy => "layer3+4",
           :slaves => %w[eth0 eth1]
         }
       }
@@ -18,6 +21,5 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix]",
-  "role[web-backend]"
+  "role[equinix-ams]"
 )