X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b2567ba04c9d6b93e2d3b85244a13dfdc1b0e3d3..07519b9ca5c41c0e8a46824ccc23d9b1467d6dd8:/roles/karm.rb diff --git a/roles/karm.rb b/roles/karm.rb index ffad6d2ee..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] } }