[release-announce] tripleo-validations 9.3.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Fri Aug 24 15:08:08 UTC 2018


We joyfully announce the release of:

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

This release is part of the rocky stable 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://bugs.launchpad.net/tripleo/+bugs?field.tag=validations

For more details, please see below.

9.3.0
^^^^^

New Features

* Validation of required running Docker containers on a
  containerized undercloud

* Validation of open ports running on a containerized undercloud

* Allows to list specific directories to check

* Matches listed directories to actual mounts

* Ensure sufficient free space is available on volumes of interest

* Adds a hardware requirements validation that checks flavors and
  compute resources for minimum values needed for either a test or
  production environment and looks for the existence of the required
  images.

* Adds a network requirements validation for OpenShift which checks
  if there is an external network set on the overcloud.

Changes in tripleo-validations 9.2.0..9.3.0
-------------------------------------------

d96473b Revert "Fail if the Overcloud inventory is empty"
3692406 Add a networking check for OpenShift on OpenStack
06dbce9 Add a OpenShift on OpenStack HW validation
f911acd Enhanced checkdisk for undercloud
97d1184 add initial role for containerized undercloud validations
b213c25 Check baremetal flavors for custom resource class


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

...ed-undercloud-validations-9866cb575681d100.yaml |   5 +
...nced-diskspace-validation-1c6f6a9d97e67b47.yaml |   5 +
...shift-hardware-validation-bb70ba88165450d2.yaml |   6 +
.../openshift-network-check-d495367316c83147.yaml  |   5 +
scripts/tripleo-ansible-inventory                  |   8 -
validations/containerized-undercloud-docker.yaml   | 104 +++++++++
validations/library/check_flavors.py               |  51 +++++
validations/library/docker_facts.py                | 249 +++++++++++++++++++++
validations/openshift-hw-requirements.yaml         | 173 ++++++++++++++
validations/openshift-nw-requirements.yaml         |  69 ++++++
validations/tasks/containerized_services.yaml      |  28 +++
validations/tasks/disk_space.yaml                  |  30 +--
.../openshift-hw-requirements-warnings.j2          |  17 ++
validations/undercloud-disk-space-pre-upgrade.yaml |  12 +-
validations/undercloud-disk-space.yaml             |  14 +-
15 files changed, 744 insertions(+), 32 deletions(-)







More information about the Release-announce mailing list