[tripleo] tripleo-validations 8.3.0 (queens)
We are jazzed to announce the release of: tripleo-validations 8.3.0: A collection of Ansible playbooks to detect and report potential issues during TripleO deployments This release is part of the queens release series. The source is available from: http://git.openstack.org/cgit/openstack/tripleo-validations Download the package from: https://tarballs.openstack.org/tripleo-validations/ Please report issues through launchpad: https://bugs.launchpad.net/tripleo/+bugs?field.tag=validations For more details, please see below. Changes in tripleo-validations 8.2.0..8.3.0 ------------------------------------------- 6dc1ba3 Updated from global requirements 1008a51 Replaces yaml.load() with yaml.safe_load() 80c842c Add help for --plan, add --stack 7043a8e Fix a spelling mistake in source file ee08bac Fix function invocations a0c06ae Add a health check for overcloud nodes d66f806 Add lookup plugin for ironic nodes e730716 Zuul: Remove project name c9bcde3 Detect overlapping IP ranges a19d618 Fix the rabbitmq fd limits validation bba2ec1 Fix the nova config file location 1f4e251 Fix the haproxy config file location 3a7b0a9 Add a lookup plugin for nova servers 942b047 Improve netenv validation and add IPv6 tests Diffstat (except docs and test files) ------------------------------------- ...p_plugin_for_nova_servers-33a934236e6652fb.yaml | 5 + .../ironic-lookup-plugin-cd01332f326f4125.yaml | 5 + .../node-health-validation-7663706ff8c711a2.yaml | 6 ++ .../notes/plan-stack-cli-59b3f3a213ded859.yaml | 6 ++ requirements.txt | 5 +- scripts/tripleo-ansible-inventory | 9 +- validations/callback_plugins/validation_output.py | 6 +- validations/haproxy.yaml | 2 +- validations/library/network_environment.py | 35 ++++--- validations/library/switch_vlans.py | 2 +- validations/lookup_plugins/ironic_nodes.py | 95 +++++++++++++++++++ validations/lookup_plugins/nova_servers.py | 101 +++++++++++++++++++++ validations/no-op-firewall-nova-driver.yaml | 2 +- validations/node-health.yaml | 35 +++++++ validations/rabbitmq-limits.yaml | 2 +- validations/templates/unreachable_nodes.j2 | 9 ++ zuul.d/layout.yaml | 2 - 18 files changed, 372 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1e39463..c6cd458 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7,2 @@ oslo.config>=5.1.0 # Apache-2.0 -keystoneauth1>=3.3.0 # Apache-2.0 +keystoneauth1>=3.4.0 # Apache-2.0 +python-novaclient>=9.1.0 # Apache-2.0 @@ -8,0 +10 @@ python-heatclient>=1.10.0 # Apache-2.0 +python-ironicclient>=2.2.0 # Apache-2.0 @@ -9,0 +12 @@ os-net-config>=7.1.0 # Apache-2.0 +six>=1.10.0 # MIT
participants (1)
-
no-reply@openstack.org