[release-announce] kolla-ansible 12.6.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 4 14:33:25 UTC 2022


We are gleeful to announce the release of:

kolla-ansible 12.6.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.6.0
^^^^^^


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

* Adds variables to configure whether monitoring services should be
  exposed externally:

  * "enable_grafana_external"

  * "enable_kibana_external"

  * "enable_prometheus_alertmanager_external"


Bug Fixes
*********

* Fixes an issue where Ironic Inspector could be configured without
  authentication in a multi-region environment in a region without a
  local Keystone service.

Changes in kolla-ansible 12.5.0..12.6.0
---------------------------------------

1c7c9c98c haproxy-config: Drop project_name variable
cc3882155 Make external access to monitoring services configurable
081ad7536 inspector: Prevent use of noauth in multi-region setup


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

ansible/group_vars/all.yml                                       | 3 +++
ansible/roles/grafana/defaults/main.yml                          | 2 +-
ansible/roles/haproxy-config/vars/main.yml                       | 2 --
ansible/roles/ironic/templates/ironic-inspector.conf.j2          | 2 +-
ansible/roles/kibana/defaults/main.yml                           | 2 +-
ansible/roles/prometheus/defaults/main.yml                       | 2 +-
etc/kolla/globals.yml                                            | 3 +++
releasenotes/notes/fix-inspector-noauth-34fd5a2019591ce7.yaml    | 6 ++++++
.../monitoring-external-access-config-7ad510599dd49526.yaml      | 9 +++++++++
9 files changed, 25 insertions(+), 6 deletions(-)







More information about the Release-announce mailing list