]> git.openstreetmap.org Git - chef.git/blobdiff - roles/lockheed.rb
Remove traces of lockheed
[chef.git] / roles / lockheed.rb
index ec3f788f7c12a42123949897951662c695a37960..9b4ad335fdbb98b5a916317ea0223bedc7a839a6 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,9 +34,5 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-ams]",
-  "role[subversion]",
-  "role[trac]",
-  "role[irc]",
-  "recipe[blogs]"
+  "role[equinix-ams]"
 )