X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b2567ba04c9d6b93e2d3b85244a13dfdc1b0e3d3..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/lockheed.rb diff --git a/roles/lockheed.rb b/roles/lockheed.rb index 6fc5cc7df..021620bd7 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] } }, @@ -32,5 +35,8 @@ default_attributes( run_list( "role[equinix-ams]", - "role[community]" + "role[subversion]", + "role[trac]", + "role[irc]", + "recipe[blogs]" )