X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6dc9d8bc3b0947e9960918ab6f387f8ad4d4c087..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/tabaluga.rb diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 0e7296b33..8094e63c0 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,7 +37,7 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[hp-g9]", "role[wiki]", "recipe[dhcpd]"