openstack-ansible 28.4.0 (bobcat)
We are ecstatic to announce the release of: openstack-ansible 28.4.0 This release is part of the bobcat 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. 28.4.0 ^^^^^^ Known Issues ************ * Due to the underlying bug (https://bugs.launchpad.net/ansible- collections-openstack/+bug/2065680) in Ansible collections for OpenStack, "Default" domain name can be renamed to "default" under certain conditions. One known example is having "domain: default" defenition under "keystone_sp -> trusted_idp_list -> federated_identities" structure. Upgrade Notes ************* * Default for Neutron API has been switched from using uWSGI to old eventlet due to found compatability issues for the current OpenStack release. You can find more infromation in Neutron bug report (https://bugs.launchpad.net/neutron/+bug/2069581) You can preserve current behaviour by setting "neutron_use_uwsgi: True" * Please, make sure that in case of federation usage you define domain name instead of it's ID (ie. "Default" instead of "default") under "keystone_sp -> trusted_idp_list -> federated_identities" Bug Fixes ********* * In case of switching Neutron from uWSGI to old eventlet, *neutron- rpc-server* service will be disabled and stopped by the role. Changes in openstack-ansible 28.3.1..28.4.0 ------------------------------------------- 5b5e0428b Update Neutron SHA after bugfix b899ce553 Bump SHAs for 2023.2 b2f74fb21 Ensure that the inventory tox job runs on an ubuntu-jammy node 2f0cc3e5e Use node FQDN for nova-restore-compute-id 4454d1a15 Ensure "parallel" package is installed for CI log collection df02868cf Remove the get_md5 parameter from ansible stat tasks Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 28 +++++++++++----------- inventory/group_vars/all/source_git.yml | 4 ++-- inventory/group_vars/cinder_all/source_git.yml | 4 ++-- inventory/group_vars/glance_all/source_git.yml | 4 ++-- inventory/group_vars/gnocchi_all/source_git.yml | 4 ++-- inventory/group_vars/heat_all/source_git.yml | 4 ++-- inventory/group_vars/horizon_all/source_git.yml | 4 ++-- inventory/group_vars/ironic_all/source_git.yml | 4 ++-- inventory/group_vars/keystone_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 | 6 ++--- ...ble_neutron_uwsgi_default-1763a0cbc17f23c8.yaml | 13 ++++++++++ .../federated_domain_names-4e169b8b9a947940.yaml | 13 ++++++++++ scripts/scripts-library.sh | 6 +++-- .../upgrade-utilities/nova-restore-compute-id.yml | 3 ++- zuul.d/jobs.yaml | 1 + zuul.d/playbooks/post.yml | 1 - 19 files changed, 74 insertions(+), 45 deletions(-)
participants (1)
-
no-reply@openstack.org