X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a53cddbab9983d56f15c0a3765a89207ef4bfa86..9c48ae6b9154acb9aeb57cb94fb2fae5a88b9c8d:/roles/spike-06.rb diff --git a/roles/spike-06.rb b/roles/spike-06.rb index fb6865e4d..50379928c 100644 --- a/roles/spike-06.rb +++ b/roles/spike-06.rb @@ -10,6 +10,9 @@ default_attributes( :family => :inet, :address => "10.0.48.11", :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[eno1 eno2] } }, @@ -30,7 +33,9 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[hp-g9]", - "role[web-frontend]" + "role[web-frontend]", + "role[web-statistics]", + "role[web-cleanup]" )