[release-announce] openstack-ansible 20.1.0 (train)

no-reply at openstack.org no-reply at openstack.org
Tue Apr 7 20:48:24 UTC 2020


We high-spiritedly announce the release of:

openstack-ansible 20.1.0: Ansible playbooks for deploying OpenStack

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

20.1.0
^^^^^^

New Features

* Get ceph keyrings from files, if variable``ceph_keyrings_dir`` is
  defined the keyrings will be extracted from files. All files in the
  directory must have ".keyring" extention and be named with its
  corresponding "ceph_client" name. For example, if
  "cinder_ceph_client" is "cinder" the cinder keyring file must be
  named "cinder.keyring". Each file must contain username and the key
  and nothing more, below an example for cinder.keyring content.

  [client.cinder] key = XXXXXXXXXXX

Changes in openstack-ansible 20.0.2..20.1.0
-------------------------------------------

0fcb0af4d Bump SHAs for stable/train
af8a8fc0a Set bionic upgrade job to voting
f899d9727 Fix python2 support
b2d67351d [doc] Add placement definition to config samples
47486323b Bump SHAs for stable/train


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

ansible-role-requirements.yml                      | 36 ++++-----
.../openstack_user_config.yml.prod-ceph.example    |  3 +
.../openstack_user_config.yml.prod.example         |  9 +++
...openstack_user_config.yml.provnet-group.example |  9 +++
.../user_variables.yml.prod-ceph.example           |  1 -
global-requirement-pins.txt                        |  6 ++
inventory/group_vars/utility_all.yml               |  3 +
playbooks/defaults/repo_packages/gnocchi.yml       |  2 +-
playbooks/defaults/repo_packages/nova_consoles.yml |  2 +-
.../defaults/repo_packages/openstack_services.yml  | 88 +++++++++++-----------
.../ceph_keyrings_in_files-7d6a01e64861f8c6.yaml   | 15 ++++
scripts/bootstrap-ansible.sh                       |  1 +
zuul.d/project-templates.yaml                      |  4 +-
13 files changed, 112 insertions(+), 67 deletions(-)







More information about the Release-announce mailing list