]> git.openstreetmap.org Git - chef.git/blobdiff - roles/lockheed.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / lockheed.rb
index 4f37bfd852f1de9f6c946cdf021a90c222d73c20..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,5 +34,9 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-ams]"
+  "role[equinix-ams]",
+  "role[subversion]",
+  "role[trac]",
+  "role[irc]",
+  "recipe[blogs]"
 )