X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..41b4f8ccdff661e5463961da893ef91866e9f74c:/roles/odin.rb diff --git a/roles/odin.rb b/roles/odin.rb index 238e403ae..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,9 +50,10 @@ default_attributes( }, :tile => { :database => { - :cluster => "12/main", + :cluster => "14/main", :postgis => "3" }, + :mapnik => "3.1", :styles => { :default => { :tile_directories => [ @@ -61,6 +65,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[tile]" )