X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3d7a211970c6e6e0ded63f2f9f6467aa6152b759..59e504520024e88571bc10c3147f055b2ba35640:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index c4b0834d1..d726d29d1 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -5,7 +5,6 @@ default_attributes( :accounts => { :users => { :tile => { - :status => :role, :members => [:jburgess, :tomh] } } @@ -45,12 +44,16 @@ default_attributes( :checkpoint_segments => "60", :max_wal_size => "2880MB", :random_page_cost => "1.1", + :jit => "off", :track_activity_query_size => "16384", :autovacuum_vacuum_scale_factor => "0.05", :autovacuum_analyze_scale_factor => "0.02" } } }, + :ssl => { + :ct_report_uri => false + }, :sysctl => { :sockets => { :comment => "Increase size of connection queue", @@ -64,16 +67,13 @@ default_attributes( "kernel.sched_min_granularity_ns" => 10000000, "kernel.sched_wakeup_granularity_ns" => 15000000 } - }, - :tcp_use_bbr => { - :comment => "Use TCP BBR Congestion Control", - :parameters => { - "net.core.default_qdisc" => "fq", - "net.ipv4.tcp_congestion_control" => "bbr" - } } }, :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", @@ -106,8 +106,8 @@ default_attributes( }, :styles => { :default => { - :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v4.24.1", + :repository => "https://github.com/gravitystorm/openstreetmap-carto.git", + :revision => "v4.25.0", :max_zoom => 19 } }