summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2018-08-20 13:24:55 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2018-08-22 10:01:46 -0500
commit2aa8e973ce9e8afef3e04dffffad5e784e2a8b23 (patch)
treeadc8a8e7db03a009c150301e3f8707274deb3134 /configs
parentd7a8ba5b581fde659881ea9f67e3526ab50ca50a (diff)
downloadtalos-skeleton-2aa8e973ce9e8afef3e04dffffad5e784e2a8b23.tar.gz
talos-skeleton-2aa8e973ce9e8afef3e04dffffad5e784e2a8b23.zip
configs: Remove PowerSupplyRedundancySensor
The PowerSupplyRedundancy Sensor is being added to the ipmi sensor.yaml file since the /org/openbmc/sensors path is being deprecated. Remove this sensor from the config. Tested: Powered on a Witherspoon to the Host OS without sensor errors. Change-Id: I4f5bfc4c754d8b1a9e3ebbf7e71106563fbcf3d0 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/Witherspoon.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index f204a5c..34db072 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -301,7 +301,6 @@ ID_LOOKUP = {
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
# Garrison value is used, Not in P9 XML yet.
- 0x0b : { 'class' : 'PowerSupplyRedundancySensor'},
0xD8 : { 'class' : 'PowerSupplyDeratingSensor' },
}
OpenPOWER on IntegriCloud