]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gorynych.rb
Install custom skin in OSMF wiki
[chef.git] / roles / gorynych.rb
index 04abf97b34a9a459de4bb2180d5c10f582f58d07..d90e42c5aca43d2526b38b3e8636cd77e2258b1b 100644 (file)
@@ -18,14 +18,24 @@ default_attributes(
     :md_tune => {
       :comment => "Tune the md sync performance so as not to kill system performance",
       :parameters => {
-        "block/md0/md/sync_speed_min" => "10",
-        "block/md0/md/sync_speed_max" => "10000"
+        "block/md0/md/sync_speed_min" => "1",
+        "block/md0/md/sync_speed_max" => "100000"
       }
     }
   },
   :squid => {
     :cache_mem => "5800 MB",
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
+  },
+  :tilecache => {
+    :tile_parent => "moscow.render.openstreetmap.org",
+    :tile_siblings => [
+      "trogdor.openstreetmap.org",
+      "fume.openstreetmap.org",
+      "tabaluga.openstreetmap.org",
+      "nepomuk.openstreetmap.org",
+      "ridgeback.openstreetmap.org"
+    ]
   }
 )