X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5b31f2fbc5317ab80f5527d1e93ed0968d4b0954..44ac1794d92cf6c9ab523c796b82340ef3e38793:/roles/naga.rb?ds=sidebyside diff --git a/roles/naga.rb b/roles/naga.rb index 75cdcf0b9..c9b7e00c4 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,14 @@ default_attributes( run_list( "role[equinix-dub]", - "role[hp-g9]" + "role[hp-g9]", + "role[subversion]", + "role[trac]", + "role[irc]", + "role[blogs]", + "role[munin]", + "role[switch2osm]", + "recipe[foundation::owg]", + "recipe[foundation::welcome]", + "recipe[stateofthemap::container]" )