[release-announce] openstack-ansible 24.0.1 (xena)
no-reply at openstack.org
no-reply at openstack.org
Mon Jan 31 14:36:56 UTC 2022
We are pumped to announce the release of:
openstack-ansible 24.0.1: Ansible playbooks for deploying OpenStack
This release is part of the xena stable 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.
24.0.1
^^^^^^
Known Issues
* In the Xena release, TLS for VNC is enabled by default, for
existing deployments this will prevent console access to existing
virtual machines, as this configuration change does not apply to
existing virtual machines. Virtual machines created after the
configuration change are not affected.
The virtual machines will run correctly, but your are not able to
access them via the console. There are three possible solutions to
enable console access for existing virtual machines; disable TLS for
VNC, restart the virtual machine or live migrate the virtual
machine.
TLS for VNC can be disabled by setting "nova_qemu_vnc_tls" variable
to "0" in the "/etc/openstack_deploy/user_variables.yml" file.
Changes in openstack-ansible 24.0.0..24.0.1
-------------------------------------------
725d19bc0 Fix infra scenario repo server cluster
b44b6d8f3 Gather additional facts for haproxy playbook
f57d9983d Fix definition of ssl_protocol
027803010 Remove CI jobs for centos-8
147997cd8 Bump OpenStack-Ansible Xena
20d2ba990 Add Ironic-related bridges to AIO
e1a067ab3 Fix rich version for ansible-lint
b32678a5f Update notes on how to enable TLS for VNC
Diffstat (except docs and test files)
-------------------------------------
ansible-role-requirements.yml | 24 ++---
etc/openstack_deploy/openstack_user_config.yml.aio | 14 +++
.../openstack_user_config.yml.aio.j2 | 25 ++++-
inventory/group_vars/all/ssl.yml | 2 +-
playbooks/defaults/repo_packages/gnocchi.yml | 2 +-
playbooks/defaults/repo_packages/nova_consoles.yml | 4 +-
.../defaults/repo_packages/openstack_services.yml | 110 ++++++++++-----------
playbooks/haproxy-install.yml | 4 +
.../notes/vnc-proxy-error-c081c682cacec70e.yaml | 15 +++
scripts/gate-check-commit.sh | 3 +-
.../bootstrap-host/tasks/prepare_networking.yml | 26 +++++
.../templates/user_variables.aio.yml.j2 | 2 +-
.../templates/user_variables_ironic.yml.j2 | 7 ++
zuul.d/jobs.yaml | 64 ------------
zuul.d/playbooks/pre-gate-cleanup.yml | 11 ---
zuul.d/project-templates.yaml | 13 ---
17 files changed, 172 insertions(+), 164 deletions(-)
More information about the Release-announce
mailing list