We enthusiastically announce the release of: sushy-tools 0.17.0: A set of tools to support the development and test of the Sushy library (https://docs.openstack.org/sushy/) The source is available from: https://opendev.org/openstack/sushy-tools Download the package from: https://tarballs.openstack.org/sushy-tools/ For more details, please see below. 0.17.0 ^^^^^^ New Features * Adds support for returning message and attribute (particularly BIOS attribute) registries. Also adds two additional BIOS settings - 'SecureBootStatus' and 'SerialNumber'. 'SecureBootStatus' has 'ReadOnly' set to true and 'SecureBootStatus' has 'IsSystemUniqueProperty' in the registry. Changes in sushy-tools 0.16.0..0.17.0 ------------------------------------- cbee102 Use xena jobs 7132acd Use /dev/sdx instead of /dev/sdc when mounting boot images de31f7b Add support for returning message and attribute registries d597cf4 setup.cfg: Replace dashes with underscores Diffstat (except docs and test files) ------------------------------------- ..._and_attribute_registries-71e14a53bfa658da.yaml | 8 ++ setup.cfg | 8 +- sushy_tools/emulator/main.py | 43 +++++++ .../emulator/resources/systems/libvirtdriver.py | 6 +- .../templates/bios_attribute_registry_file.json | 20 +++ sushy_tools/emulator/templates/bios_registry.json | 137 +++++++++++++++++++++ .../emulator/templates/message_registry.json | 62 ++++++++++ .../emulator/templates/message_registry_file.json | 20 +++ .../templates/registry_file_collection.json | 16 +++ sushy_tools/emulator/templates/root.json | 3 + .../emulator/resources/systems/test_libvirt.py | 20 +-- zuul.d/project.yaml | 2 +- 14 files changed, 414 insertions(+), 16 deletions(-)
participants (1)
-
no-reply@openstack.org