X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8fc1d48820c7278ad111f4b965e71c08fc1f8a29..be295ba27546f6effa752bb79bc50f15c095bb94:/roles/odin.rb diff --git a/roles/odin.rb b/roles/odin.rb index ad003331c..abce74926 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -10,6 +10,9 @@ default_attributes( :family => :inet, :address => "10.0.48.15", :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[eno1 eno2] } }, @@ -47,10 +50,10 @@ default_attributes( }, :tile => { :database => { - :cluster => "12/main", - :postgis => "3", - :mapnik => "3.1" + :cluster => "14/main", + :postgis => "3" }, + :mapnik => "3.1", :styles => { :default => { :tile_directories => [ @@ -62,6 +65,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[tile]" )