openstack-ansible 28.2.1 (bobcat)
We are amped to announce the release of: openstack-ansible 28.2.1: Ansible playbooks for deploying OpenStack 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.2.1 ^^^^^^ Upgrade Notes ************* * When using RabbitMQ in a high availability cluster (non-quorum queues), transient 'reply_' queues are now included in the HA policy where they previously were not. Note that this will increase the load on the RabbitMQ cluster, particularly for deployments with large numbers of compute nodes. Bug Fixes ********* * Fixes user-collection-requirements bootstrap process, when defied by deployer collection uses "git+file" as a source scheme. Previously an unexpected version of collection could get installed when using "git+file" scheme. * Due to missing parameter Nova cell0 used to be configured to not use TLS for MySQL communication even when "nova_galera_use_ssl" was explicitly enabled. It is fixed now and cell0 should be updated on the next playbook run. Changes in openstack-ansible 28.2.0..28.2.1 ------------------------------------------- ebd35832a Bump SHAs for 2023.2 38862a2b7 Adjust RabbitMQ HA policy to make reply queues HA 0d1e48d84 [doc] Fix supported OS list 96621f435 Better check if we're in CI during collection bootstrap bcc913ed8 Remove caveat around ceph versions in deploy guide documentation. 3c90081ef Define haproxy fact gathering vars at group rather than task level Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 46 +++++++++++----------- deploy-guide/source/deploymenthost.rst | 1 + deploy-guide/source/overview-requirements.rst | 1 + deploy-guide/source/targethosts-prepare.rst | 4 +- .../admin/upgrades/os-compatibility-matrix.html | 2 +- inventory/group_vars/all/infra.yml | 2 +- inventory/group_vars/all/source_git.yml | 4 +- inventory/group_vars/barbican_all/source_git.yml | 4 +- inventory/group_vars/cinder_all/source_git.yml | 4 +- inventory/group_vars/cloudkitty_all/source_git.yml | 4 +- inventory/group_vars/glance_all/source_git.yml | 4 +- inventory/group_vars/haproxy/haproxy.yml | 10 +++++ 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 | 8 ++-- inventory/group_vars/octavia_all/source_git.yml | 4 +- inventory/group_vars/trove_all/source_git.yml | 4 +- playbooks/haproxy-install.yml | 8 ---- playbooks/openstack-hosts-setup.yml | 2 +- ...trap_collections_file_git-3e61f6c33cfc96f6.yaml | 8 ++++ ...rmq-ha-reply-queue-policy-95a8fd54561fc9cd.yaml | 7 ++++ .../update_cell0_db_tls-1d14996f697b5c68.yaml | 7 ++++ scripts/get-ansible-collection-requirements.yml | 2 +- 28 files changed, 95 insertions(+), 70 deletions(-)
participants (1)
-
no-reply@openstack.org