[release-announce] [tripleo] tripleo-validations 5.3.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 15 09:43:27 UTC 2016


We are delighted to announce the release of:

tripleo-validations 5.3.0: A collection of Ansible playbooks to detect
and report potential issues during TripleO deployments

This release is part of the ocata 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 5.2.0..5.3.0
-------------------------------------------

010c3da deployment-images.yaml: Validation checking existence of required images.
c8a689e Updated from global requirements
6302189 ceilometerdb-size.yaml: Fix ceilometer database validation
7081de2 Fixes undercloud-tokenflush validation
875882a Remove TODO in Validation description, revise description
21b63ed Replace six.iteritems() with .items()
3dcd9ba Show team and repo badges on README
6f90fbe Updated from global requirements
a596c87 Updated from global requirements
57e4882 validation_output.py: Provided output for ansible debug module.


Diffstat (except docs and test files)
-------------------------------------

README.rst                                        |  9 ++++++++
requirements.txt                                  |  4 ++--
validations/callback_plugins/validation_output.py | 28 +++++++++++++++++++++++
validations/ceilometerdb-size.yaml                | 18 ++++++++++-----
validations/deployment-images.yaml                | 21 +++++++++++++++++
validations/openstack-endpoints.yaml              |  6 ++---
validations/undercloud-tokenflush.yaml            |  2 +-
8 files changed, 77 insertions(+), 14 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 0e54649..4534b11 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,2 +7,2 @@ oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
-python-heatclient>=1.5.0 # Apache-2.0
-python-keystoneclient>=3.6.0 # Apache-2.0
+python-heatclient>=1.6.1 # Apache-2.0
+python-keystoneclient>=3.8.0 # Apache-2.0





More information about the Release-announce mailing list