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