openstack-ansible 25.6.0 (yoga)
We are thrilled to announce the release of: openstack-ansible 25.6.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.6.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 ********* * Fixes use of Apache mod_auth_openidc on Ubuntu Jammy where a new OIDCXForwardedHeaders configuration option is required. * 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 25.5.0..25.6.0 ------------------------------------------- 7047d7f71 Fix incorrect release name 16d513883 Bump SHAs for Yoga 302842f88 Explicitly add localhost to inventory.ini e0c3efb14 Define install_method default when hosts resolution depend on it Diffstat (except docs and test files) ------------------------------------- .ansible-lint | 3 +++ ansible-role-requirements.yml | 24 +++++++++++----------- 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 | 20 +++++++++--------- playbooks/healthcheck-infrastructure.yml | 2 +- playbooks/os-keystone-install.yml | 2 +- ...licit-localhost-inventory-96c5b0b28e23a066.yaml | 7 +++++++ ...tone-oidc-forwarded-proto-92471121e3949428.yaml | 5 +++++ .../oidc-fix-redirect-uri-5909172a1db5457f.yaml | 13 ++++++++++++ scripts/gate-check-commit.sh | 2 +- 14 files changed, 62 insertions(+), 31 deletions(-)
participants (1)
-
no-reply@openstack.org