]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
imagery: add za_ngi_aerial using tiler
[chef.git] / roles / tile.rb
index 88a971145373651c786a6eaba5f75ae0e833e064..97bd895f8d55f49ed75dcbb024a55a88ff3d8f8b 100644 (file)
@@ -13,6 +13,9 @@ default_attributes(
   :apache => {
     :mpm => "event",
     :timeout => 60,
+    :evasive => {
+      :enable => false
+    },
     :event => {
       :threads_per_child => 20,
       :min_spare_threads => 300,
@@ -21,15 +24,6 @@ default_attributes(
       :listen_cores_buckets_ratio => 8
     }
   },
-  :munin => {
-    :plugins => {
-      :renderd_processed => {
-        :graph_order => "reqPrio req reqLow dirty reqBulk dropped",
-        :reqPrio => { :draw => "AREA" },
-        :req => { :draw => "STACK" }
-      }
-    }
-  },
   :postgresql => {
     :settings => {
       :defaults => {
@@ -41,7 +35,7 @@ default_attributes(
         :wal_level => "minimal",
         :wal_buffers => "1024kB",
         :wal_writer_delay => "500ms",
-        :checkpoint_timeout => "60min"
+        :checkpoint_timeout => "60min",
         :commit_delay => "10000",
         :max_wal_size => "10GB",
         :max_wal_senders => "0",
@@ -104,7 +98,7 @@ default_attributes(
     :styles => {
       :default => {
         :repository => "https://github.com/gravitystorm/openstreetmap-carto.git",
-        :revision => "v5.7.0",
+        :revision => "v5.8.0",
         :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh",
         :max_zoom => 19
       }