]> git.openstreetmap.org Git - chef.git/blobdiff - roles/simurgh.rb
tilecache: add best peers to each cache (based on avg ping latency)
[chef.git] / roles / simurgh.rb
index acf989730f5b77899098432cba99518544ea5307..0c9595fa4a96b010f271adb7cfb6c97ca8bf332e 100644 (file)
@@ -19,7 +19,13 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "baku.render.openstreetmap.org"
+    :tile_parent => "baku.render.openstreetmap.org",
+    :tile_siblings => [
+      "nepomuk.openstreetmap.org",
+      "tabaluga.openstreetmap.org",
+      "trogdor.openstreetmap.org",
+      "fume.openstreetmap.org"
+    ]
   }
 )