X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ae7c3c728ad4b1a4a1c71715a43e1f0d44a5289b..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/karm.rb diff --git a/roles/karm.rb b/roles/karm.rb index ab1470756..675a210cf 100644 --- a/roles/karm.rb +++ b/roles/karm.rb @@ -10,7 +10,10 @@ default_attributes( :family => :inet, :address => "10.0.48.50", :bond => { - :slaves => %w[enp1s0f0 enp1s0f1] + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", + :slaves => %w[enp1s0f0 enp1s0f1 enp2s0f0 enp2s0f1] } } } @@ -39,7 +42,6 @@ default_attributes( ) run_list( - "role[equinix]", - "role[db-master]", - "role[db-backup]" + "role[equinix-ams]", + "role[db-slave]" )