We contentedly announce the release of: kolla-ansible 12.8.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.8.0 ^^^^^^ Bug Fixes * Fixes an issue with AlertManager external Web URL being unconfigurable. A new variable "prometheus_alertmanager_external_url" has been introduced that users can use to set web.external-url to public. * Under circumstances of extended disruption to the Fluentd- ElasticSearch central logging pipeline, it is possible to generate a sufficient buffer of unsent log data that takes longer than the default Fluentd request timeout (default 5 seconds) to transfer the buffer. The default request timeout value is raised to "60s", and made configurable using new parameter "fluentd_elasticsearch_request_timeout". LP#1983031 * Fixes Ironic API healthchecks when backend TLS encryption is enabled. LP#1990819 Changes in kolla-ansible 12.7.0..12.8.0 --------------------------------------- 7b567eb13 Fix AlertManager's external web url 93b0e89bd Fix Ironic API healthcheck with backend TLS 3e70d1829 [CI] Move queue setting to project level d04948ad6 [docs] Align IPA images urls bf85b5be3 Increase the Fluentd request timeout for ES 4e2586cf0 Don't assume /etc/hosts exists b78335fc3 [docs] Overview of Ironic, instead of scaring 30dfb395e [docs] Fix Ironic flavor creation command cd23504a7 [CI] Let Tenks manage its own venv Diffstat (except docs and test files) ------------------------------------- ansible/roles/baremetal/tasks/pre-install.yml | 2 ++ ansible/roles/common/defaults/main.yml | 1 + .../common/templates/conf/output/00-local.conf.j2 | 1 + .../common/templates/conf/output/01-es.conf.j2 | 1 + ansible/roles/ironic/defaults/main.yml | 2 +- ansible/roles/prometheus/defaults/main.yml | 2 ++ .../templates/prometheus-alertmanager.json.j2 | 2 +- ...dcoded-alertmanager-weburl-9413b9e82a8610ea.yaml | 6 ++++++ ...sticsearch-request-timeout-f110883dd4412f65.yaml | 10 ++++++++++ ...pi-backend-tls-healthcheck-481b69116b072913.yaml | 5 +++++ zuul.d/project.yaml | 2 +- 14 files changed, 49 insertions(+), 16 deletions(-)
participants (1)
-
no-reply@openstack.org