We are tickled pink to announce the release of: tripleo-validations 8.4.2: A collection of Ansible playbooks to detect and report potential issues during TripleO deployments This release is part of the queens stable 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.4.2 ^^^^^ Upgrade Notes * Validate that there are no volumes formatted with XFS and ftype=0. Deployments from OpenStack Kilo or Liberty have XFS partitions formatted with ftype=0, which is incompatible with the docker overlayfs driver. From OpenStack Newton, we have support for XFS ftype=1 by default. This check will make fail the pre-upgrade validations if there are deployments coming back from Kilo or Liberty and have XFS partitions with ftype=0. Changes in tripleo-validations 8.4.1..8.4.2 ------------------------------------------- c6f61b2 Fix documentations for pypi 1013a78 Fix docker img filter in rabbitmq validation baf25f4 Use clean keystone URL in the keystone validation 3756506 Fail if the Overcloud inventory is empty d54ae2d Validate that there should not be XFS volumes with ftype=0 40fdd8f Fix Switch VLANs validation Diffstat (except docs and test files) ------------------------------------- README.rst | 414 ------------------- ...lidate-xfs-ftype-equals-0-8fdb1f8c99bee975.yaml | 13 + scripts/tripleo-ansible-inventory | 7 + tripleo_validations/utils.py | 32 ++ validations/check-ftype.yaml | 34 ++ validations/library/network_environment.py | 46 +-- validations/library/switch_vlans.py | 38 +- validations/openstack-endpoints.yaml | 2 +- validations/rabbitmq-limits.yaml | 2 +- 12 files changed, 694 insertions(+), 550 deletions(-)
participants (1)
-
no-reply@openstack.org