[release-announce] kolla-ansible 14.4.0 (yoga)
no-reply at openstack.org
no-reply at openstack.org
Thu Sep 1 09:50:21 UTC 2022
We are tickled pink to announce the release of:
kolla-ansible 14.4.0: Ansible Deployment of Kolla containers
This release is part of the yoga stable release series.
The source is available from:
https://opendev.org/openstack/kolla-ansible
Download the package from:
https://tarballs.openstack.org/kolla-ansible/
Please report issues through:
https://bugs.launchpad.net/kolla-ansible/+bugs
For more details, please see below.
14.4.0
^^^^^^
Security Issues
***************
* Kolla Ansible used to run Ironic's tftpd as an (unprivileged) root
user. Now, it will explicitly use the nobody user.
Bug Fixes
*********
* Fixes 1982777. Set multipathd user_friendly_names to "no" to make
os-brick able to resize volumes online. Adds ability to override
multipathd config. LP#1982777
* Fixed bug #1987982 (https://bugs.launchpad.net/kolla-
ansible/+bug/1987982) This bug caused the database
log_bin_trust_function_creators variable not to be set back to "OFF"
after a keystone upgrade.
* If "ironic_enabled_notification_topics" is set to "true",
"ironic_notification_level" is set to "info" in order to ensure that
Ironic actually sends out notifications.
See bug 1969826 (https://bugs.launchpad.net/kolla-
ansible/+bug/1969826) for details.
Changes in kolla-ansible 14.3.0..14.4.0
---------------------------------------
68ec08c03 [TrivialFix] Fix task name in Ironic config
938df6de9 Fix haproxy prechecks after deployment
3558ba61c keystone: Remove redundant 'when'
c89bb9c08 [security] Make Ironic tftpd run as nobody
800bb53e7 Fix nova online volume resize with multipathd
2dcfbac6b Set the ironic notification level
Diffstat (except docs and test files)
-------------------------------------
ansible/roles/ironic/tasks/config.yml | 2 +-
ansible/roles/ironic/templates/ironic-tftp.json.j2 | 2 +-
ansible/roles/ironic/templates/ironic.conf.j2 | 4 ++++
ansible/roles/keystone/handlers/main.yml | 1 -
ansible/roles/keystone/tasks/upgrade.yml | 1 -
ansible/roles/loadbalancer/tasks/precheck.yml | 2 +-
ansible/roles/multipathd/tasks/config.yml | 17 +++++++++++------
ansible/roles/multipathd/templates/multipath.conf.j2 | 2 +-
releasenotes/notes/bug-1982777-0cac9753aa18a037.yaml | 8 ++++++++
...st_function_creators-variables-8628098891513dac.yaml | 6 ++++++
.../ironic-notification-level-a23db99c66c4b752.yaml | 9 +++++++++
.../notes/ironic-tftp-nobody-835803ba36398ea3.yaml | 6 ++++++
12 files changed, 48 insertions(+), 12 deletions(-)
More information about the Release-announce
mailing list