]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tabaluga.rb
tilecache: add best peers to each cache (based on avg ping latency)
[chef.git] / roles / tabaluga.rb
index 20b4494dc02defd508a158a441f9099d4839446b..af0ea0edd31ebaee479fbe472d7d023d4800f7cf 100644 (file)
@@ -28,7 +28,13 @@ default_attributes(
   },
   :tilecache => {
     :ip_bucket_refill => "6144",
-    :net_bucket_refill => "24576"
+    :net_bucket_refill => "24576",
+    :tile_parent => "falkenstein.render.openstreetmap.org",
+    :tile_siblings => [
+      "trogdor.openstreetmap.org",
+      "lurien.openstreetmap.org",
+      "ridgeback.openstreetmap.org"
+    ]
   }
 )