]> git.openstreetmap.org Git - chef.git/blobdiff - roles/lurien.rb
tilecache: add best peers to each cache (based on avg ping latency)
[chef.git] / roles / lurien.rb
index 3900402084998ab76a04170c59c1a9cbd48c40de..e4ab27cbfbbbd7a98f6f1c2aa990291d0354c781 100644 (file)
@@ -25,6 +25,14 @@ 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 => "pau.render.openstreetmap.org",
+    :tile_siblings => [
+      "tabaluga.openstreetmap.org",
+      "nepomuk.openstreetmap.org",
+      "ridgeback.openstreetmap.org"
+    ]
   }
 )