X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2389cfa8b4288d3a57941227dfab79bc308deb37..1979164dcd63295f558af65a16de29f65120dbdf:/roles/norbert.rb diff --git a/roles/norbert.rb b/roles/norbert.rb index 453b4b76a..9fe581a97 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] } }, @@ -31,5 +34,7 @@ default_attributes( ) run_list( - "role[equinix-ams]" + "role[equinix-ams]", + "role[geodns]", + "role[planet]" )