We are pleased to announce the release of: kolla-ansible 20.1.0 This release is part of the epoxy 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. 20.1.0 ^^^^^^ New Features ************ * "bootstrap-servers" now always uses the system Python interpreter via "auto_silent" autodetection. "octavia-certificates" now use the same Python interpreter as the one running the "kolla-ansible" command itself. Bug Fixes ********* * Fixes handler invocation failure in the "ovs-dpdk" role. LP#2088197 * Allow operators to run "kolla-ansible post-deploy" without escalating privileges on the deploy node when "node_config" is writable for that user. Changes in kolla-ansible 20.0.0..20.1.0 --------------------------------------- 790f21b25 [stable/2025.1 only] Use 2025.1 branch for ansible-collection-kolla 4b3b46a78 [stable/2025.1 only] Use 2025.1 images 035d03277 Fix handler invocation in the ovs-dpdk role b949557f3 Standardize Python interpreter handling bd4542f44 [CI] Fix bootstrap testing 26b1bc0a0 Fix unconditional use of become in post-deploy 8c5a11b3c CI: Use venv ansible_python_interpreter in octavia scenario 653536e28 Allow to run post-deploy without privilege escalation 3a4f55b9f Update TOX_CONSTRAINTS_FILE for stable/2025.1 9f44a658e Update .gitreview for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + ansible/group_vars/all.yml | 2 +- ansible/group_vars/baremetal.yml | 15 +++++++ ansible/post-deploy.yml | 34 +++++++++------ ansible/roles/octavia/defaults/main.yml | 1 + ansible/roles/octavia/tasks/openrc.yml | 2 +- ansible/roles/ovs-dpdk/handlers/main.yml | 2 +- kolla_ansible/cli/commands.py | 15 ++++++- .../notes/bug-2088197-abbdf6178c926eda.yaml | 5 +++ ...hout-privilege-escalation-9427cb91d32fbd8d.yaml | 6 +++ ...interpreter-for-bootstrap-b83cc25d03e4eeb5.yaml | 8 ++++ requirements.yml | 2 +- tox.ini | 8 ++-- 16 files changed, 110 insertions(+), 50 deletions(-)
participants (1)
-
no-reply@openstack.org