kolla-ansible 17.7.0 (bobcat)
We high-spiritedly announce the release of: kolla-ansible 17.7.0 This release is part of the bobcat 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. 17.7.0 ^^^^^^ 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 17.6.0..17.7.0 --------------------------------------- ad118188e fluentd: rework openstack logs match 12a775a75 magnum: Add k8s_cluster_api_rockylinux to CAPI drivers list bebcff7f0 [CI] Fix Ansible 2.16.14 breakage (cephadm jobs) e040ab0b0 [CI] Fix testing inventory template due Ansible 2.16.14 breakage e541868f5 Fix nova-libvirt's secrets - device or resource is busy 3a2074340 Fix: add common options to RabbitMQ version check a768fb669 Prevent accidental downgrades of RabbitMQ 247162ea4 external/internal vip: use proper ip comparison Diffstat (except docs and test files) ------------------------------------- ansible/group_vars/all.yml | 2 +- .../common/templates/conf/input/00-global.conf.j2 | 2 +- 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 | 54 ++++++++++++++++++++++ .../notes/bug-2044370-2285fc3952981cae.yaml | 7 +++ .../notes/bug-2073678-45f31547395ef3c7.yaml | 5 ++ .../rabbitmq-catch-downgrade-1005c7475a97bf19.yaml | 5 ++ ...-check-add-common-options-05edc24b779a3630.yaml | 6 +++ .../use_proper_ip_comparison-1ed77a21eb560079.yaml | 7 +++ 17 files changed, 110 insertions(+), 13 deletions(-)
participants (1)
-
no-reply@openstack.org