X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/be47746a35163c14cf45b9b929e3f8a770addbb2..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/snap-03.rb diff --git a/roles/snap-03.rb b/roles/snap-03.rb index 22f1d34ff..822cb5f63 100644 --- a/roles/snap-03.rb +++ b/roles/snap-03.rb @@ -10,7 +10,10 @@ default_attributes( :family => :inet, :address => "10.0.64.50", :bond => { - :slaves => %w[eno1 eno2 eno3 eno4] + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", + :slaves => %w[enp25s0f0 enp25s0f1] } } }