We exuberantly announce the release of: openstack-ansible 31.1.1 This release is part of the epoxy 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. 31.1.1 ^^^^^^ Upgrade Notes ************* * Variable "networking_ovn_bgp_install_branch" has been renamed to "networking_ovn_bgp_git_install_branch" in order to match existing naming convention. Security Issues *************** * Includes patched versions of Keystone and Swift for OSSA-2025-002 (https://security.openstack.org/ossa/OSSA-2025-002.html) Bug Fixes ********* * Fixes "oslo.cache" package resolution via "pkg_resources" by upgrading version of "setuptools" to 75.8.2. * Fixed a race condition on start of the repo container, when var- www- mount.repo is started before glusterd.service is fully operational. * Fixes SHA pinning and installation of "ovn-bgp-agent", as SHA pinning and role were using different variable names. * URI to Shibboleth mirror has been fixed for EL-based distributions. Changes in openstack-ansible 31.1.0..31.1.1 ------------------------------------------- 4ba6ec34e Bump SHAs for 2025.1 bf96c9dd7 Set Rocky 9 molecule test as non-voting 3560beee2 Upgrade setuptools to version 75.8.2 20981e3ab Ensure that gluster mount is started after service Diffstat (except docs and test files) ------------------------------------- ansible-collection-requirements.yml | 2 +- ansible-role-requirements.yml | 12 ++++++------ global-requirement-pins.txt | 2 +- inventory/group_vars/all/source_git.yml | 4 ++-- inventory/group_vars/cinder_all/source_git.yml | 4 ++-- inventory/group_vars/designate_all/source_git.yml | 4 ++-- inventory/group_vars/horizon_all/source_git.yml | 6 +++--- inventory/group_vars/ironic_all/source_git.yml | 4 ++-- inventory/group_vars/keystone_all/source_git.yml | 4 ++-- inventory/group_vars/magnum_all/source_git.yml | 4 ++-- inventory/group_vars/manila_all/source_git.yml | 4 ++-- inventory/group_vars/neutron_all/source_git.yml | 8 ++++---- inventory/group_vars/nova_all/source_git.yml | 4 ++-- inventory/group_vars/octavia_all/source_git.yml | 6 +++--- inventory/group_vars/repo_all.yml | 6 ++++++ inventory/group_vars/swift_all/source_git.yml | 4 ++-- releasenotes/notes/fix_oslo_resolution-6c34d8d94c1f2698.yaml | 5 +++++ .../notes/gluster_mount_wait_service-9d7f6f8850cce6d2.yaml | 6 ++++++ releasenotes/notes/ossa-2025-002-0bd49ab955d1dd28.yaml | 4 ++++ releasenotes/notes/ovn_bgp_git_track-51f2f484516aad31.yaml | 10 ++++++++++ .../notes/shibboleth_mirror_el-89e41075a1ee8fbf.yaml | 4 ++++ zuul.d/project-templates.yaml | 4 ++-- 22 files changed, 73 insertions(+), 38 deletions(-)