]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gorynych.rb
Bring ramoth's watchdog under chef control
[chef.git] / roles / gorynych.rb
index 984b2aa7559f53e125ba1db5402dfbba4a3d1d55..13b246a6358ef4101ef17d6c2e66ce067558e6f4 100644 (file)
@@ -18,8 +18,8 @@ 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"
       }
     }
   },
@@ -28,7 +28,12 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "moscow.render.openstreetmap.org"
+    :tile_parent => "moscow.render.openstreetmap.org",
+    :tile_siblings => [
+      "nepomuk.openstreetmap.org",
+      "tabaluga.openstreetmap.org",
+      "fume.openstreetmap.org"
+    ]
   }
 )