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