]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-08.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / spike-08.rb
index d43645c6f70936dbcf61d0214d43afe99b9f308c..823fd9e087454e1edd359835e58f1e94d1a91e41 100644 (file)
@@ -10,6 +10,9 @@ default_attributes(
         :family => :inet,
         :address => "10.0.48.13",
         :bond => {
+          :mode => "802.3ad",
+          :lacprate => "fast",
+          :xmithashpolicy => "layer3+4",
           :slaves => %w[eno1 eno2]
         }
       },
@@ -30,5 +33,7 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix]"
+  "role[equinix-ams]",
+  "role[hp-g9]",
+  "role[web-frontend]"
 )