We are chuffed to announce the release of: kolla-ansible 19.0.0 This release is part of the dalmatian 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. 19.0.0 ^^^^^^ Upgrade Notes * Rewrite kolla-ansible CLI to python Moving the CLI to python allows for easier maintenance and larger feature set. The CLI was built using the cliff package that is used in openstack-cli and kayobe-cli. This patch introduces a few breaking changes. The changes stem the nature of the cliff package. 1. the order of parameters must be kolla-ansible <action> <arguments> 2. mariadb_backup and mariadb_recovery now are mariadb-backup and mariadb-recovery Changes in kolla-ansible 19.0.0.0rc1..19.0.0 -------------------------------------------- e76ae4199 CI: Add pre/run.yml to files in all base jobs 8e3995f65 Fix destroy command with new python CLI aefb943ec Use stable/2024.2 for ansible-collection-kolla c253e5239 Fix detection of editable installation 6c3832091 Update TOX_CONSTRAINTS_FILE for stable/2024.2 ce89b4f76 Update .gitreview for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + ansible/roles/destroy/tasks/cleanup_host.yml | 2 +- kolla_ansible/utils.py | 17 ++-- requirements.yml | 2 +- tox.ini | 10 +-- zuul.d/base.yaml | 114 +++++++++++---------------- 6 files changed, 63 insertions(+), 83 deletions(-)
participants (1)
-
no-reply@openstack.org