We jubilantly announce the release of: kolla-ansible 18.4.0 This release is part of the caracal 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. 18.4.0 ^^^^^^ New Features ************ * Generates a system-scoped "public-openrc-system.sh" file. This allows running Ironic commands against the public API, which is useful when access to the internal API is unavailable. LP#2051837 Bug Fixes ********* * Fixes cases when fluentd parser fails on Python traceback. OpenStack services regex has been reworked to include both global_request_id and handling cases with Python traceback. LP#2044370 (https://launchpad.net/bugs/2044370) * Fixes busy libvirt's secret volume while secrets are changing. LP#2073678 * Adds a check to stop deploying/upgrading the RabbitMQ containers if it will result in downgrading the version of RabbitMQ running. * Fixes a bug where the RabbitMQ version check would fail to pull the new image due to lack of auth. LP#2086171 * Fixes a bug where the IP address comparison was not done properly for the variable "kolla_same_external_internal_vip". Fix the comparison to use the "ipaddr" filter instead. For details see LP#2076889. Changes in kolla-ansible 18.3.0..18.4.0 --------------------------------------- afc850ccc fluentd: rework openstack logs match edc101e7a Generate system scoped public-openrc 1718450f1 magnum: Add k8s_cluster_api_rockylinux to CAPI drivers list 974019e8d [CI] Fix Ansible 2.16.14 breakage (cephadm jobs) ec733d1dd [CI] Fix testing inventory template due Ansible 2.16.14 breakage a463354a1 [2024.1 and older] CI: Fix exclude paths for ansible-lint 2c5f2bcfe Fix: add common options to RabbitMQ version check 6b0c4a7fe Fix nova-libvirt's secrets - device or resource is busy 969820a7f Prevent accidental downgrades of RabbitMQ ae4053d25 external/internal vip: use proper ip comparison Diffstat (except docs and test files) ------------------------------------- ansible/group_vars/all.yml | 2 +- ansible/post-deploy.yml | 9 ++ .../common/templates/conf/input/00-global.conf.j2 | 2 +- .../common/templates/public-openrc-system.sh.j2 | 15 +++ ansible/roles/magnum/templates/magnum.conf.j2 | 2 +- ansible/roles/nova-cell/defaults/main.yml | 1 - ansible/roles/nova-cell/tasks/deploy.yml | 2 + ansible/roles/nova-cell/tasks/post-config.yml | 8 ++ ansible/roles/nova-cell/tasks/rolling_upgrade.yml | 2 + ansible/roles/rabbitmq/tasks/deploy.yml | 2 + ansible/roles/rabbitmq/tasks/version-check.yml | 122 ++++++++++++--------- .../notes/bug-2044370-2285fc3952981cae.yaml | 7 ++ .../notes/bug-2073678-45f31547395ef3c7.yaml | 5 + .../public-openrc-system-e52c9f5440b6f594.yaml | 7 ++ .../rabbitmq-catch-downgrade-1005c7475a97bf19.yaml | 5 + ...-check-add-common-options-05edc24b779a3630.yaml | 6 + .../use_proper_ip_comparison-1ed77a21eb560079.yaml | 7 ++ tox.ini | 2 +- 21 files changed, 160 insertions(+), 64 deletions(-)
participants (1)
-
no-reply@openstack.org