We are thrilled to announce the release of: tripleo-validations 5.4.0: A collection of Ansible playbooks to detect and report potential issues during TripleO deployments This release is part of the ocata 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. Changes in tripleo-validations 5.3.0..5.4.0 ------------------------------------------- 6b928f1 Add reno for release notes management 8927704 Don't rely on overcloudrc Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + releasenotes/notes/.gitkeep | 0 releasenotes/source/_static/.gitkeep | 0 releasenotes/source/conf.py | 350 +++++++++++++++++++++++++++++++++++ releasenotes/source/index.rst | 18 ++ releasenotes/source/unreleased.rst | 5 + scripts/tripleo-ansible-inventory | 42 ++++- test-requirements.txt | 1 + tools/releasenotes_tox.sh | 28 +++ tools/tox_install.sh | 30 +++ tox.ini | 4 + tripleo_validations/__init__.py | 3 +- validations/openstack-endpoints.yaml | 26 +-- 13 files changed, 494 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index edce4f1..b291e14 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,0 +15 @@ testtools>=1.4.0 # MIT +reno>=1.8.0 # Apache-2.0