]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nadder-01.rb
tilecache: add best peers to each cache (based on avg ping latency)
[chef.git] / roles / nadder-01.rb
index e31a0aa9a7d7c3c99aae6b6f115ea17d871fe8c1..8eb9d562f795979775ab8606f8e957d3bee08f43 100644 (file)
@@ -30,7 +30,13 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "orm.openstreetmap.org"
+    :tile_parent => "provo.render.openstreetmap.org",
+    :tile_siblings => [
+      "nadder-02.openstreetmap.org",
+      "jakelong.openstreetmap.org",
+      "nepomuk.openstreetmap.org",
+      "lurien.openstreetmap.org"
+    ]
   }
 )