[release-announce] tripleo-validations 11.3.1 (train)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 6 10:37:18 UTC 2020


We are happy to announce the release of:

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

This release is part of the train stable release series.

The source is available from:

    https://opendev.org/openstack/tripleo-validations

Download the package from:

    https://tarballs.openstack.org/null/

Please report issues through:

    https://bugs.launchpad.net/tripleo/+bugs

For more details, please see below.

Changes in tripleo-validations 11.3.0..11.3.1
---------------------------------------------

2bba53a Rename custom "ini" module to "validations_read_ini"
f43f1cf Add groups.yaml containing Validation Groups definition
7595cf2 Avoid failure if dhcp_end or dhcp_start isn't set
51c4f26 Add forgotten reportentry module in the documentation
00cd88b Update .gitreview for stable/train
8796265 Set validation defaults to match undercloud default settings
7e7e1be Fix Molecule tests
beadf5a Add workaround for the ansible-lint installation failure


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

.gitreview                                         |  1 +
.pre-commit-config.yaml                            |  4 +--
.../{modules-ini.rst => modules-reportentry.rst}   | 11 +++----
.../modules/modules-validations_read_ini.rst       | 15 +++++++++
groups.yaml                                        | 34 ++++++++++++++++++++
library/{ini.py => validations_read_ini.py}        | 29 +++++++++++------
molecule-requirements.txt                          |  1 +
playbooks/ctlplane-ip-range.yaml                   |  2 +-
roles/ceilometerdb-size/tasks/main.yml             |  4 +--
.../molecule/default/molecule.yml                  |  4 +--
.../molecule/default/molecule.yml                  |  4 +--
roles/check-network-gateway/tasks/main.yml         |  6 ++--
roles/container-status/tasks/main.yaml             |  2 +-
.../controller-token/molecule/default/molecule.yml |  4 +--
roles/controller-token/tasks/main.yml              |  2 +-
roles/ctlplane-ip-range/defaults/main.yml          |  2 +-
.../molecule/default/molecule.yml                  |  4 +--
roles/ctlplane-ip-range/tasks/main.yml             | 10 +++---
.../dhcp-validations/tasks/dhcp-introspection.yaml |  4 +--
.../dhcp-validations/tasks/dhcp-provisioning.yaml  |  2 +-
roles/haproxy/molecule/default/molecule.yml        |  4 +--
roles/image-serve/molecule/default/molecule.yml    |  4 +--
roles/image-serve/tasks/main.yaml                  |  2 +-
roles/neutron-sanity-check/tasks/main.yml          |  2 +-
.../molecule/default/molecule.yml                  |  4 +--
roles/no-op-firewall-nova-driver/tasks/main.yml    |  2 +-
roles/node-disks/tasks/main.yml                    |  4 +--
roles/nova-event-callback/tasks/main.yml           |  8 ++---
roles/nova-status/molecule/default/molecule.yml    |  4 +--
roles/switch-vlans/tasks/main.yml                  |  4 +--
roles/tls-everywhere/tasks/common.yaml             |  2 +-
.../tasks/pre-deployment-containerized.yaml        |  6 ++--
.../tasks/pre-deployment-non-containerized.yaml    |  6 ++--
roles/tls-everywhere/tasks/pre-deployment.yaml     |  2 +-
roles/tls-everywhere/tasks/prep.yaml               |  6 ++--
roles/undercloud-debug/README.md                   |  2 +-
.../undercloud-debug/molecule/default/molecule.yml |  4 +--
roles/undercloud-debug/tasks/main.yml              |  2 +-
.../molecule/default/molecule.yml                  |  4 +--
roles/undercloud-heat-purge-deleted/tasks/main.yml |  2 +-
roles/undercloud-process-count/tasks/main.yml      |  2 +-
.../molecule/default/molecule.yml                  |  4 +--
roles/undercloud-tokenflush/tasks/main.yml         |  2 +-
setup.cfg                                          |  1 +
tox.ini                                            |  4 ++-
.../{test_ini.py => test_validations_read_ini.py}  | 37 ++++++++++++++++------
46 files changed, 176 insertions(+), 93 deletions(-)


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

diff --git a/molecule-requirements.txt b/molecule-requirements.txt
index 6031e6d..69d6b89 100644
--- a/molecule-requirements.txt
+++ b/molecule-requirements.txt
@@ -10,0 +11 @@ molecule>=2.22rc1,<3
+selinux  # MIT






More information about the Release-announce mailing list