]> 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 b52759b657736a28f3a85d414f9f613f779a0a3f..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,6 +33,7 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix]",
-  "role[hp-g9]"
+  "role[equinix-ams]",
+  "role[hp-g9]",
+  "role[web-frontend]"
 )