We are jazzed to announce the release of: ironic 11.1.2: OpenStack Bare Metal Provisioning This release is part of the rocky stable release series. The source is available from: https://git.openstack.org/cgit/openstack/ironic Download the package from: https://tarballs.openstack.org/ironic/ Please report issues through launchpad: https://storyboard.openstack.org/#!/project/943 For more details, please see below. 11.1.2 ^^^^^^ Bug Fixes * A bug has been fixed in the node update code that could cause the nodes to become not updatable if their driver is no longer available. * Fixes an issue where the master instance image cache could not be disabled. The configuration option "[pxe]/instance_master_path" may now be set to the empty string to disable the cache. * Fixes an issue where the master TFTP image cache could not be disbled. The configuration option "[pxe]/tftp_master_path" may now be set to the empty string to disable the cache. For more information, see story 2004608 (https://storyboard.openstack.org/#!/story/2004608). * Fixes a bug where ironic port is not updated in node introspection as per PXE enabled setting for "idrac" hardware type. See bug 2004340 (https://storyboard.openstack.org/#!/story/2004340) for details. Changes in ironic 11.1.1..11.1.2 -------------------------------- c0ed86d Allow disabling TFTP image cache 588a9ee Fix updating nodes with removed or broken drivers ef50e5a Allow disabling instance image cache 828ec3e Fix OOB introspection to use pxe_enabled flag in idrac driver Diffstat (except docs and test files) ------------------------------------- ironic/conductor/manager.py | 5 + ironic/conductor/task_manager.py | 17 +++- ironic/conf/pxe.py | 4 +- ironic/drivers/modules/drac/inspect.py | 53 ++++++++++- ironic/drivers/modules/iscsi_deploy.py | 3 +- ironic/drivers/modules/pxe.py | 3 +- .../unit/drivers/modules/drac/test_inspect.py | 102 +++++++++++++++++++++ .../unit/drivers/modules/test_iscsi_deploy.py | 26 ++++++ .../broken-driver-update-fc5303340080ef04.yaml | 5 + ...stance-master-path-config-fa524c907a7888e5.yaml | 6 ++ ...x-tftp-master-path-config-77face94f5db9af7.yaml | 7 ++ .../update-port-pxe-enabled-f954f934209cbf5b.yaml | 7 ++ 16 files changed, 300 insertions(+), 9 deletions(-)
participants (1)
-
no-reply@openstack.org