We are glad to announce the release of: tripleo-validations 12.4.0: A collection of Ansible playbooks to detect and report potential issues during TripleO deployments This release is part of the victoria 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. Changes in tripleo-validations 12.3.0..12.4.0 --------------------------------------------- 3150534 Remove mock as test requirement 35821c4 Make Get OSD stat percentage compatible with both Luminous and Nautilus 9315f04 Fix ceph-ansible permissions when checking the repo name 18608d1 Ensure virtualenv is installed. 5dfccb8 Add "mock" in test-requirements and lower-constraints 95898bf Add TripleO validation CLI script 861d6b4 Update openstackdocstheme. aa330a8 Update Ceph role's Get OSD stat to use new data structure 467ebf5 Switch to newer openstackdocstheme and reno versions 2d565ad Stop to use the __future__ module. 3320df4 Add Python3 victoria unit tests 27d541b Update master for stable/ussuri 5741b79 Update python version. Diffstat (except docs and test files) ------------------------------------- callback_plugins/validation_json.py | 2 - callback_plugins/validation_output.py | 2 - library/docker_facts.py | 4 -- lower-constraints.txt | 8 ++-- releasenotes/source/conf.py | 9 ++-- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 +++ roles/ceph/tasks/ceph-ansible-installed.yaml | 1 + roles/ceph/tasks/ceph-health.yaml | 2 +- scripts/tripleo-ansible-inventory | 2 - scripts/tripleo-validation.py | 48 ++++++++++++++++++++++ setup.cfg | 1 + test-requirements.txt | 6 +-- tox.ini | 2 +- tripleo_validations/utils.py | 2 - zuul.d/layout.yaml | 2 +- zuul.d/playbooks/pre.yml | 4 ++ 22 files changed, 98 insertions(+), 38 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index cfbc20e..b86e1e7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -openstackdocstheme>=1.31.2 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0 @@ -10 +10 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx>=1.8.0,!=2.1.0 # BSD +sphinx>=2.0.0,!=2.1.0 # BSD @@ -15 +15 @@ testtools>=2.2.0 # MIT -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0