X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5b31f2fbc5317ab80f5527d1e93ed0968d4b0954..a45c1200e1b7b9ffdefe5fef3af9b1a93f5de31d:/roles/konqi.rb diff --git a/roles/konqi.rb b/roles/konqi.rb index e15ca55fb..a4fc736b7 100644 --- a/roles/konqi.rb +++ b/roles/konqi.rb @@ -10,7 +10,10 @@ default_attributes( :family => :inet, :address => "10.0.64.7", :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,6 @@ default_attributes( run_list( "role[equinix-dub]", - "role[hp-g9]" + "role[hp-g9]", + "role[wiki]" )