sushy 5.6.0 (flamingo)
We are jazzed to announce the release of: sushy 5.6.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/sushy Download the package from: https://tarballs.openstack.org/sushy/ Please report issues through: https://bugs.launchpad.net/sushy/+bugs For more details, please see below. 5.6.0 ^^^^^ Prelude ******* sushy-oem-idrac has been merged into this package, removing the need to install it separately. Upgrade Notes ************* * You must uninstall sushy-oem-idrac as a separate package when upgrading. Changes in sushy 5.5.0..5.6.0 ----------------------------- 7c4c992 Update master for stable/2025.1 da09239 migrate sushy_oem_idrac to sushy 6e0f5fa explicit oem extn names and fix parallel tests Diffstat (except docs and test files) ------------------------------------- .../notes/sushy-oem-idrac-f4a1f2202b7955d7.yaml | 7 + releasenotes/source/2025.1.rst | 6 + releasenotes/source/index.rst | 1 + setup.cfg | 7 + sushy/oem/__init__.py | 0 sushy/oem/dell/__init__.py | 18 + sushy/oem/dell/asynchronous.py | 76 ++ sushy/oem/dell/constants.py | 20 + sushy/oem/dell/resources/__init__.py | 0 sushy/oem/dell/resources/attributes.py | 76 ++ sushy/oem/dell/resources/manager/__init__.py | 0 sushy/oem/dell/resources/manager/constants.py | 161 +++ .../dell/resources/manager/idrac_card_service.py | 109 ++ sushy/oem/dell/resources/manager/job_collection.py | 56 + sushy/oem/dell/resources/manager/job_service.py | 59 + .../dell/resources/manager/lifecycle_service.py | 79 ++ sushy/oem/dell/resources/manager/manager.py | 681 ++++++++++ sushy/oem/dell/resources/system/constants.py | 30 + sushy/oem/dell/resources/system/raid_service.py | 147 ++ .../oem/dell/resources/system/storage/constants.py | 28 + .../dell/resources/system/storage/controller.py | 56 + sushy/oem/dell/resources/system/system.py | 165 +++ sushy/oem/dell/resources/taskservice/constants.py | 245 ++++ sushy/oem/dell/resources/taskservice/task.py | 73 + sushy/oem/dell/utils.py | 40 + sushy/resources/oem/common.py | 12 +- .../dell/unit/json_samples/error_pending_job.json | 18 + .../dell/unit/json_samples/error_running_job.json | 18 + .../json_samples/export_configuration_idrac.json | 174 +++ .../export_configuration_nic_bios.json | 1435 ++++++++++++++++++++ .../dell/unit/json_samples/idrac_card_service.json | 17 + .../unit/json_samples/job_collection_expanded.json | 29 + .../oem/dell/unit/json_samples/job_service.json | 13 + .../dell/unit/json_samples/lifecycle_service.json | 13 + .../dell/unit/json_samples/manager_collection.json | 13 + .../oem/dell/unit/json_samples/raid_service.json | 213 +++ .../notes/fix-lc-wait-loop-cebbee222d3dc7c3.yaml | 6 + .../dell/unit/json_samples/storage_controller.json | 58 + .../oem/dell/unit/resources/manager/__init__.py | 0 .../resources/manager/test_idrac_card_service.py | 65 + .../unit/resources/manager/test_job_collection.py | 46 + .../unit/resources/manager/test_job_service.py | 50 + .../resources/manager/test_lifecycle_service.py | 103 ++ .../dell/unit/resources/manager/test_manager.py | 668 +++++++++ .../oem/dell/unit/resources/system/__init__.py | 0 .../dell/unit/resources/system/storage/__init__.py | 0 .../resources/system/storage/test_controller.py | 76 ++ .../unit/resources/system/test_raid_service.py | 209 +++ .../oem/dell/unit/resources/system/test_system.py | 123 ++ .../dell/unit/resources/taskservice/__init__.py | 0 .../dell/unit/resources/taskservice/test_task.py | 66 + 65 files changed, 6573 insertions(+), 15 deletions(-)
participants (1)
-
no-reply@openstack.org