X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..81bbf6341bc623265e5d4e6d26cb595ce4808848:/roles/snap-01.rb diff --git a/roles/snap-01.rb b/roles/snap-01.rb index 1935e753d..db9b16e74 100644 --- a/roles/snap-01.rb +++ b/roles/snap-01.rb @@ -10,6 +10,9 @@ default_attributes( :family => :inet, :address => "10.0.48.49", :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[eno1 eno2 eno3 eno4] } } @@ -39,7 +42,7 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[db-master]", "role[db-backup]" )