X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7108c794e6ce1a3ea78f3ac6ff8fd7ea3bdc62a3..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 00592b8c8..7fb9edefc 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -10,6 +10,9 @@ default_attributes( :family => :inet, :address => "10.0.48.9", :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[ens18f0 ens18f1] } }, @@ -48,5 +51,5 @@ default_attributes( run_list( "role[equinix-ams]", - "role[nominatim-v4]" + "role[nominatim]" )