X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/182036d6287ab5c98230652166ca5bbe8f2787a4..81bbf6341bc623265e5d4e6d26cb595ce4808848:/roles/tabaluga.rb diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 191c92d3e..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] } }, @@ -36,6 +39,5 @@ default_attributes( run_list( "role[equinix-ams]", "role[hp-g9]", - "role[wiki]", "recipe[dhcpd]" )