We exuberantly announce the release of: openstack-ansible 20.0.2: 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.0.2 ^^^^^^ Upgrade Notes * Variable *libvirt_package* in ceph_client role has been renamed to *libvirt_packages* and converted from string to a list. Changes in openstack-ansible 20.0.1..20.0.2 ------------------------------------------- a09154318 manila: stop including all hosts in haproxy 4150b3ca5 Fix idempotency for os-lxc-container-setup.yml 6e4924873 Revert non voting jobs from "Install appropriate tempest releases on stable branches" 91d395879 Do not append container_name for metal containers 3e7d1fdd9 Bump SHAs for stable/train 0c92106a7 Drop virtualenv pip package for CI 9fd31f873 Install appropriate tempest releases on stable branches 0fef9ba5a Use nova_placement_service_password for placement_service_password dbfa0add5 Bump ansible version to 2.8.8 9fb765ed0 Remove log compression before upload 8b1682dd3 Set fixed version for networking-calico 83e1650e5 Bump SHAs for stable/train e9384b686 Update ansible to 2.8.7 Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 16 ++-- inventory/group_vars/haproxy/haproxy.yml | 4 +- osa_toolkit/generate.py | 18 ++++- playbooks/common-tasks/os-lxc-container-setup.yml | 8 +- playbooks/defaults/repo_packages/gnocchi.yml | 2 +- playbooks/defaults/repo_packages/nova_consoles.yml | 2 +- .../defaults/repo_packages/openstack_services.yml | 92 +++++++++++----------- playbooks/os-tempest-install.yml | 1 + .../notes/libvirt_packages-e826dec75312c077.yaml | 5 ++ scripts/bootstrap-ansible.sh | 4 +- scripts/gate-check-commit.sh | 4 +- scripts/log-collect.sh | 12 --- .../upgrade-utilities/deploy-config-changes.yml | 2 +- zuul.d/jobs.yaml | 1 + zuul.d/playbooks/pre-gate-cleanup.yml | 55 +++++++++++++ zuul.d/playbooks/vars/debian.yml | 19 +++++ zuul.d/playbooks/vars/redhat.yml | 17 ++++ zuul.d/playbooks/vars/suse.yml | 18 +++++ zuul.d/project-templates.yaml | 4 +- 19 files changed, 201 insertions(+), 83 deletions(-)