X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3e56ec749b8aa69cc900b018c601ebde46410a66..c389f176ac7a568bedaa7bdd690438b72ecf35bf:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 1da7726d8..be27fe163 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -4,8 +4,9 @@ description "Role applied to all tile servers" default_attributes( :accounts => { :users => { + :pnorman => { :status => :administrator }, :tile => { - :members => [:jburgess, :tomh] + :members => [:jburgess, :tomh, :pnorman] } } }, @@ -13,7 +14,7 @@ default_attributes( :mpm => "event", :timeout => 60, :event => { - :server_limit => 60, + :server_limit => 80, :max_request_workers => 1200, :threads_per_child => 20, :min_spare_threads => 300, @@ -42,7 +43,6 @@ default_attributes( :wal_buffers => "1024kB", :wal_writer_delay => "500ms", :commit_delay => "10000", - :checkpoint_segments => "60", :max_wal_size => "2880MB", :random_page_cost => "1.1", :jit => "off", @@ -104,7 +104,8 @@ default_attributes( :styles => { :default => { :repository => "https://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v5.5.1", + :revision => "v5.7.0", + :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh", :max_zoom => 19 } }