We are delighted to announce the release of: kolla-ansible 12.5.0: Ansible Deployment of Kolla containers This release is part of the wallaby 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. 12.5.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 12.4.0..12.5.0 --------------------------------------- 36d1713a8 Support setting Nova API microversion for openstack-exporter 4be435470 use ironic user in ironic_neutron_agent.ini file e047de57f Fix nested mounts of /run/openvswitch f217335ab CI: cephadm: Add osds/pools/users in one run c51c47fcc ovn: add network group to neutron-ovn-metadata-agent 7ba90673a Increase openstack-exporter timeout to 45 seconds 70e3b187f designate: allow designate_ns_record to be a list 8a8fafd6c Switch to Cortex-A72 cpu on AArch64 9c06aad0a 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 + .../neutron/templates/ironic_neutron_agent.ini.j2 | 6 ++-- 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 | 37 ++++------------------ roles/cephadm/templates/commands.sh.j2 | 23 ++++++++++++++ 22 files changed, 102 insertions(+), 43 deletions(-)
participants (1)
-
no-reply@openstack.org