X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fb74c967e5abb0f7c1db92a2dcd10d8ecd3be933..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/spike-08.rb diff --git a/roles/spike-08.rb b/roles/spike-08.rb index d43645c6f..823fd9e08 100644 --- a/roles/spike-08.rb +++ b/roles/spike-08.rb @@ -10,6 +10,9 @@ default_attributes( :family => :inet, :address => "10.0.48.13", :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[eno1 eno2] } }, @@ -30,5 +33,7 @@ default_attributes( ) run_list( - "role[equinix]" + "role[equinix-ams]", + "role[hp-g9]", + "role[web-frontend]" )