]> git.openstreetmap.org Git - chef.git/blobdiff - roles/bunyip.rb
tilecache: add best peers to each cache (based on avg ping latency)
[chef.git] / roles / bunyip.rb
index 6a3ccae9ea87d118be4cb8ac0603367add64065d..c75ceca03c053d408aefdf1e8823d753bd6e4d24 100644 (file)
@@ -82,7 +82,12 @@ default_attributes(
     :cache_dir => "coss /dev/cciss/c0d1 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "orm.openstreetmap.org"
+    :tile_parent => "brisbane.render.openstreetmap.org",
+    :tile_siblings => [
+      "jakelong.openstreetmap.org",
+      "nadder-01.openstreetmap.org",
+      "nadder-02.openstreetmap.org"
+    ]
   }
 )