X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f9e3e2a61aca2a356d5e3f69b3f3f6f3c6986ce9..41b4f8ccdff661e5463961da893ef91866e9f74c:/roles/lockheed.rb diff --git a/roles/lockheed.rb b/roles/lockheed.rb index ec3f788f7..9b4ad335f 100644 --- a/roles/lockheed.rb +++ b/roles/lockheed.rb @@ -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]" )