master
DellManagerExtension shelled out to `ping` to wait for the iDRAC after a reset, requiring a `ping` binary (often absent in containers, raising an uncaught FileNotFoundError) and permitted ICMP. Probe the Redfish service root over the existing connection instead: any HTTP response means up, a ConnectionError means not yet reachable. Closes-Bug: #2151783 Assisted-by: Claude Opus 4.8 Change-Id: Ibf274d0ffc2176c4bcfcada2fa12014b7668f6b8 Signed-off-by: Afonne-CID <[email protected]>
Overview
Sushy is a Python library to communicate with Redfish based systems.
The goal of the library is to be extremely simple, small, have as few dependencies as possible and be very conservative when dealing with BMCs by issuing just enough requests to it (BMCs are very flaky).
Therefore, the scope of the library has been limited to what is supported by the OpenStack Ironic project. As the project grows and more features from Redfish are needed we can expand Sushy to fulfill those requirements.
- Free software: Apache license
- Includes Redfish registry files licensed under
-
Creative Commons Attribution 4.0 License: https://creativecommons.org/licenses/by/4.0/
- Documentation: https://docs.openstack.org/sushy/latest/
- Usage: https://docs.openstack.org/sushy/latest/reference/usage.html
- Source: https://opendev.org/openstack/sushy
- Bugs: https://bugs.launchpad.net/sushy
- Release Notes: https://docs.openstack.org/releasenotes/sushy/
Description
Languages
Python
100%