[tripleo] tripleo-validations 5.6.1 (ocata)
We are excited to announce the release of: tripleo-validations 5.6.1: A collection of Ansible playbooks to detect and report potential issues during TripleO deployments This release is part of the ocata 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. Changes in tripleo-validations 5.6.0..5.6.1 ------------------------------------------- 0a2641a Updated from global requirements 0291000 [Ocata only] Fix inventory - no PublicVip in ocata tht 94c51d3 Updated from global requirements 8e7ccad Add ability to write static inventory 54d7ff1 Improve performance when fetching outputs 3ddf186 Add 'become: true' to haproxy validation Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- scripts/tripleo-ansible-inventory | 60 ++++++++++++++++++++++++++++++--------- test-requirements.txt | 2 +- validations/haproxy.yaml | 1 + 4 files changed, 50 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1629f21..1dcd51a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0.0,>=1.8 # Apache-2.0 +pbr>=1.8 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3d2d86b..c8020a7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ -setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,>=16.0 # PSF/ZPL +setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=16.0 # PSF/ZPL
participants (1)
-
no-reply@openstack.org