We are jazzed to announce the release of: kolla-ansible 18.1.0: Ansible Deployment of Kolla containers 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.1.0 ^^^^^^ Upgrade Notes ************* * MariaDB backup now uses the same image as the running MariaDB server. The following variables relating to MariaDB backups are no longer used and have been removed: * "mariabackup_image" * "mariabackup_tag" * "mariabackup_image_full" Bug Fixes ********* * Fixes trove module imports. Path to the modules needed by trove- api changed in source trove package so the configuration was updated. LP#1937120 * Modifies the MariaDB procedure to use the same container image as the running MariaDB server container. This should prevent compatibility issues that may cause the backup to fail. * Fixes a bug in kolla_podman_worker, where missing commas in list of strings create implicit concatenation of items that should be separate. LP#2067278 * Fixes configuration of CloudKitty when internal TLS is enabled. LP#1998831 * Fixes the dimensions comparison when we set values like *1g* in the container dimensions configuration, making the docker container getting restarted even with no changes, as we are comparing *1g* with *1073741824*, which is displayed in the docker inspect while *1g* is in the configuration. * Fixes keystone port in skyline-console pointing to wrong endpoint port. LP#2069855 * Fixes 2065168. Fix kolla systemd unit template to prevent restart all kolla services with docker.service restart. LP#[2065168] * All stable RabbitMQ feature flags are now enabled during deployments, reconfigures, and upgrades. As such, the variable "rabbitmq_feature_flags" is no longer required. This is a partial fix to RabbitMQ SLURP support. LP#2049512 * Fixes skyline's old format of stop task. It used docker_container which would cause problems with podman deployments. Changes in kolla-ansible 18.0.0..18.1.0 --------------------------------------- 2a209454e docs: Remove Stream 8 and Jammy past references cceb66b3e Support CloudKitty deployment with internal TLS b543ea464 Fix kolla-ansible systemd restart behaviour 9805ffb0e Fix the docker container dimensions comparison for short notation 2b4165c10 RMQ: enable all stable feature flags at once 9f7e1fd41 Skyline: Fix incorrect keystone port 4902dcdd5 kolla_url: port is a string 2220baf7e Use the running MariaDB server image for backups 4617fbc19 CI: increase timeout for server resize confirmation c5fbc602c Set node to a valid rabbitmq host c525f5858 Fix missing commas in kolla_podman_worker e6338d75f Fix trove module imports 2f3e8eebb Fix: Update Skyline stop task c19e45931 Revert "CI: Use 2023.2 image for rabbitmq on ipv6 scenario" bd8a6ecb6 CI: Pin codespell to <2.3.0 2bf3336c6 CI: Pin requests to <2.32 for docker sdk 60942145c Remove mistral and redis Diffstat (except docs and test files) ------------------------------------- ansible/module_utils/kolla_container_worker.py | 79 ++++++++++++++++++++-- ansible/module_utils/kolla_podman_worker.py | 6 +- ansible/module_utils/kolla_systemd_worker.py | 1 - ansible/rabbitmq.yml | 2 +- ansible/roles/cloudkitty/defaults/main.yml | 8 +-- ansible/roles/cloudkitty/tasks/bootstrap.yml | 3 + ansible/roles/mariadb/defaults/main.yml | 4 -- ansible/roles/mariadb/tasks/backup.yml | 14 +++- ansible/roles/rabbitmq/defaults/main.yml | 17 ----- ansible/roles/rabbitmq/tasks/feature-flags.yml | 11 +-- ansible/roles/service-rabbitmq/tasks/main.yml | 2 +- ansible/roles/skyline/tasks/stop.yml | 13 ++-- ansible/roles/skyline/templates/nginx.conf.j2 | 4 +- ansible/roles/trove/templates/trove.conf.j2 | 6 +- .../orchestration-and-nfv/tacker-guide.rst | 8 --- kolla_ansible/kolla_url.py | 1 + lint-requirements.txt | 1 + .../notes/bug-1937120-cd1ad24a9a4be739.yaml | 7 ++ .../notes/bug-2058644-1db8786303234787.yaml | 15 ++++ .../notes/bug-2067278-82287115c972a04e.yaml | 7 ++ .../cloudkitty-internal-tls-c3e18be2a9f95c5d.yaml | 5 ++ ...ges-when-using-dimensions-ad94b657b6c29cfc.yaml | 10 +++ ...fix-skyline-keystone-port-0a25395608f572d9.yaml | 5 ++ .../fix-systemd-restart-5fc282419cf13589.yaml | 7 ++ ...all-feature-flags-at-once-28b76958abf54083.yaml | 8 +++ .../notes/skyline-stop-7eb0d8770335a9ca.yaml | 6 ++ tox.ini | 1 - zuul.d/base.yaml | 1 + 33 files changed, 257 insertions(+), 95 deletions(-) Requirements updates -------------------- diff --git a/lint-requirements.txt b/lint-requirements.txt index 9f9a40259..58117d988 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -4,0 +5 @@ bashate>=0.5.1 # Apache-2.0 +codespell<2.3.0 # GPLv2
participants (1)
-
no-reply@openstack.org