openstack-ansible 28.3.0 (bobcat)
We are excited to announce the release of: openstack-ansible 28.3.0: 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.3.0 ^^^^^^ New Features ************ * Added variable "cinder_manage_volume_types" that allows to skip volume type creation and management by os_cinder role. Upgrade Notes ************* * Support is added to enable all stable RabbitMQ feature flags by default. This happens automatically post upgrade, and avoids compatibility issues which could occur when installing a new version of RabbitMQ. * Stable RabbitMQ feature flags will be enabled automatically pre- upgrade in order to prevent failures during the upgrade process. Deprecation Notes ***************** * The variable "keystone_external_ssl" was deprecated and is no longer used. You still can control if communication between HAProxy and Keystone should be covered with TLS through "keystone_backend_ssl" or "haproxy_ssl"/"haproxy_ssl_all_vips" for communication between clients and HAProxy on frontend. Security Issues *************** * Includes safe (non-vulnerable) versions of services regarding OSSA-2024-001 (https://security.openstack.org/ossa/OSSA-2024-001.html) Changes in openstack-ansible 28.2.1..28.3.0 ------------------------------------------- ca8aa766c Bump SHAs for 2023.2 (Bobcat) 18d742dd2 Update RabbitMQ SHA 4894e423d Configure all directories to be safe for git clone in CI 11bcd452b Enable RabbitMQ feature flags pre-upgrade 3fec9b695 Remove retired projects from zuul required-projects Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 44 +++++++++++----------- inventory/group_vars/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/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/magnum_all/source_git.yml | 4 +- inventory/group_vars/manila_all/source_git.yml | 4 +- inventory/group_vars/neutron_all/source_git.yml | 8 ++-- inventory/group_vars/nova_all/source_git.yml | 6 +-- inventory/group_vars/octavia_all/source_git.yml | 6 +-- inventory/group_vars/swift_all/source_git.yml | 4 +- playbooks/rabbitmq-install.yml | 13 +++++++ .../notes/OSSA-2024-001-252e923d988dad84.yaml | 5 +++ ...llow_to_skip_volume_types-8698ec60660a0510.yaml | 5 +++ .../notes/feature-flags-9faf32a3d49af4fc.yaml | 6 +++ ...tone_external_ssl-removal-5d972299f98dcc32.yaml | 8 ++++ .../rabbitmq-feature-flags-d1a0f3fd4e17cbf4.yaml | 5 +++ .../templates/user_variables.aio.yml.j2 | 5 +++ zuul.d/jobs.yaml | 15 -------- 22 files changed, 99 insertions(+), 67 deletions(-)
participants (1)
-
no-reply@openstack.org