X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b2567ba04c9d6b93e2d3b85244a13dfdc1b0e3d3..c13450d1cfe4faf9a229603bcbefb63b581bb4b6:/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]" )