We are gleeful to announce the release of: kolla-ansible 19.2.0 This release is part of the dalmatian 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. 19.2.0 ^^^^^^ New Features ************ * "kolla-ansible install-deps" subcommand will now retry on Ansible Galaxy collections installation failures. * 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 internal endpoint for the "heat-cfn" (CloudFormation) service. LP#2087537 * 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 Changes in kolla-ansible 19.1.0..19.2.0 --------------------------------------- 4e3923c7f fluentd: rework openstack logs match d3c6cb456 Retry Ansible Galaxy calls 82a5ca847 Generate system scoped public-openrc 3a2369eeb magnum: Add k8s_cluster_api_rockylinux to CAPI drivers list 7c2a90c4c [CI] Fix Ansible 2.16.14 breakage (cephadm jobs) 393ee5b0c [CI] Fix testing inventory template due Ansible 2.16.14 breakage fada60453 Fix internal endpoint for the heat-cfn service 2c52b76dd Changed incorrect "openstack release" version from master to 2024.2 a0794c00a Fix: add common options to RabbitMQ version check e6727bd43 Prevent accidental downgrades of RabbitMQ 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/heat/defaults/main.yml | 2 +- ansible/roles/magnum/templates/magnum.conf.j2 | 2 +- ansible/roles/rabbitmq/tasks/deploy.yml | 2 + ansible/roles/rabbitmq/tasks/version-check.yml | 123 ++++++++++++--------- etc/kolla/globals.yml | 2 +- kolla_ansible/utils.py | 25 ++++- .../notes/bug-2044370-2285fc3952981cae.yaml | 7 ++ ...rnal-endpoint-bug-2087537-0f5fb5d997e5a92b.yaml | 5 + .../install-deps-retries-fbe2a3abb41abb6d.yaml | 5 + .../public-openrc-system-e52c9f5440b6f594.yaml | 7 ++ .../rabbitmq-catch-downgrade-1005c7475a97bf19.yaml | 5 + ...-check-add-common-options-05edc24b779a3630.yaml | 6 + 19 files changed, 167 insertions(+), 70 deletions(-)
participants (1)
-
no-reply@openstack.org