X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5b31f2fbc5317ab80f5527d1e93ed0968d4b0954..2f3e72b70cb401b318aafce1d1f7f22cc503eccc:/roles/naga.rb?ds=inline diff --git a/roles/naga.rb b/roles/naga.rb index 75cdcf0b9..9710563c4 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -10,7 +10,10 @@ default_attributes( :family => :inet, :address => "10.0.64.8", :bond => { - :slaves => %w[eno1 eno2] + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", + :slaves => %w[eno1 eno2 eno3 eno4 eno49 eno50] } }, :external_ipv4 => { @@ -31,5 +34,12 @@ default_attributes( run_list( "role[equinix-dub]", - "role[hp-g9]" + "role[hp-g9]", + "role[subversion]", + "role[trac]", + "role[irc]", + "role[blogs]", + "role[munin]", + "recipe[foundation::welcome]", + "recipe[stateofthemap::container]" )