]> git.openstreetmap.org Git - chef.git/commitdiff
Tile: Switch bunyip, jakelong & lurien to orm
authorGrant Slater <git@firefishy.com>
Tue, 23 Jul 2013 11:51:06 +0000 (12:51 +0100)
committerGrant Slater <git@firefishy.com>
Tue, 23 Jul 2013 11:51:06 +0000 (12:51 +0100)
This reverts commit a76054fa0d2e951803a5254f67137d8e4179a6f2.

roles/bunyip.rb
roles/jakelong.rb
roles/lurien.rb

index cf73f558d007f4a8c93a9a497a313ca2fd3b7a55..6a3ccae9ea87d118be4cb8ac0603367add64065d 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 => "orm.openstreetmap.org"
   }
 )
 
index c01bd848c4ce2ffb8585b32fc89324203600e541..c5021d468b57ee7eb27c7a875d74812f96bcc0fc 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 => "orm.openstreetmap.org"
   }
 )
 
index 3900402084998ab76a04170c59c1a9cbd48c40de..aba5724cd0b43048063b71a7846ccab94fbb8f82 100644 (file)
@@ -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"
   }
 )