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