Current Series Release Notes¶
20.0.0-42¶
New Features¶
Adds support for QoS egress/ingress settings in systemd-networkd for Debian-family distributions. Use
ingress_qos_mapandegress_qos_mapvariables to configure QoS maps for incoming and outgoing packets respectively.
Adds the
--install-onlyand--no-installcommand line options tokayobe control host bootstrap. Ininstall-onlymode, only the dependencies are installed, but the rest of the host configuration is skipped. Inno-installmode, install is skipped, but the rest of the tasks are executed.
Adds support for configuring hostnames via Kayobe. This is disabled by default; it can be enabled by setting
kayobe_customize_hostnamestotrue. By default, Kayobe will use the Ansible inventory hostname. This can be overriden by settingkayobe_custom_hostname.
Adds support for updating cache during host package update on all supported systems.
Upgrade Notes¶
Removed the deprecated options
--kolla-tagsandkolla-limitfrom all commands.
Removes the deprecated configuration variable
external_net_name. Users should useexternal_net_namesinstead.
Bug Fixes¶
Fixes an error in the manage-containers role that occurred when running
kayobe overcloud service reconfigure. LP#2160941
Fixes an issue where seed service deployment could fail with a
DiscoveryFailureerror when an HTTP proxy is configured. The seed’s provisioning IP address is now included in the defaultno_proxylist, preventing the proxy from intercepting requests to seed services such as Ironic. LP#2154438
Fixes displaying the error when a failure to retrieve an inspection rule occurs. LP#2162058
Resolves an issue that prevented Arista switch interface configuration from being applied. LP#2162130
Fixes Bifrost deployment by ensuring that extra kernel parameters are successfully parsed by Ironic. LP#2162755
Bumps the
stackhpc.openstackcollection to version 0.10.2. This fixes a broken conditional causing IPA and overcloud image build failures whenALLOW_BROKEN_CONDITIONALSis disabled. LP#2157021
Fixes paths to EPEL repositories on Rocky Linux. Previously, they were only using the major version
$releaseverwhich could point to an incompatible repository. They now use both major and minor versions, e.g.10.2instead of10. There is no change on CentOS Stream which uses only the major version. LP#2156407
Fix all hostnames in a group being merged into a single line in the kolla overcloud hosts inventory file. LP#2158773
Fixes a bug where the httpd image does not get built with
kayobe overcloud container image build. LP#2161615This image was introduced in Kolla from change 954707.
The httpd image will be built by default when any of following variables are set to true:
kolla_enable_ironic
kolla_enable_keystone
kolla_enable_letsencrypt
Fixes a bug found when trying to assign a multi-word description to a Dell OS switch with
kayobe physical network configure. LP#2161899