[release-announce] kolla-ansible 13.2.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 7 10:50:24 UTC 2022


We are tickled pink to announce the release of:

kolla-ansible 13.2.0: Ansible Deployment of Kolla containers

This release is part of the xena 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.

13.2.0
^^^^^^


New Features
************

* Adds support for configuring the Openstack Compute API
  microversion used by the OpenStack exporter for Prometheus using the
  "prometheus_openstack_exporter_compute_api_version" variable. The
  default value is "2.1" to keep metrics unchanged when using recent
  exporter releases.


Bug Fixes
*********

* Fixes the issue of exponential growth of /run/openvswitch mounts
  when kolla-toolbox container is restarted. LP#1979295

* Fixes an issue with recovering multi-node MariaDB Galera cluster.

* Increases "prometheus_openstack_exporter_timeout" to 45 seconds to
  reduce the odds of scrape failures on deployments with large number
  of OpenStack resources. LP#1976629

Changes in kolla-ansible 13.1.0..13.2.0
---------------------------------------

41c6dbfc2 Support setting Nova API microversion for openstack-exporter
6e610c2e4 Fix nested mounts of /run/openvswitch
00b3f971f CI: cephadm: Add osds/pools/users in one run
37d984dde ovn: add network group to neutron-ovn-metadata-agent
5f2a4996d Increase openstack-exporter timeout to 45 seconds
61b811235 designate: allow designate_ns_record to be a list
09f794a1e Switch to Cortex-A72 cpu on AArch64
efe71d551 Improve MariaDB restore procedure


Diffstat (except docs and test files)
-------------------------------------

ansible/group_vars/all.yml                         |  3 +-
ansible/inventory/all-in-one                       |  1 +
ansible/inventory/multinode                        |  1 +
ansible/roles/common/defaults/main.yml             |  1 -
ansible/roles/designate/templates/pools.yaml.j2    |  7 ++++
ansible/roles/mariadb/tasks/recover_cluster.yml    |  1 +
ansible/roles/neutron/templates/neutron.conf.j2    |  2 +
ansible/roles/prometheus/defaults/main.yml         |  2 +
ansible/roles/prometheus/handlers/main.yml         |  1 +
.../roles/prometheus/tasks/check-containers.yml    |  1 +
.../reference/networking/designate-guide.rst       |  3 +-
.../notes/bug-1979295-3088a4a1c7b391d7.yaml        |  7 ++++
...eate-grastate-mariabackup-58ae93adf32d2bcb.yaml |  4 ++
...penstack-exporter-timeout-652eebff6a42d198.yaml |  7 ++++
...ack-exporter-nova-version-9e75cb7ec04658f2.yaml |  8 ++++
roles/cephadm/tasks/main.yml                       | 45 ++++------------------
roles/cephadm/templates/commands.sh.j2             | 23 +++++++++++
21 files changed, 99 insertions(+), 48 deletions(-)







More information about the Release-announce mailing list