X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e78fd3d2c82fc4138eaafc5542bd2607793213c3..2aa675410ebaa640dc3b994fd885a2eebd8dbd67:/roles/karm.rb diff --git a/roles/karm.rb b/roles/karm.rb index 04b5a925b..cc3a425b9 100644 --- a/roles/karm.rb +++ b/roles/karm.rb @@ -4,12 +4,16 @@ description "Master role applied to karm" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { + :internal => { :interface => "bond0", :role => :internal, - :family => :inet, - :address => "10.0.48.50", + :inet => { + :address => "10.0.48.50" + }, :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[enp1s0f0 enp1s0f1 enp2s0f0 enp2s0f1] } } @@ -39,6 +43,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[db-slave]" )