X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/356a507d8627f062775ea315500c3f099588b5e3..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/snap-01.rb diff --git a/roles/snap-01.rb b/roles/snap-01.rb index c79f14145..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,6 +42,7 @@ default_attributes( ) run_list( - "role[equinix]", - "role[db-slave]" + "role[equinix-ams]", + "role[db-master]", + "role[db-backup]" )