]> git.openstreetmap.org Git - chef.git/blobdiff - roles/lockheed.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / lockheed.rb
index beefb2a859aa3fc848e42fbe03bae6624f91b312..021620bd78adbccd3c3fe4fc2d846fd42100feaf 100644 (file)
@@ -10,6 +10,9 @@ default_attributes(
         :family => :inet,
         :address => "10.0.48.16",
         :bond => {
+          :mode => "802.3ad",
+          :lacprate => "fast",
+          :xmithashpolicy => "layer3+4",
           :slaves => %w[eth0 eth1]
         }
       },
@@ -31,6 +34,9 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix]",
-  "role[community]"
+  "role[equinix-ams]",
+  "role[subversion]",
+  "role[trac]",
+  "role[irc]",
+  "recipe[blogs]"
 )