]> git.openstreetmap.org Git - chef.git/commitdiff
Switch brisbane and sanfranciso caches to use render.osm.org
authorTom Hughes <tom@compton.nu>
Sun, 11 Aug 2013 15:47:07 +0000 (16:47 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 11 Aug 2013 15:47:07 +0000 (16:47 +0100)
roles/bunyip.rb
roles/jakelong.rb

index cf73f558d007f4a8c93a9a497a313ca2fd3b7a55..f618353fbbd262ad8d0636a44536e406b89edf46 100644 (file)
@@ -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 => "brisbane.render.openstreetmap.org"
   }
 )
 
index c01bd848c4ce2ffb8585b32fc89324203600e541..c261e5c504be158be6033250a2fa94dc97582ffc 100644 (file)
@@ -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 => "sanfrancisco.render.openstreetmap.org"
   }
 )