X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ae7c3c728ad4b1a4a1c71715a43e1f0d44a5289b..07519b9ca5c41c0e8a46824ccc23d9b1467d6dd8:/roles/karm.rb?ds=sidebyside diff --git a/roles/karm.rb b/roles/karm.rb index ab1470756..cc3a425b9 100644 --- a/roles/karm.rb +++ b/roles/karm.rb @@ -4,13 +4,17 @@ 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 => { - :slaves => %w[enp1s0f0 enp1s0f1] + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", + :slaves => %w[enp1s0f0 enp1s0f1 enp2s0f0 enp2s0f1] } } } @@ -39,7 +43,6 @@ default_attributes( ) run_list( - "role[equinix]", - "role[db-master]", - "role[db-backup]" + "role[equinix-ams]", + "role[db-slave]" )