We are ecstatic to announce the release of: openstack-ansible 19.1.1: Ansible playbooks for deploying OpenStack This release is part of the stein 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. 19.1.1 ^^^^^^ 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 19.1.0..19.1.1 ------------------------------------------- 534933823 Bump keystone to apply security patches ea6aa7379 Bump SHAs for stable/stein edeaf5726 Bump SHAs for stable/stein f47f73c2b Bump SHAs for stable/stein 2637c401b Allow ceph metal CI deployments Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 14 ++-- playbooks/defaults/repo_packages/gnocchi.yml | 2 +- playbooks/defaults/repo_packages/nova_consoles.yml | 2 +- .../defaults/repo_packages/openstack_services.yml | 92 +++++++++++----------- .../ceph_keyrings_in_files-7d6a01e64861f8c6.yaml | 15 ++++ .../templates/user_variables_ceph.yml.j2 | 2 +- 6 files changed, 71 insertions(+), 56 deletions(-)