X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7b349944f59c003d96922db74ac973a89a7c07c8..5c2f951094034496e684f32aced35f1b089b59bf:/roles/lockheed.rb diff --git a/roles/lockheed.rb b/roles/lockheed.rb index f920f6053..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] } }, @@ -31,5 +34,9 @@ default_attributes( ) run_list( - "role[equinix]" + "role[equinix-ams]", + "role[subversion]", + "role[trac]", + "role[irc]", + "recipe[blogs]" )