X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b616d843b86c3f6897eea08b3b96bb26eee06488..553937d265103073235456e56aca8d57cf6d0a52:/roles/naga.rb diff --git a/roles/naga.rb b/roles/naga.rb index 2d8ff8868..c9b7e00c4 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -12,6 +12,7 @@ default_attributes( :bond => { :mode => "802.3ad", :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[eno1 eno2 eno3 eno4 eno49 eno50] } }, @@ -33,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]" )