]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tyan-s7010.rb
Ignore disconnected fans on errol
[chef.git] / roles / tyan-s7010.rb
index ef08ff121b3878ce0947b7b277c9d181941723df..fb1cd1b9163e9e0f143fdaf25b6d7fb9c616fba9 100644 (file)
@@ -3,6 +3,11 @@ description "Role applied to machines using the Tyan S7010 motherboard"
 
 default_attributes(
   :hardware => {
+    :hwmon => {
+      "i2c_0_0_002f" => {
+        :ignore => %w[fan3 fan4 fan5 fan6 fan7 fan8 fan9 fan10 fan11 fan12]
+      }
+    },
     :ipmi => {
       :excluded_sensors => [13, 14, 15, 16, 17, 18, 19, 20]
     },