]> 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 bf3a851335b66c7dcb8d91a5a83ef229b3914d6e..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,27 +49,10 @@ default_attributes(
         "block/md1/md/sync_speed_max" => "100000"
       }
     }
-  },
-  :squid => {
-    :version => "3",
-    :cache_mem => "5500 MB",
-    :cache_dir => "rock /store/squid/rock-01 128000 swap-timeout=500 max-swap-rate=150 slot-size=4096 max-size=262144"
-  },
-  :tilecache => {
-    :tile_parent => "oslo.render.openstreetmap.org",
-    :tile_siblings => [
-      "trogdor.openstreetmap.org",
-      "katie.openstreetmap.org",
-      "konqi.openstreetmap.org",
-      "nepomuk.openstreetmap.org",
-      "gorynych.openstreetmap.org",
-      "simurgh.openstreetmap.org"
-    ]
   }
 )
 
 run_list(
   "role[blix-no]",
-  "role[geodns]",
-  "role[tilecache]"
+  "role[geodns]"
 )