mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* redfish_info: Include Status property for GetChassisThermals
Include Status property for Thermal objects when querying Thermal properties
via GetChassisThermals command.
FIXES #3232
* fixup for rename of fragments file
* Update changelogs/fragments/3233-include-thermal-sensor-status-via-redfish_info.yaml
Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
(cherry picked from commit c7fccb2c01
)
Co-authored-by: Jacob <jyundt@gmail.com>
This commit is contained in:
parent
a367fba315
commit
3cc11bfd42
2 changed files with 3 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- redfish_info - include ``Status`` property for Thermal objects when querying Thermal properties via ``GetChassisThermals`` command (https://github.com/ansible-collections/community.general/issues/3232).
|
|
@ -1887,7 +1887,7 @@ class RedfishUtils(object):
|
|||
'LowerThresholdCritical', 'LowerThresholdFatal',
|
||||
'LowerThresholdNonCritical', 'MaxReadingRangeTemp',
|
||||
'MinReadingRangeTemp', 'ReadingCelsius', 'RelatedItem',
|
||||
'SensorNumber']
|
||||
'SensorNumber', 'Status']
|
||||
|
||||
# Go through list
|
||||
for chassis_uri in self.chassis_uris:
|
||||
|
|
Loading…
Reference in a new issue