X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..2835205c501da417ff80ce4f06dc32d14c8c38bb:/roles/snap-01.rb diff --git a/roles/snap-01.rb b/roles/snap-01.rb index 1935e753d..15db38629 100644 --- a/roles/snap-01.rb +++ b/roles/snap-01.rb @@ -4,12 +4,16 @@ description "Master role applied to snap-01" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { + :internal => { :interface => "bond0", :role => :internal, - :family => :inet, - :address => "10.0.48.49", + :inet => { + :address => "10.0.48.49" + }, :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[eno1 eno2 eno3 eno4] } } @@ -39,7 +43,7 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[db-master]", "role[db-backup]" )