We are chuffed to announce the release of: tripleo-validations 9.4.0: A collection of Ansible playbooks to detect and report potential issues during TripleO deployments This release is part of the rocky 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. Changes in tripleo-validations 9.3.1..9.4.0 ------------------------------------------- 8a84c01 Sync 'validations/check-network-gateway.yaml' with the new role bf11998 Update generate_validations_doc.py script 0c926c1 Fix introspection data lookup e6aee5e Ignore new ansible-lint pipefail rule 361061f OpenDev Migration Patch Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- requirements.txt | 1 + test-requirements.txt | 3 +- tools/ansible-lint.sh | 5 +- validations/check-network-gateway.yaml | 21 ++++-- validations/ironic-boot-configuration.yaml | 2 +- validations/library/switch_vlans.py | 8 +-- validations/lookup_plugins/introspection_data.py | 31 +++++---- 11 files changed, 97 insertions(+), 57 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 51340da..5c0c887 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,0 +11 @@ python-ironicclient>=2.3.0 # Apache-2.0 +python-ironic-inspector-client>=3.1.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a0ef4bd..fdb0845 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org