We are amped to announce the release of: openstack-ansible 25.3.0: Ansible playbooks for deploying OpenStack This release is part of the yoga stable release series. The source is available from: https://opendev.org/openstack/openstack-ansible Download the package from: https://tarballs.openstack.org/openstack-ansible/ Please report issues through: https://bugs.launchpad.net/openstack-ansible/+bugs For more details, please see below. 25.3.0 ^^^^^^ New Features ************ * A new parameter *octavia_provider_network_mtu* is added to set the MTU to 1500 by default. This is important for deployments which allow jumbo frames while setting the management to the standard Ethernet MTU. The MTU can be still changed at any point during the initial octavia deployment or with the *openstack network set --mtu* command line. Upgrade Notes ************* * A new parameter *octavia_provider_network_mtu* is added to set the MTU to 1500 by default. This is important for deployments which allow jumbo frames while setting the management to the standard Ethernet MTU. The MTU can be still changed at any point during the initial octavia deployment or with the *openstack network set --mtu* command line. Security Issues *************** * Erlang version was bumped to 24.3.4.7 to cover CVE-2022-37026 which has critical severity * This release includes SHA bump for Cinder, Nova and Glance that covers OSSA-2023-002 vulnarability (CVE-2022-47951). Changes in openstack-ansible 25.2.0..25.3.0 ------------------------------------------- 97fd09387 Bump OSA for stable/yoga to cover CVE-2022-47951 ec73393e2 Bump OpenStack-Ansible Yoga 94a8e34ab Add Glance tempest plugin repo to testing SHA pins list 2868c8d8e Sync ZFS pool names a159a8808 Prevent bootstrap failure when all roles/collections are overriden 2a1830a5d Increase thread/process to 2 for keystone 87b638b9c Update tox.ini c5b601dea Install ZFS packages for bootstrap-host if needed 61a3a6e1e Unset OSA-defined variables for bootstrap 4c50d612e Disable sahara tempest tests c26717127 Install dynamic-inventory as console_script e8daf3a71 Update upgrade instructions for Yoga release f93319481 Update self version fetching mechanism Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 128 ++++++++++----------- .../reference/inventory/generate-inventory.rst | 48 +++++++- inventory/dynamic_inventory.py | 6 +- playbooks/defaults/repo_packages/gnocchi.yml | 4 +- playbooks/defaults/repo_packages/nova_consoles.yml | 4 +- .../defaults/repo_packages/openstack_services.yml | 40 +++---- .../defaults/repo_packages/openstack_testing.yml | 6 +- .../notes/erlang_cve_37026-bdf6304e7772cf29.yaml | 5 + ...der_network_mtu-parameter-62978008dfe0882e.yaml | 17 +++ .../notes/ossa-2023-002-ac8462ef3a5702ad.yaml | 5 + scripts/bootstrap-ansible.sh | 6 +- scripts/get-ansible-collection-requirements.yml | 2 +- scripts/get-ansible-role-requirements.yml | 2 +- scripts/run-upgrade.sh | 1 - setup.cfg | 4 + .../bootstrap-host/tasks/prepare_data_disk.yml | 82 +++++++------ .../templates/user_variables.aio.yml.j2 | 10 +- .../templates/user_variables_sahara.yml.j2 | 2 +- tox.ini | 4 +- 21 files changed, 248 insertions(+), 146 deletions(-)