X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..48fcb7f97fbf5bc0b637b8b3e4c228173cda55ae:/roles/tabaluga.rb diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 0e7296b33..2fde5ad8e 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -14,6 +14,9 @@ default_attributes( :family => :inet, :address => "10.0.48.14", :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[eno1 eno2] } }, @@ -34,8 +37,7 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[hp-g9]", - "role[wiki]", "recipe[dhcpd]" )