[release-announce] kolla-ansible 13.5.0 (xena)
no-reply at openstack.org
no-reply at openstack.org
Thu Oct 6 10:20:08 UTC 2022
We high-spiritedly announce the release of:
kolla-ansible 13.5.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.5.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
* Fixes an issue with "ironic-neutron-agent" using the wrong option
to configure the interface used to communicate with the Ironic API.
LP#1990675 (https://bugs.launchpad.net/kolla-ansible/+bug/1990675)
Changes in kolla-ansible 13.4.0..13.5.0
---------------------------------------
685d4545d Fix interface option for ironic-neutron-agent
ee4a88ea8 Fix Ironic API healthcheck with backend TLS
108de2058 [CI] Move queue setting to project level
2a52fad2d [docs] Align IPA images urls
0e1ae5c34 Increase the Fluentd request timeout for ES
2862205bc Don't assume /etc/hosts exists
6ff882c14 Fix AlertManager's external web url
dd4249fe5 [docs] Overview of Ironic, instead of scaring
9c964bc66 [docs] Fix Ironic flavor creation command
488982ea9 [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 +-
.../neutron/templates/ironic_neutron_agent.ini.j2 | 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 +++++
...ic-neutron-agent-interface-75fd4fbb1d3eb843.yaml | 6 ++++++
zuul.d/project.yaml | 8 ++++----
16 files changed, 59 insertions(+), 20 deletions(-)
More information about the Release-announce
mailing list