openstack-ansible 27.4.3 (antelope)
We are gleeful to announce the release of: openstack-ansible 27.4.3: 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.4.3 ^^^^^^ 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. Deprecation Notes ***************** * Format of "client" key inside "ceph_extra_components" variable has been deprecated in favor of a mapping with one required attribute "name". Having "client" key defined as a simple list is kept for backwards compatibility but will be removed in future releases. 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. * Backwards compatibility of "client" key inside "ceph_extra_components" variable has been fixed to support both a list and a list of mappings. Changes in openstack-ansible 27.4.2..27.4.3 ------------------------------------------- 606cb408f Bump SHAs for 2023.1 d1f91cde4 Adjust RabbitMQ HA policy to make reply queues HA f0ca3402d Better check if we're in CI during collection bootstrap Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 40 +++++++++++----------- 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/glance_all/source_git.yml | 4 +-- inventory/group_vars/heat_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/neutron_all/source_git.yml | 8 ++--- inventory/group_vars/nova_all/source_git.yml | 8 ++--- inventory/group_vars/octavia_all/source_git.yml | 4 +-- inventory/group_vars/swift_all/source_git.yml | 4 +-- inventory/group_vars/trove_all/source_git.yml | 4 +-- ...trap_collections_file_git-3e61f6c33cfc96f6.yaml | 8 +++++ .../ceph_components_format-3a947aa47ed2ff71.yaml | 13 +++++++ ...rmq-ha-reply-queue-policy-95a8fd54561fc9cd.yaml | 7 ++++ scripts/get-ansible-collection-requirements.yml | 2 +- 17 files changed, 76 insertions(+), 48 deletions(-)
participants (1)
-
no-reply@openstack.org