X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b1b9d1a24cd4ec5bc9176af4342697a739db64e7..96010be5c146c9629360e53ca6ff3f6390b63f24:/roles/odin.rb diff --git a/roles/odin.rb b/roles/odin.rb index 9b7975aaf..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,10 +47,10 @@ default_attributes( }, :tile => { :database => { - :cluster => "10/main", - :postgis => "2.4" + :cluster => "14/main", + :postgis => "3" }, - :node_file => "/store/database/nodes", + :mapnik => "3.1", :styles => { :default => { :tile_directories => [ @@ -63,6 +62,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[tile]" )