kolla-ansible 18.8.0 (caracal)
We are pumped to announce the release of: kolla-ansible 18.8.0 This release is part of the caracal 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. 18.8.0 ^^^^^^ Security Issues *************** * Deny access to /server-status via the single frontend. LP#2121626 Bug Fixes ********* * Fixes bug LP#2118452 which stopped the RabbitMQ upgrade from version 3.13 to 4.1 even though it is supported. * Fixes configuration of backend TLS when network nodes are separate from controllers. LP#2117084 * Reduce the size of the fluentd buffers to avoid getting HTTP 413 errors when sending logs to opensearch/elasticsearch. The values chosen were based on what seemed a sensible size. These can be customised by editing the "fluentd_bulk_message_request_threshold" and "fluentd_buffer_chunk_limit_size" variables. LP#2079988 Changes in kolla-ansible 18.7.0..18.8.0 --------------------------------------- 942f5bcfe letsencrypt: add max_fail_percentage to site.yml 9e1e090a9 Deny access to `server-status` via `single frontend` df276af02 Replace outdated core team list by Gerrit links 410d4148c mariabackup: Grant ALTER on mysql.mariadb_backup_history adb5edad2 CI: Use opendev docker registry mirror 52a3e4a61 Tweak RabbitMQ version check to allow 3.13 to 4.1 e49fd63db Add network group to tls-backend f18a8057f fluentd: Add ovn logs to input 6cbade51d CI: Bump instance creation timeout to 5 minutes 7a449e6a5 Add size limits to Fluentd buffers 92e0bea51 Allow to override Cirros image URL for air-gapped environments d4fc97947 Fix path to heat config-generator.conf 1c1e55141 Docs: update RabbitMQ HA instructions Diffstat (except docs and test files) ------------------------------------- ansible/inventory/all-in-one | 1 + ansible/inventory/multinode | 1 + ansible/roles/common/defaults/main.yml | 15 +++++++ .../templates/conf/input/10-openvswitch.conf.j2 | 38 +++++++++++++++++ .../common/templates/conf/output/00-local.conf.j2 | 4 ++ .../common/templates/conf/output/01-es.conf.j2 | 2 + .../templates/conf/output/03-opensearch.conf.j2 | 2 + ansible/roles/heat/defaults/main.yml | 2 +- .../haproxy/haproxy_external_frontend.cfg.j2 | 1 + ansible/roles/mariadb/tasks/register.yml | 2 +- ansible/roles/rabbitmq/tasks/version-check.yml | 7 ++-- ansible/site.yml | 4 ++ ...llow-rabbitmq-3-13-to-4-1-8ae08d265c353301.yaml | 7 ++++ .../notes/bug-2117084-60fbff1b0616531d.yaml | 6 +++ ...tatus-via-single-frontend-33bbf3b9688a9ae4.yaml | 5 +++ .../notes/fluentd-buffers-86acb335b1cf3126.yaml | 9 ++++ tools/init-runonce | 2 +- zuul.d/base.yaml | 2 + 22 files changed, 118 insertions(+), 55 deletions(-)
participants (1)
-
no-reply@openstack.org