We exuberantly announce the release of: openstack-ansible 21.1.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. Changes in openstack-ansible 21.0.1..21.1.0 ------------------------------------------- f4946d3ac Bump SHAs for stable/ussuri e87baa0c1 Run tempest install when tempest_run is False 7ad531dca Use branch specific test-ansible-deps 8dbc91574 Bump SHAs for stable/ussuri 18a59ea6c Add integrated test for Ubuntu using ML2/OVN driver 232bb43eb [doc] Fix deployment guide to correspond relevant OS 1d5a617cb Allow usage of haproxy_ssl_all_vips for services Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 16 ++-- deploy-guide/source/deploymenthost.rst | 13 +-- deploy-guide/source/targethosts-prepare.rst | 13 ++- etc/openstack_deploy/env.d/neutron_ovn.yml.example | 16 ++++ etc/openstack_deploy/env.d/nova_ovn.yml.example | 13 +++ inventory/group_vars/haproxy/haproxy.yml | 29 +++++++ playbooks/defaults/repo_packages/gnocchi.yml | 2 +- playbooks/defaults/repo_packages/nova_consoles.yml | 4 +- .../defaults/repo_packages/openstack_services.yml | 94 +++++++++++----------- playbooks/os-tempest-install.yml | 3 +- .../bootstrap-host/tasks/prepare_aio_config.yml | 17 ++++ .../templates/user_variables_neutron_ovn.yml.j2 | 34 ++++++++ tox.ini | 2 +- zuul.d/jobs.yaml | 21 +++++ zuul.d/project-templates.yaml | 1 + 15 files changed, 204 insertions(+), 74 deletions(-)