]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-03.rb
Switch uplink monitoring to Juniper switch in Amsterdam
[chef.git] / roles / thorn-03.rb
index 9a2393669242a85d23a8652a14d53bf90c6232ee..d64a870a128ee8969e8626e2281bbece7ae41d39 100644 (file)
@@ -10,6 +10,9 @@ default_attributes(
         :family => :inet,
         :address => "10.0.48.53",
         :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]"
 )