diff options
author | Matt Spinler <spinler@us.ibm.com> | 2017-09-28 13:40:26 -0500 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-10-11 19:45:40 +0000 |
commit | fbcbdc55e60a1b5c197a2594e2ddaeae507fadc3 (patch) | |
tree | 76bf5c232fd02f4b909df0f84d76b270b36f9d6a /meta-openbmc-machines/meta-openpower/meta-ibm | |
parent | 3a907194857db7abf2b9e8c31060e6c59a83361b (diff) | |
download | talos-openbmc-fbcbdc55e60a1b5c197a2594e2ddaeae507fadc3.tar.gz talos-openbmc-fbcbdc55e60a1b5c197a2594e2ddaeae507fadc3.zip |
Add tach trust groups to witherspoon monitor YAML
These will be used to specify that the 2nd rotor tach values
shouldn't be trusted when all of them are zero, because
that just means the fans are moving to a new target.
Resolves openbmc/openbmc#2336
Change-Id: I4b2ca6bb732d214dca67096817612025e1319226
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/meta-ibm')
-rw-r--r-- | meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config-native/monitor.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config-native/monitor.yaml b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config-native/monitor.yaml index dc5680dee..0d68c70ca 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config-native/monitor.yaml +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config-native/monitor.yaml @@ -1,3 +1,4 @@ +fans: - inventory: /system/chassis/motherboard/fan0 allowed_out_of_range_time: 20 deviation: 15 @@ -37,3 +38,11 @@ has_target: true - name: fan3_1 has_target: false + +sensor_trust_groups: + - class: NonzeroSpeed + sensors: + - name: fan0_1 + - name: fan1_1 + - name: fan2_1 + - name: fan3_1 |