| f41dd971 | 14-Aug-2025 |
Jagpal Singh Gill <paligill@gmail.com> |
filter: add event interface
Add the event interface for the filter which will be used in Resevior & Pump Unit based Liquid Cooling Units. These definitions are based on Redfish specification for fil
filter: add event interface
Add the event interface for the filter which will be used in Resevior & Pump Unit based Liquid Cooling Units. These definitions are based on Redfish specification for filter events in Environmental namespace[1].
[1] https://github.com/DMTF/Redfish-Publications/blob/main/registries/Environmental.1.2.0.json#L2354
Change-Id: I4a221e0f7ac42ad93802560bdc04b29e79b16860 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
show more ...
|
| 90d5f80a | 31-Jan-2025 |
Patrick Williams <patrick@stwcx.xyz> |
LockOut: add events for Lock-Out / Tag-Out style devices
It is common practice for dangerous machinery to have a Lock-Out-Tag-Out process (LOTO) to prevent the system from operating while the machin
LockOut: add events for Lock-Out / Tag-Out style devices
It is common practice for dangerous machinery to have a Lock-Out-Tag-Out process (LOTO) to prevent the system from operating while the machine is being worked on. Servers may have Lock-Out style devices to prevent either power or liquid cooling operations while the system is in service. For example, a switch may disable all liquid cooling pumps so that the coolant does not pump onto the floor while coolant lines are being repaired.
Add events to indicate the state of a Lock-Out style device.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9ae6cfe02ed492c02e6f19725955ff6b0f0e7afa
show more ...
|
| 754dcd79 | 29-Jan-2025 |
Patrick Williams <patrick@stwcx.xyz> |
SMC: add events for Satellite Management Controllers
Add events to report issues with attached SMCs, such as heartbeat failures or inability to communicate. This is reported as a generic event (SMC
SMC: add events for Satellite Management Controllers
Add events to report issues with attached SMCs, such as heartbeat failures or inability to communicate. This is reported as a generic event (SMCFailed), which is most likely useful enough for external reporting and fault isolation, but includes a field for additional debug data of the failure type.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic0cc09135d1b8301f98e1df5b6b6e9180929c811
show more ...
|
| 55640771 | 11-Apr-2024 |
Matt Spinler <spinler@us.ibm.com> |
State: Add BMC redundancy interface
Define an interface in support of redundant BMC functionality as mentioned in the design doc https://gerrit.openbmc.org/c/openbmc/docs/+/70233. To start with, it
State: Add BMC redundancy interface
Define an interface in support of redundant BMC functionality as mentioned in the design doc https://gerrit.openbmc.org/c/openbmc/docs/+/70233. To start with, it defines the Role and RedundancyEnabled properties.
With this usage one BMC is considered the active BMC, and the other is the passive. There will be a new application running on each BMC that hosts this interface.
This implementation is not related to the one that uses the xyz.openbmc_project.State.BMCRedundancy interface, of which there doesn't appear to be any upstream uses of.
Change-Id: I6415175bbee03f6c07b14e1db1ee0082bd1724ed Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
| c7560faa | 07-Nov-2024 |
Jagpal Singh Gill <paligill@gmail.com> |
add events for leak detector group
Add the leak events to be reported for leak detector groups. Currently, there is no standard redfish messages registry for these events, hence adding them to openB
add events for leak detector group
Add the leak events to be reported for leak detector groups. Currently, there is no standard redfish messages registry for these events, hence adding them to openBMC namespace. ``` https://redfishforum.com/thread/1074/redfish-message-registry-leakdetection ```
Change-Id: I83aa5589426726f537c768d9ac05aa42a065abba Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
show more ...
|