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