[release-announce] openstack-ansible 21.2.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed Nov 11 15:26:35 UTC 2020


We are pleased to announce the release of:

openstack-ansible 21.2.0: Ansible playbooks for deploying OpenStack

This release is part of the ussuri 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.

21.2.0
^^^^^^


Prelude
*******

This is minor bugfix release that brings up overall improvements and
bugfixes to the roles.


New Features
************

* Added variable *nova_scheduler_extra_filters* which allows to
  extend list of defaulted *nova_scheduler_default_filters*

* Added deployment of the *keystone_auth_default_policy.json* file
  for Magnum.


Upgrade Notes
*************

* String value of *nova_scheduler_default_filters* is converted to
  the list At the moment there is compatability for overriden values,
  that are string, but this support will be removed in the Wallaby
  release. So deployers are recommended to replace their string
  overrides with list ones.

* Ironic Inspector service was bumped to master version instead of
  stable/ussuri. Which means that during upgrade to this version
  Inspector version will be downgraded, which may result in problems
  with migrations. We recommend to ensure you have full DB backup
  before Inspector upgrade or overwrite
  ironic_inspector_git_install_branch with 10.4.0 tag


Bug Fixes
*********

* uWSGI service restart is now properly triggered upon service
  config change

* Notifications are enabled now if either ceilometer or designate
  service is present in the inventory

* Fixed manila support for CentOS 8

* Fixed ceph_client role for distro installs

* Fixed Ubuntu Focal ceph deployments

* Since Ubuntu has dropped older base images, which resulted in all
  previous tags being broken, we've switched to downloading always
  latest base image available. This should guarantee that we retrieve
  relevant images only.

Changes in openstack-ansible 21.1.0..21.2.0
-------------------------------------------

543b847fe Bump SHAs for stable/ussuri
5356d9f5f Actually use ANSIBLE_FORKS in openstack-ansible.rc
bd857ddcd Fix manila tempest jobs
9711e8fc3 Fix focal ceph jobs


Diffstat (except docs and test files)
-------------------------------------

ansible-role-requirements.yml                      | 26 +++---
inventory/group_vars/ceph_all.yml                  |  2 +-
playbooks/defaults/repo_packages/gnocchi.yml       |  2 +-
playbooks/defaults/repo_packages/nova_consoles.yml |  4 +-
.../defaults/repo_packages/openstack_services.yml  | 96 +++++++++++-----------
.../notes/bugfix_release-e3f224566e662aa6.yaml     | 29 +++++++
...ronic_inspector_downgrade-c12a510a080821bf.yaml |  8 ++
.../notes/lxc_image_url-35bcf71f8ec6f8d2.yaml      |  6 ++
scripts/bootstrap-ansible.sh                       |  1 +
scripts/openstack-ansible.rc                       |  1 +
.../templates/user_variables_manila.yml.j2         |  1 +
zuul.d/project-templates.yaml                      |  9 +-
12 files changed, 114 insertions(+), 71 deletions(-)







More information about the Release-announce mailing list