X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/efca28add0f066c7e0553181e2d5a02b717f310e..0b7714eed0056d4e80732fe94475d1aee67abf62:/roles/naga.rb?ds=inline diff --git a/roles/naga.rb b/roles/naga.rb index 956be8647..20ce1b557 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -12,7 +12,8 @@ default_attributes( :bond => { :mode => "802.3ad", :lacprate => "fast", - :slaves => %w[eno1 eno2] + :xmithashpolicy => "layer3+4", + :slaves => %w[eno1 eno2 eno3 eno4 eno49 eno50] } }, :external_ipv4 => { @@ -33,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::jekyll]" )