tripleo-validations 10.3.0 (stein)
We are delighted to announce the release of: tripleo-validations 10.3.0: A collection of Ansible playbooks to detect and report potential issues during TripleO deployments This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/tripleo-validations Download the package from: https://tarballs.openstack.org/tripleo-validations/ Please report issues through launchpad: https://storyboard.openstack.org/#!/project/openstack/tripleo- validations For more details, please see below. Changes in tripleo-validations 10.2.0..10.3.0 --------------------------------------------- bbb5f99 Update undercloud minimum ram 53f6bcd Ignore new ansible-lint pipefail rule 5d5e096 Update generate_validations_doc.py script 39f139c Add node disks validation 3b54eea Fix introspection data lookup 51c4a07 Fix the misspelling of "interface" a624601 Address python3 string issues with subprocess b1a204a Fix minor Ansible syntax abdd15f Fix overcloud neutron sanity validation 8884edc Fix the containerized location of ceilometer ceilometer.conf 171e896 Update the bugs link to storyboard Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 4 +- requirements.txt | 1 + tools/ansible-lint.sh | 4 +- validations/library/check_package_update.py | 3 +- validations/library/hiera.py | 2 +- validations/library/node_disks.py | 158 +++++++++++++++++++++ validations/library/overcloudrc.py | 4 +- validations/library/switch_vlans.py | 8 +- validations/lookup_plugins/introspection_data.py | 27 ++-- validations/lookup_plugins/nova_flavors.py | 14 +- validations/neutron-sanity-check.yaml | 1 - validations/node-disks.yaml | 25 ++++ validations/undercloud-debug.yaml | 2 +- validations/undercloud-ram.yaml | 4 +- validations/undercloud-tokenflush.yaml | 9 +- 20 files changed, 432 insertions(+), 59 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c36aff2..b5474ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,0 +12 @@ python-ironicclient>=2.3.0 # Apache-2.0 +python-ironic-inspector-client>=3.1.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org