[release-announce] openstack-ansible 22.1.2 (victoria)
no-reply at openstack.org
no-reply at openstack.org
Mon Apr 19 13:40:56 UTC 2021
We are thrilled to announce the release of:
openstack-ansible 22.1.2: Ansible playbooks for deploying OpenStack
This release is part of the victoria 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.
22.1.2
^^^^^^
New Features
************
* Implemented "openstack_hosts_package_manager_extra_conf" variable.
It allows to add extra content into package manager's configuration
(works with apt,yum and dnf).
* In deployments where a separate host is used to manage the
OpenStack Ansible configuration, the '/etc/hosts' file on that host
will now include a section adding hostname to IP resolution for all
hosts in the inventory. This can be enabled/disabled via
'openstack_host_manage_deploy_hosts_file'.
Known Issues
************
* Where a single OSA deploy host is used to manage multiple
deployments, some delegated Ansible tasks are performed using
hostnames rather than IP addresses due to Ansible issue 72776.
Hostnames such as 'infra1' will be ambiguous, so use of separate
hosts for each deployment is recommended.
Deprecation Notes
*****************
* Remove "octavia_amp_image_id" option as the corresponding
configuration option in Octavia "amp_image_id" is deprected and
image tags should be used instead.
Changes in openstack-ansible 22.1.1..22.1.2
-------------------------------------------
f9eb0af8a Return PyMySQL installation for distro installs
2d5f183ef Bump SHAs for stable/victoria
Diffstat (except docs and test files)
-------------------------------------
ansible-role-requirements.yml | 10 +-
inventory/group_vars/utility_all.yml | 1 +
playbooks/defaults/repo_packages/gnocchi.yml | 2 +-
playbooks/defaults/repo_packages/nova_consoles.yml | 4 +-
.../defaults/repo_packages/openstack_services.yml | 106 ++++++++++-----------
playbooks/utility-install.yml | 4 +-
...age-manager-configuration-815b7959870479e7.yaml | 6 ++
.../notes/deploy-hosts-file-657a385568f3df9c.yaml | 13 +++
.../remove_amp_image_id-433eefffba7d6a96.yaml | 6 ++
9 files changed, 89 insertions(+), 63 deletions(-)
More information about the Release-announce
mailing list