X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..4cecb672253368529fd8db09aec13f2b0200645f:/roles/norbert.rb diff --git a/roles/norbert.rb b/roles/norbert.rb index b94298604..f01d5c648 100644 --- a/roles/norbert.rb +++ b/roles/norbert.rb @@ -10,6 +10,9 @@ default_attributes( :family => :inet, :address => "10.0.48.17", :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[enp25s0f0 enp25s0f1] } }, @@ -33,5 +36,6 @@ default_attributes( run_list( "role[equinix-ams]", "role[geodns]", + "role[backup]", "role[planet]" )