[release-announce] [tripleo] tripleo-validations 8.1.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Dec 4 21:31:45 UTC 2017


We are satisfied to announce the release of:

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

8.1.0
^^^^^

Bug Fixes

* tripleo-ansible-inventory has been updated to output the vars
  sections after the children sections. Due to a change in ansible
  2.4, having them in the other order caused no hosts to match the
  generated static inventory. See
  https://bugs.launchpad.net/tripleo/+bug/1729058

Changes in tripleo-validations 8.0.0..8.1.0
-------------------------------------------

6406ef8 Add ansible-lint script
0e5b69d Updated from global requirements
fde797c Add env var for custom ssh user
a598807 Remove yum warning in ceph-ansible validation
5dfad9e Add VipMap to inventory variables
8e617c1 Change Nova firewall driver validation host
81966ab Migrate tripleo-validations to zuul v3 jobs
2d7b7ac Updated from global requirements
5a0ae09 Add enabled networks in the role  as part of the inventory
7de584b Fix the Network Gateway Validation
d6d03a0 Fix typos in pacemaker module documentation
8d86b0d Add per-network bind ips to inventory
ff37e69 Specify vars after children sections
4518273 Use OrderedDict to sort the hostname before the alias
09fae89 Add Ansible specific files to .gitignore


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

.gitignore                                         |  4 ++
.../configurable-ssh-user-840a9ef5416675e9.yaml    |  2 +
...ecify-vars-after-children-280b1d5767503df3.yaml |  6 +++
requirements.txt                                   |  2 +-
scripts/tripleo-ansible-inventory                  | 13 ++---
test-requirements.txt                              |  4 +-
tools/ansible-lint.sh                              | 19 +++++++
tox.ini                                            |  9 +++-
tripleo_validations/inventory.py                   | 39 +++++++++++----
validations/512e.yaml                              |  3 +-
validations/ceph-ansible-installed.yaml            |  5 +-
validations/ceph-health.yaml                       |  1 +
validations/check-network-gateway.yaml             |  2 +-
validations/check-repo-availability.yaml           |  1 +
validations/deployment-images.yaml                 |  3 +-
validations/library/pacemaker.py                   |  4 +-
validations/no-op-firewall-nova-driver.yaml        |  2 +-
validations/ntpstat.yaml                           |  1 +
validations/openstack-endpoints.yaml               |  6 ++-
validations/pacemaker-status.yaml                  |  1 +
validations/undercloud-process-count.yaml          |  1 +
validations/undercloud-service-status.yaml         |  1 +
validations/undercloud-tokenflush.yaml             |  1 +
zuul.d/layout.yaml                                 |  7 +++
25 files changed, 151 insertions(+), 44 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7ed700d..33ed13b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-oslo.config>=4.6.0 # Apache-2.0
+oslo.config>=5.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 559c726..f188a90 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15 +15 @@ coverage!=4.4,>=4.0 # Apache-2.0
-python-subunit>=0.0.18 # Apache-2.0/BSD
+python-subunit>=1.0.0 # Apache-2.0/BSD
@@ -20 +20 @@ testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
+testtools>=2.2.0 # MIT






More information about the Release-announce mailing list