We are pumped to announce the release of: openstack-ansible 26.4.0: Ansible playbooks for deploying OpenStack This release is part of the zed 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. 26.4.0 ^^^^^^ Upgrade Notes ************* * Keystone OIDC parameter 'oidc_redirect_uri' is replaced with 'oidc_redirect_path'. This parameter no longer needs to be set explicitly unless you run additional services which may collide with the default on the same port as Keystone. Your OIDC provider may need to be updated to reflect this change in redirect URI which defaults to the Keystone public URL plus the path /oidc_redirect. Bug Fixes ********* * Fixed OpenStack command line OIDC integration where Apache mod_auth_openidc if >= v2.4.9 including on Ubuntu Jammy. Other Notes *********** * The "localhost" target was explicitly added to OSA inventory due to bug #2041717. As a result, the 'all' group now contains localhost, and custom playbooks targeting 'all' may need adjustment, e.g.: "hosts: all:!localhost" Changes in openstack-ansible 26.3.0..26.4.0 ------------------------------------------- 95f72b617 Fix incorrect release name c76fccc78 Bump SHAs for Zed 9ee288c6e Apply rate limit for journald in AIO builds 6288a73eb Explicitly add localhost to inventory.ini 49677812a Define install_method default when hosts resolution depend on it Diffstat (except docs and test files) ------------------------------------- .ansible-lint | 3 ++ ansible-role-requirements.yml | 32 +++++++++++----------- deploy-guide/source/targethosts-prepare.rst | 2 +- inventory/inventory.ini | 3 ++ playbooks/ceph-rgw-keystone-setup.yml | 2 +- playbooks/defaults/repo_packages/gnocchi.yml | 4 +-- playbooks/defaults/repo_packages/nova_consoles.yml | 4 +-- .../defaults/repo_packages/openstack_services.yml | 16 +++++------ playbooks/healthcheck-infrastructure.yml | 2 +- playbooks/os-keystone-install.yml | 2 +- ...licit-localhost-inventory-96c5b0b28e23a066.yaml | 7 +++++ .../oidc-fix-redirect-uri-5909172a1db5457f.yaml | 13 +++++++++ scripts/gate-check-commit.sh | 2 +- .../templates/user_variables.aio.yml.j2 | 9 ++++++ 14 files changed, 68 insertions(+), 33 deletions(-)
participants (1)
-
no-reply@openstack.org