]> git.openstreetmap.org Git - chef.git/blobdiff - roles/chrysophylax.rb
tilecache: storage tuning
[chef.git] / roles / chrysophylax.rb
index 45482639b8c6e18ea53a4558d1463418b0666385..4bfe6513b5d0d97081edf0746537b437b7e8e004 100644 (file)
@@ -27,10 +27,9 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "france.render.openstreetmap.org",
+    :tile_parent => "zurich.render.openstreetmap.org",
     :tile_siblings => [
       "noomoahk.openstreetmap.org",
-      "nepomuk.openstreetmap.org",
       "ladon.openstreetmap.org",
       "culebre.openstreetmap.org"
     ]
@@ -39,5 +38,6 @@ default_attributes(
 
 run_list(
   "role[iway]",
+  "role[geodns]",
   "role[tilecache]"
 )