X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b2567ba04c9d6b93e2d3b85244a13dfdc1b0e3d3..b2dbf6bffb0f59ef340942fcdec0a9e36b33730a:/roles/tabaluga.rb?ds=sidebyside diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 191c92d3e..3293268ed 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -8,26 +8,28 @@ default_attributes( }, :networking => { :interfaces => { - :internal_ipv4 => { + :internal => { :interface => "bond0", :role => :internal, - :family => :inet, - :address => "10.0.48.14", + :inet => { + :address => "10.0.48.14" + }, :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[eno1 eno2] } }, - :external_ipv4 => { + :external => { :interface => "bond0.2", :role => :external, - :family => :inet, - :address => "130.117.76.14" - }, - :external_ipv6 => { - :interface => "bond0.2", - :role => :external, - :family => :inet6, - :address => "2001:978:2:2C::172:E" + :inet => { + :address => "130.117.76.14" + }, + :inet6 => { + :address => "2001:978:2:2c::172:e" + } } } } @@ -36,6 +38,5 @@ default_attributes( run_list( "role[equinix-ams]", "role[hp-g9]", - "role[wiki]", "recipe[dhcpd]" )