X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a48d3c6dbc350bfb430691dbc128ff06ad8f979a..a73f3c8b5bf30fc55891e5b3df72106499824b9f:/roles/odin.rb diff --git a/roles/odin.rb b/roles/odin.rb index de22a363c..b0c497647 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -28,7 +28,6 @@ default_attributes( } }, :postgresql => { - :versions => ["10"], :settings => { :defaults => { :shared_buffers => "8GB", @@ -48,9 +47,10 @@ default_attributes( }, :tile => { :database => { - :cluster => "10/main", - :postgis => "2.4" + :cluster => "14/main", + :postgis => "3" }, + :mapnik => "3.1", :styles => { :default => { :tile_directories => [ @@ -62,6 +62,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[tile]" )