Current Series Release Notes¶
20.0.0-23¶
New Features¶
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.
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¶
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