From: Tom Hughes Date: Mon, 20 May 2019 07:30:13 +0000 (+0100) Subject: Configure fume as a tile cache X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0dd6648dccbe588d9160e8f54ec05036c0d0bef8 Configure fume as a tile cache --- diff --git a/roles/fume.rb b/roles/fume.rb index 0a29e5d20..a023e8a04 100644 --- a/roles/fume.rb +++ b/roles/fume.rb @@ -13,9 +13,23 @@ default_attributes( :gateway => "147.228.60.1" } } + }, + :squid => { + :cache_mem => "4096 MB", + :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" + }, + :tilecache => { + :tile_parent => "pilsen.render.openstreetmap.org", + :tile_siblings => [ + "sarkany.openstreetmap.org", + "chrysophylax.openstreetmap.org", + "drogon.openstreetmap.org", + "viserion.openstreetmap.org" + ] } ) run_list( - "role[zcu]" + "role[zcu]", + "role[tilecache]" )