]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridgeback.rb
Add network details for OSUOSL machines
[chef.git] / roles / ridgeback.rb
index 5a513ca134b66e788a640a4800cd69ca36237a02..73d32f9d1f33a9d9c8a5589718edc0558604e7dd 100644 (file)
@@ -30,7 +30,27 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "oslo.render.openstreetmap.org"
+    :tile_parent => "oslo.render.openstreetmap.org",
+    :tile_siblings => [
+      "fume.openstreetmap.org",
+      "trogdor.openstreetmap.org",
+      "tabaluga.openstreetmap.org",
+      "nepomuk.openstreetmap.org"
+    ]
+  },
+  :munin => {
+    :plugins => {
+      :smart_sda => {
+        :smartctl_exit_status => {
+          :warning => 8
+        }
+      },
+      :smart_sdb => {
+        :smartctl_exit_status => {
+          :warning => 8
+        }
+      }
+    }
   }
 )