[release-announce] tripleo-validations 10.0.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Mon Oct 8 18:38:05 UTC 2018


We eagerly announce the release of:

tripleo-validations 10.0.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.

10.0.0
^^^^^^

New Features

* New validation to check for the Nova Event Callback feature
  configuration on the Overcloud Controller(s).

Changes in tripleo-validations 9.3.0..10.0.0
--------------------------------------------

5b8ebc1 Remove a debug task
fe3c23e Removed older version of python added 3.5
d55a884 Use int builtin filter for testing purpose
fdcd8be Fix a minor typo in the ceilometerdb-size validation
18d22f1 Fix several config file location
8a7fa0d Fix diskspace validation when size is the limit
c847f06 Validation for no PMD cores on a NUMA node
200f887 Add new nova-event-callback validation
a02ca6e Make inventory fail if Heat engine is down
3358ce6 add python 3.6 unit test job
6f29d83 switch documentation job to new PTI
1f40b9d fix bug link in readme
9e5847f Update reno for stable/rocky
5e366ba add python 3.6 unit test job
a5d458a switch documentation job to new PTI
d88e0bb import zuul job settings from project-config
d860d9e Refactor service client getters


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

README.rst                                         |   2 +-
...event_callback_validation-bd966e11a459d638.yaml |   5 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/rocky.rst                      |   6 +
requirements.txt                                   |   1 +
scripts/tripleo-ansible-inventory                  |  24 ++--
setup.cfg                                          |   2 +-
tripleo_validations/utils.py                       |  50 +++++---
validations/ceilometerdb-size.yaml                 |   2 +-
validations/haproxy.yaml                           |   4 +-
validations/library/ovs_dpdk_pmd_cpus_check.py     | 137 +++++++++++++++++++++
validations/lookup_plugins/glance_images.py        |  12 +-
validations/lookup_plugins/introspection_data.py   |  14 +--
validations/lookup_plugins/ironic_nodes.py         |  12 +-
validations/lookup_plugins/nova_flavors.py         |  13 +-
.../lookup_plugins/nova_hypervisor_statistics.py   |   2 -
validations/lookup_plugins/nova_servers.py         |   9 +-
validations/lookup_plugins/roles_info.py           |  14 +--
validations/lookup_plugins/stack_resources.py      |  14 +--
validations/lookup_plugins/tht.py                  |   9 +-
validations/nova-event-callback.yaml               |  91 ++++++++++++++
validations/ovs-dpdk-pmd-cpus-check.yaml           |  23 ++++
validations/tasks/disk_space.yaml                  |   9 +-
validations/undercloud-debug.yaml                  |  10 +-
zuul.d/layout.yaml                                 |   7 +-
26 files changed, 465 insertions(+), 119 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 51340da..c36aff2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,0 +10 @@ python-heatclient>=1.10.0 # Apache-2.0
+python-glanceclient>=2.9.1 # Apache-2.0






More information about the Release-announce mailing list