[release-announce] tripleo-validations 14.1.1 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Tue May 18 17:15:10 UTC 2021


We high-spiritedly announce the release of:

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

This release is part of the wallaby stable release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

Changes in tripleo-validations 14.1.0..14.1.1
---------------------------------------------

adf99a7 Check for dangling images
ea453ca Add validation to check DockerInsecureRegistryAddress matches the UC hostname


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

.../roles/role-check_for_dangling_images.rst       |  8 +++
playbooks/check-for-dangling-images.yaml           | 13 ++++
playbooks/check-uc-hostname.yaml                   | 15 +++++
roles/check_for_dangling_images/README.md          | 37 +++++++++++
roles/check_for_dangling_images/defaults/main.yml  | 21 +++++++
.../molecule/default/Dockerfile                    | 35 +++++++++++
.../molecule/default/converge.yml                  | 60 ++++++++++++++++++
.../molecule/default/molecule.yml                  | 47 ++++++++++++++
roles/check_for_dangling_images/tasks/main.yml     | 28 +++++++++
roles/check_uc_hostname/README.md                  | 39 ++++++++++++
roles/check_uc_hostname/defaults/main.yml          | 23 +++++++
.../check_uc_hostname/molecule/default/Dockerfile  | 35 +++++++++++
.../molecule/default/converge.yml                  | 58 +++++++++++++++++
.../molecule/default/molecule.yml                  | 49 +++++++++++++++
.../check_uc_hostname/molecule/default/prepare.yml | 72 ++++++++++++++++++++++
roles/check_uc_hostname/tasks/main.yml             | 72 ++++++++++++++++++++++
zuul.d/molecule.yaml                               | 24 ++++++++
18 files changed, 644 insertions(+)







More information about the Release-announce mailing list