]> git.openstreetmap.org Git - chef.git/blobdiff - roles/odin.rb
Upgrade to postgres 14 on odin
[chef.git] / roles / odin.rb
index 9b7975aafeb7d22da9decbf4f9981e8b732f5f2f..b0c49764760cedc693dd47db40335034557b3424 100644 (file)
@@ -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]"
 )