]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridgeback.rb
Switch slave databases to use wal-g instead of wal-e
[chef.git] / roles / ridgeback.rb
index e8d1a4ff4c1fdf1fdad07898fb09f1e344f9ad57..75ddb901cd23d30ba118597751707ad05c9ac0ff 100644 (file)
@@ -2,6 +2,11 @@ name "ridgeback"
 description "Master role applied to ridgeback"
 
 default_attributes(
+  :hardware => {
+    :ipmi => {
+      :excluded_sensors => [19, 20, 21, 22]
+    }
+  },
   :munin => {
     :plugins => {
       :ipmi_fans => {
@@ -44,26 +49,10 @@ default_attributes(
         "block/md1/md/sync_speed_max" => "100000"
       }
     }
-  },
-  :squid => {
-    :cache_mem => "5500 MB",
-    :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
-  },
-  :tilecache => {
-    :tile_parent => "oslo.render.openstreetmap.org",
-    :tile_siblings => [
-      "fume.openstreetmap.org",
-      "trogdor.openstreetmap.org",
-      "katie.openstreetmap.org",
-      "konqi.openstreetmap.org",
-      "nepomuk.openstreetmap.org",
-      "gorynych.openstreetmap.org",
-      "simurgh.openstreetmap.org"
-    ]
   }
 )
 
 run_list(
   "role[blix-no]",
-  "role[tilecache]"
+  "role[geodns]"
 )