]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-07.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / spike-07.rb
index c5045fc6effc351e3dc86e553429b230bd041740..0e852a9d5af69e6783a9d742ff05f262c3028e07 100644 (file)
@@ -10,6 +10,9 @@ default_attributes(
         :family => :inet,
         :address => "10.0.48.12",
         :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]"
 )