witherspoon: update fan-presence config
React to the configuration file format enhancements introduced
by the application.
Change-Id: I90c30c4331c70e499dafaa00e9592f2b740bd54c
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config-native%/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config-native%/config.yaml
index c95f6c3..1420869 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config-native%/config.yaml
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config-native%/config.yaml
@@ -1,25 +1,39 @@
-- Tach:
- - PrettyName: fan2
- Inventory: /system/chassis/motherboard/fan2
- Description:
- Sensors:
- - fan2_0
- - fan2_1
- - PrettyName: fan0
- Inventory: /system/chassis/motherboard/fan0
- Description:
- Sensors:
- - fan0_0
- - fan0_1
- - PrettyName: fan1
- Inventory: /system/chassis/motherboard/fan1
- Description:
- Sensors:
- - fan1_0
- - fan1_1
- - PrettyName: fan3
- Inventory: /system/chassis/motherboard/fan3
- Description:
- Sensors:
- - fan3_0
- - fan3_1
+- name: fan0
+ path: /system/chassis/motherboard/fan0
+ methods:
+ - type: tach
+ sensors:
+ - fan0_0
+ - fan0_1
+ rpolicy:
+ type: anyof
+
+- name: fan1
+ path: /system/chassis/motherboard/fan1
+ methods:
+ - type: tach
+ sensors:
+ - fan1_0
+ - fan1_1
+ rpolicy:
+ type: anyof
+
+- name: fan2
+ path: /system/chassis/motherboard/fan2
+ methods:
+ - type: tach
+ sensors:
+ - fan2_0
+ - fan2_1
+ rpolicy:
+ type: anyof
+
+- name: fan3
+ path: /system/chassis/motherboard/fan3
+ methods:
+ - type: tach
+ sensors:
+ - fan3_0
+ - fan3_1
+ rpolicy:
+ type: anyof