]> git.openstreetmap.org Git - chef.git/commitdiff
Switch remaining render servers to osm2pgsql replication
authorTom Hughes <tom@compton.nu>
Sun, 26 Nov 2023 09:39:15 +0000 (09:39 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 26 Nov 2023 09:39:15 +0000 (09:39 +0000)
cookbooks/tile/attributes/default.rb
roles/balerion.rb
roles/bowser.rb

index cbdf35bf5c2456e0adcfb5f1dc6111a6d4613912..4efb899cf4af7c0caf3370128b7102a252dbaf47 100644 (file)
@@ -8,7 +8,7 @@ default[:tile][:database][:tag_transform_script] = nil
 
 default[:tile][:mapnik] = "3.1"
 
-default[:tile][:replication][:engine] = "custom"
+default[:tile][:replication][:engine] = "osm2pgsql"
 default[:tile][:replication][:url] = "https://osm-planet-eu-central-1.s3.dualstack.eu-central-1.amazonaws.com/planet/replication/minute"
 
 default[:tile][:data] = {}
index e9324dda3b00b793643add9d4efb06edd804ccc3..60e6bbcb06f3e137a7e02de11c86afb85546088a 100644 (file)
@@ -40,9 +40,6 @@ default_attributes(
       :postgis => "3"
     },
     :mapnik => "3.1",
-    :replication => {
-      :engine => "osm2pgsql"
-    },
     :styles => {
       :default => {
         :tile_directories => [
index db7c2605d52ef84e12f53b40335b8684deb7f84c..8ebde6e8bf4fcaf33c25d9d83280e1d63c747ff7 100644 (file)
@@ -39,9 +39,6 @@ default_attributes(
       :cluster => "16/main",
       :postgis => "3"
     },
-    :replication => {
-      :engine => "osm2pgsql"
-    },
     :mapnik => "3.1",
     :styles => {
       :default => {