From: Grant Slater Date: Tue, 23 Jul 2013 11:51:06 +0000 (+0100) Subject: Tile: Switch bunyip, jakelong & lurien to orm X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/716af9672d013f41e189444ac39ca443594559f5 Tile: Switch bunyip, jakelong & lurien to orm This reverts commit a76054fa0d2e951803a5254f67137d8e4179a6f2. --- diff --git a/roles/bunyip.rb b/roles/bunyip.rb index cf73f558d..6a3ccae9e 100644 --- a/roles/bunyip.rb +++ b/roles/bunyip.rb @@ -80,6 +80,9 @@ default_attributes( :squid => { :cache_mem => "5000 MB", :cache_dir => "coss /dev/cciss/c0d1 128000 block-size=8192 max-size=262144 membufs=80" + }, + :tilecache => { + :tile_parent => "orm.openstreetmap.org" } ) diff --git a/roles/jakelong.rb b/roles/jakelong.rb index c01bd848c..c5021d468 100644 --- a/roles/jakelong.rb +++ b/roles/jakelong.rb @@ -17,6 +17,9 @@ default_attributes( :squid => { :cache_mem => "650 MB", :cache_dir => "coss /store/squid/coss-01 15000 block-size=8192 max-size=262144 membufs=30" + }, + :tilecache => { + :tile_parent => "orm.openstreetmap.org" } ) diff --git a/roles/lurien.rb b/roles/lurien.rb index 390040208..aba5724cd 100644 --- a/roles/lurien.rb +++ b/roles/lurien.rb @@ -25,6 +25,9 @@ default_attributes( :squid => { :cache_mem => "9000 MB", :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" + }, + :tilecache => { + :tile_parent => "orm.openstreetmap.org" } )