]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nepomuk.rb
tilecache: add best peers to each cache (based on avg ping latency)
[chef.git] / roles / nepomuk.rb
index 5dc3e27802cff3cc0847b58d896df70d065a6bc4..8d64f6ac3684538ddc396dfa847439b8b4f2a28e 100644 (file)
@@ -16,9 +16,9 @@ default_attributes(
         :interface => "eth0",
         :role => :external,
         :family => :inet6,
-        :address => "2001:7f8:47:21::a6",
+        :address => "2a03:9180:1:21::a6",
         :prefix => "64",
-        :gateway => "2001:7f8:47:21::a1"
+        :gateway => "2a03:9180:1:21::a1"
       }
     }
   },
@@ -36,7 +36,12 @@ default_attributes(
     }
   },
   :tilecache => {
-    :tile_parent => "orm.openstreetmap.org"
+    :tile_parent => "lyon.render.openstreetmap.org",
+    :tile_siblings => [
+      "trogdor.openstreetmap.org",
+      "lurien.openstreetmap.org",
+      "tabaluga.openstreetmap.org"
+    ]
   }
 )