X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/efca28add0f066c7e0553181e2d5a02b717f310e..27f76d612e699428e321555c2c8850b6156981a8:/roles/konqi.rb diff --git a/roles/konqi.rb b/roles/konqi.rb index 59f16b75e..a4fc736b7 100644 --- a/roles/konqi.rb +++ b/roles/konqi.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,6 @@ default_attributes( run_list( "role[equinix-dub]", - "role[hp-g9]" + "role[hp-g9]", + "role[wiki]" )