We exuberantly announce the release of: tripleo-validations 13.1.0: A collection of Ansible playbooks to detect and report potential issues during TripleO deployments This release is part of the victoria stable release series. The source is available from: https://opendev.org/openstack/tripleo-validations Download the package from: https://tarballs.openstack.org/tripleo-validations/ Please report issues through: https://bugs.launchpad.net/tripleo/+bugs For more details, please see below. 13.1.0 ^^^^^^ Bug Fixes * Existing resources "DISK_GB", "MEMORY_MB", "VCPU" were not considered to be available in case of custom_resource_class_val == False, also use correct types for resource comparison and required_count calculation. Changes in tripleo-validations 13.0.0..13.1.0 --------------------------------------------- 3977997 Remove workaround for broken dogpile.cache and lower-constraints file 9d5949e Fix conditionals/types in check_flavors and verify_profiles da5d5a6 Update TOX_CONSTRAINTS_FILE for stable/victoria 1c9ff7a Update .gitreview for stable/victoria Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 5 - library/check_flavors.py | 7 +- library/verify_profiles.py | 2 +- lower-constraints.txt | 117 --------------------- molecule-requirements.txt | 2 - ...nsider_existing_resources-addc5b2527d9db1b.yaml | 6 ++ test-requirements.txt | 5 - tox.ini | 9 +- 9 files changed, 13 insertions(+), 141 deletions(-) Requirements updates -------------------- diff --git a/molecule-requirements.txt b/molecule-requirements.txt index 24b4e83..83b94e2 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -4,2 +3,0 @@ ansible -# https://github.com/sqlalchemy/dogpile.cache/issues/178 -dogpile.cache>=0.6.5,<0.9.1 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 8cc6aea..81ee12b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,5 +5,0 @@ openstackdocstheme>=2.2.1 # Apache-2.0 -hacking>=3.0.1,<3.1.0 # Apache-2.0 -# remove this pyflakes from here once you bump the -# hacking to 3.2.0 or above. hacking 3.2.0 takes -# care of pyflakes version compatibilty. -pyflakes>=2.1.1