X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a53cddbab9983d56f15c0a3765a89207ef4bfa86..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/spike-08.rb diff --git a/roles/spike-08.rb b/roles/spike-08.rb index 250406479..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,7 +33,7 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[hp-g9]", "role[web-frontend]" )