X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e6a82f6cb415dba275e1fab32b37e24eb12c7603..75de7f924c8f67b5feae7d2666e81da94a695928:/roles/ridgeback.rb diff --git a/roles/ridgeback.rb b/roles/ridgeback.rb index e8d1a4ff4..5074bafdd 100644 --- a/roles/ridgeback.rb +++ b/roles/ridgeback.rb @@ -46,13 +46,13 @@ default_attributes( } }, :squid => { + :version => "3", :cache_mem => "5500 MB", - :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" + :cache_dir => "rock /store/squid/rock-01 128000 swap-timeout=300 max-swap-rate=50 slot-size=4096 max-size=262144" }, :tilecache => { :tile_parent => "oslo.render.openstreetmap.org", :tile_siblings => [ - "fume.openstreetmap.org", "trogdor.openstreetmap.org", "katie.openstreetmap.org", "konqi.openstreetmap.org", @@ -65,5 +65,6 @@ default_attributes( run_list( "role[blix-no]", + "role[geodns]", "role[tilecache]" )