X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/960aab171789210b26f3e9b83319fc492b4eda43..20000d00a6afada4205625505afd8c61036d3ddc:/roles/gorynych.rb diff --git a/roles/gorynych.rb b/roles/gorynych.rb index 04abf97b3..d90e42c5a 100644 --- a/roles/gorynych.rb +++ b/roles/gorynych.rb @@ -18,14 +18,24 @@ default_attributes( :md_tune => { :comment => "Tune the md sync performance so as not to kill system performance", :parameters => { - "block/md0/md/sync_speed_min" => "10", - "block/md0/md/sync_speed_max" => "10000" + "block/md0/md/sync_speed_min" => "1", + "block/md0/md/sync_speed_max" => "100000" } } }, :squid => { :cache_mem => "5800 MB", :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" + }, + :tilecache => { + :tile_parent => "moscow.render.openstreetmap.org", + :tile_siblings => [ + "trogdor.openstreetmap.org", + "fume.openstreetmap.org", + "tabaluga.openstreetmap.org", + "nepomuk.openstreetmap.org", + "ridgeback.openstreetmap.org" + ] } )