]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gorynych.rb
nominatim: disable redirects to poldi
[chef.git] / roles / gorynych.rb
index 0b035b1825558c92426c2ba75c8f7a352f348678..4bccc2a912ab395aa6b120257a7c15ea4aaf9f07 100644 (file)
@@ -2,6 +2,16 @@ name "gorynych"
 description "Master role applied to gorynych"
 
 default_attributes(
+  :munin => {
+    :plugins => {
+      :smart_sdc => {
+        :smartctl_exit_status => { :warning => ":8" }
+      },
+      :smart_sdd => {
+        :smartctl_exit_status => { :warning => ":8" }
+      }
+    }
+  },
   :networking => {
     :interfaces => {
       :external_ipv4 => {
@@ -18,8 +28,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"
       }
     }
   },
@@ -30,9 +40,12 @@ default_attributes(
   :tilecache => {
     :tile_parent => "moscow.render.openstreetmap.org",
     :tile_siblings => [
+      "trogdor.openstreetmap.org",
+      "fume.openstreetmap.org",
+      "katie.openstreetmap.org",
+      "konqi.openstreetmap.org",
       "nepomuk.openstreetmap.org",
-      "tabaluga.openstreetmap.org",
-      "fume.openstreetmap.org"
+      "ridgeback.openstreetmap.org"
     ]
   }
 )