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

no-reply at openstack.org no-reply at openstack.org
Thu Aug 4 14:26:10 UTC 2022


We are happy to announce the release of:

kolla-ansible 13.3.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.3.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 13.2.0..13.3.0
---------------------------------------

bbfa6bbce haproxy-config: Drop project_name variable
b37787f04 Make external access to monitoring services configurable
585e49d7d 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