]> git.openstreetmap.org Git - chef.git/blobdiff - roles/errol.rb
Update errol to chef 12
[chef.git] / roles / errol.rb
index 61bf2e15b4c7a969e70e2c600646630d03185de6..a2665803657aca4d958a2629f830cd2239f8f4c4 100644 (file)
@@ -2,35 +2,9 @@ name "errol"
 description "Master role applied to errol"
 
 default_attributes(
-  :munin => {
-    :plugins => {
-      :ipmi_fans => {
-        :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 => {
-        :CPU0belowTmax => { :critical => "10:" },
-        :CPU1belowTmax => { :critical => "10:" }
-      },
-      :sensors_fan => {
-        :contacts => "null"
-      },
-      :sensors_temp => {
-        :contacts => "null"
-      },
-      :sensors_volt => {
-        :contacts => "null",
-        :volt10 => { 
-          :warning => "3.11:3.50",
-          :critical => "2.98:3.63"
-        }
-      }
+  :chef => {
+    :client => {
+      :version => "12.1.2-1"
     }
   },
   :devices => {
@@ -71,9 +45,10 @@ default_attributes(
       }
     }
   }
-);
+)
 
 run_list(
   "role[ucl-wolfson]",
+  "role[tyan-s7010]",
   "role[dev]"
 )