X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/592e2f364edbe670ef9db21749417f6d7d521474..943fd852ef136e3020e886f22cd3024dd98a4d20:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 407d7991f..9881886e7 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -5,7 +5,6 @@ default_attributes( :accounts => { :users => { :tile => { - :status => :role, :members => [:jburgess, :tomh] } } @@ -20,7 +19,8 @@ default_attributes( :min_spare_threads => 300, :max_spare_threads => 1200, :max_connections_per_child => 0, - :async_request_worker_factor => 4 + :async_request_worker_factor => 4, + :listen_cores_buckets_ratio => 6 } }, :munin => { @@ -66,6 +66,10 @@ default_attributes( } }, :tile => { + :database => { + :style_file => "/srv/tile.openstreetmap.org/styles/default/openstreetmap-carto.style", + :tag_transform_script => "/srv/tile.openstreetmap.org/styles/default/openstreetmap-carto.lua" + }, :data => { :simplified_land_polygons => { :url => "https://osmdata.openstreetmap.de/download/simplified-land-polygons-complete-3857.zip", @@ -98,8 +102,8 @@ default_attributes( }, :styles => { :default => { - :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v4.23.0", + :repository => "https://github.com/gravitystorm/openstreetmap-carto.git", + :revision => "v4.25.0", :max_zoom => 19 } }