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