We jubilantly announce the release of: validations-common 1.6.0: A common Ansible libraries and plugins for the validations framework The source is available from: https://opendev.org/openstack/validations-common Download the package from: https://tarballs.openstack.org/validations-common/ For more details, please see below. Changes in validations-common 1.5.0..1.6.0 ------------------------------------------ 88d2345 feat(removal): tox-ansible support 3cfc3bf fix(molecule): Add ability to run molecule on Fedora 05cf32a fix(ci): Install python3 package first ae303b9 Molecule test restoration 558200c Bumping the ansible-lint version to 5.3.2 in order to resolve CI failure ec6bfcb add pre-update and pre-upgrade groups to ntp playbook Diffstat (except docs and test files) ------------------------------------- .config/molecule/Dockerfile | 12 ++++++---- .config/molecule/config.yml | 18 +++++++------- .pre-commit-config.yaml | 2 +- .zuul.yaml | 6 ++--- LICENSE | 1 - README.rst | 8 +++++++ ansible-collections-requirements.yml | 1 + bindep.txt | 28 +++++++++------------- playbooks/molecule/pre.yml | 7 ++++++ scripts/bindep-install | 2 +- scripts/run-local-test | 7 ++++-- test-requirements.txt | 1 + tox.ini | 25 +++++++++---------- validations_common/playbooks/ntp.yaml | 2 ++ .../service_status/molecule/default/molecule.yml | 8 +++---- .../service_status/molecule/docker/molecule.yml | 8 +++---- .../service_status/molecule/systemd/molecule.yml | 8 +++---- 18 files changed, 80 insertions(+), 66 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4826c4d..53b91e5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,0 +5 @@ +ansible-core<2.12 # GPLv3+