openstack-ansible 27.3.0 (antelope)
We are jazzed to announce the release of: openstack-ansible 27.3.0: Ansible playbooks for deploying OpenStack This release is part of the antelope 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. 27.3.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 27.2.0..27.3.0 ------------------------------------------- d63b41447 Bump SHAs for 2023.1 7657895a3 Fix incorrect release name be52bb288 Explicitly add localhost to inventory.ini ec09d851e Remove amphora provider driver 954ce06ff Map default value of rabbitmq_management_ssl to haproxy_ssl 1a652f5a9 Add gate_log_requirements function 7c4060211 Apply rate limit for journald in AIO builds Diffstat (except docs and test files) ------------------------------------- ansible-collection-requirements.yml | 4 +-- ansible-role-requirements.yml | 40 +++++++++++----------- deploy-guide/source/targethosts-prepare.rst | 2 +- inventory/group_vars/all/all.yml | 2 +- inventory/group_vars/cinder_all/source_git.yml | 4 +-- inventory/group_vars/cloudkitty_all/source_git.yml | 4 +-- inventory/group_vars/gnocchi_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/manila_all/source_git.yml | 4 +-- inventory/group_vars/neutron_all/source_git.yml | 6 ++-- inventory/group_vars/nova_all/source_git.yml | 6 ++-- inventory/group_vars/octavia_all/source_git.yml | 4 +-- inventory/group_vars/swift_all/source_git.yml | 4 +-- inventory/inventory.ini | 3 ++ ...licit-localhost-inventory-96c5b0b28e23a066.yaml | 7 ++++ .../oidc-fix-redirect-uri-5909172a1db5457f.yaml | 13 +++++++ scripts/scripts-library.sh | 14 ++++++++ .../templates/user_variables.aio.yml.j2 | 9 +++++ .../templates/user_variables_octavia.yml.j2 | 2 +- 20 files changed, 94 insertions(+), 48 deletions(-)
participants (1)
-
no-reply@openstack.org