We enthusiastically announce the release of: openstack-ansible 22.2.0: Ansible playbooks for deploying OpenStack This release is part of the victoria 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. 22.2.0 ^^^^^^ New Features * Support has been added to allow the deployment of the Cloudkitty service when hosts are present in the host group *cloudkitty_hosts* in openstack_user_config or conf.d files. *os-cloudkitty- install.yml* has been added and is now part of *setup-openstack.yml* Changes in openstack-ansible 22.1.4..22.2.0 ------------------------------------------- cf7ad3f19 Integrate cloudkitty 509616c3b Bump SHAs for stable/victoria fbafafd52 Workaround linting issue Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 8 +- etc/openstack_deploy/conf.d/cloudkitty.yml.aio | 4 + etc/openstack_deploy/conf.d/cloudkitty.yml.example | 8 ++ etc/openstack_deploy/user_secrets.yml | 10 ++ inventory/env.d/cloudkitty.yml | 24 +++++ inventory/group_vars/haproxy/haproxy.yml | 13 +++ inventory/group_vars/horizon_all.yml | 1 + inventory/inventory.ini | 6 ++ playbooks/defaults/repo_packages/gnocchi.yml | 2 +- playbooks/defaults/repo_packages/nova_consoles.yml | 4 +- .../defaults/repo_packages/openstack_services.yml | 120 +++++++++++---------- playbooks/os-cloudkitty-install.yml | 65 +++++++++++ playbooks/setup-openstack.yml | 1 + .../integrate-cloudkitty-775a9c3ef32d4976.yaml | 7 ++ .../upgrade-utilities/deploy-config-changes.yml | 17 +++ test-requirements.txt | 3 + zuul.d/jobs.yaml | 2 + 18 files changed, 240 insertions(+), 61 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6b1880ab0..ec5d259ed 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,0 +15,3 @@ ansible-lint==4.3.5 # MIT +# Workaround for old ansible-lint that otherwise will try to install +# latest ansible along with ansible-core, which will break linting. +ansible<3.0.0