]> git.openstreetmap.org Git - chef.git/blobdiff - roles/yevaud.rb
Ignore more disconnected fans
[chef.git] / roles / yevaud.rb
index f290b23c454497ae5b14e210401082ccbff5e540..299005da214c0e81cd1082ffa34d1bd2dc82f6c2 100644 (file)
@@ -60,10 +60,18 @@ default_attributes(
         }
       },
       :ipmi_fans => {
-        :contacts => "null",
+        :Sys3Front1 => { :graph => "no" },
+        :Sys4Front2 => { :graph => "no" },
+        :Sys5Rear1 => { :graph => "no" },
+        :Sys6 => { :graph => "no" },
+        :Sys7 => { :graph => "no" },
+        :Sys8 => { :graph => "no" },
+        :Sys9 => { :graph => "no" },
+        :Sys10 => { :graph => "no" }
       },
       :ipmi_temp => {
-        :contacts => "null",
+        :CPU0belowTmax => { :critical => "10:" },
+        :CPU1belowTmax => { :critical => "10:" }
       },
       :sensors_fan => {
         :contacts => "null"
@@ -88,7 +96,7 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.104"
+        :address => "128.40.45.208"
       }
     }
   },
@@ -125,6 +133,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-internal]",
+  "role[ucl-wolfson]",
   "role[tile]"
 )