We are ecstatic to announce the release of: kolla-ansible 14.3.0: Ansible Deployment of Kolla containers This release is part of the yoga 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. 14.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 14.2.0..14.3.0 --------------------------------------- cbaf7a2af haproxy-config: Drop project_name variable f7229e984 Make external access to monitoring services configurable a4ec7daee 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(-)
participants (1)
-
no-reply@openstack.org