ironic-python-agent 11.4.0 (gazpacho)
We are chuffed to announce the release of: ironic-python-agent 11.4.0 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/ironic-python-agent Download the package from: https://tarballs.openstack.org/ironic-python-agent/ Please report issues through: https://bugs.launchpad.net/ironic-python-agent/+bugs For more details, please see below. 11.4.0 ^^^^^^ New Features ************ * Extend "ipa-enable-vlan-interfaces" kernel params field to support identifying an interface by its MAC address as an alternative to its name. Deprecation Notes ***************** * PReP (PowerPC Reference Platform) partition support is now deprecated and will be removed in a future release. This affects ppc64* (PowerPC 64-bit) hardware support. While POWER hardware remains an active platform, it represents a small, specialized share of typical ironic-python-agent deployment patterns. The feature was originally added to support booting partition images locally on PowerPC hardware, but usage in the ironic-python-agent ecosystem may be limited. Note that RAID support for PReP partitions was never implemented and will not be added before removal. Users with ppc64* hardware deployments should plan to migrate to alternative solutions or contact the Ironic community if they have specific requirements. Changes in ironic-python-agent 11.3.0..11.4.0 --------------------------------------------- f596fe47 enable_vlan_interfaces: support identifying interfaces by MAC ccb120a6 Add request logging for API requests e78d4af6 Fix slow test_find_routable_addr_no_reachable_urls 5cfff147 Trivial: report the slowest unit tests 1739fa38 Deprecate PReP partition support? 8b498025 Remove unicode literal from code Diffstat (except docs and test files) ------------------------------------- ironic_python_agent/agent.py | 5 + ironic_python_agent/api/app.py | 6 +- ironic_python_agent/api/request_log.py | 93 ++++++ ironic_python_agent/config.py | 4 +- ironic_python_agent/disk_utils.py | 3 + ironic_python_agent/extensions/image.py | 8 + ironic_python_agent/netutils.py | 13 +- ironic_python_agent/partition_utils.py | 3 + ironic_python_agent/raid_utils.py | 3 +- ...te-prep-partition-support-b80be860deb3c316.yaml | 19 ++ ...le-vlan-interfaces-by-mac-188524357fb46a2f.yaml | 5 + tox.ini | 2 +- 14 files changed, 560 insertions(+), 9 deletions(-)
participants (1)
-
no-reply@openstack.org