X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fb74c967e5abb0f7c1db92a2dcd10d8ecd3be933..1979164dcd63295f558af65a16de29f65120dbdf:/roles/spike-07.rb diff --git a/roles/spike-07.rb b/roles/spike-07.rb index c5045fc6e..0e852a9d5 100644 --- a/roles/spike-07.rb +++ b/roles/spike-07.rb @@ -10,6 +10,9 @@ default_attributes( :family => :inet, :address => "10.0.48.12", :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]" )