Current Series Release Notes¶
17.0.0.0rc1-19¶
New Features¶
Adds the kolla feature flag:
kolla_enable_ironic_inspector
. This defaults totrue
if you have enabled Ironic as Kayobe makes extensive use of introspection rules. Please note that whilst ironic inspector is deprecated, some features, such as introspection rules are not currently implemented in the replacement implementation built-in to Ironic. See Ironic documentation for more details.
Adds variables to configure authentication parameters in the
image-download
role, which is used to download IPA images. The new variables areimage_download_url_username
,image_download_url_password
,image_download_force_basic_auth
andimage_download_unredirected_headers
. See documentation of the get_url and uri Ansible modules for more details on how to use these variables.
Deploying and destroying infrastructure VMs is now significantly faster as only the required variables are passed to the relevant tasks as opposed to the entire collection of hostvars for each VM.
Upgrade Notes¶
Stops automatically removing the
inspection_store
andopensm
containers when they become disabled in Kayobe configuration. Manual container removal is now necessary, except in the case of a full service destroy.
Bug Fixes¶
Fixes a bug where non-overcloud hosts would show up in the confirmation prompt for
kayobe overcloud deprovision
LP#2091703
Fixes an issue where slave interfaces would not be brought back up when bouncing the master interface. LP#2072340.
Pin requirements for IPA image build to ensure that the
ironic-lib
version matchesironic-python-agent
. LP#2089263
17.0.0.0rc1¶
Security Issues¶
Avoid leaking DNF repository username/password credentials in the Kayobe output by adding loop control to print only the repository key. LP#2087938
Bug Fixes¶
Avoid leaking DNF repository username/password credentials in the Kayobe output by adding loop control to print only the repository key. LP#2087938