]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gorynych.rb
Add osmfoundation.org certificate
[chef.git] / roles / gorynych.rb
index c07d7059218f94097dfc64811c5946fda9fab23b..9cef6734027e1e4d7fd078e3dff80b8ed1661934 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,15 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "orm.openstreetmap.org"
+    :tile_parent => "moscow.render.openstreetmap.org",
+    :tile_siblings => [
+      "trogdor.openstreetmap.org",
+      "fume.openstreetmap.org",
+      "katie.openstreetmap.org",
+      "konqi.openstreetmap.org",
+      "nepomuk.openstreetmap.org",
+      "ridgeback.openstreetmap.org"
+    ]
   }
 )