[release-announce] [tripleo] tripleo-validations 7.3.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Thu Aug 24 21:13:59 UTC 2017
We enthusiastically announce the release of:
tripleo-validations 7.3.0: A collection of Ansible playbooks to detect
and report potential issues during TripleO deployments
This release is part of the pike 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.
7.3.0
^^^^^
Bug Fixes
* The ansible_ssh_user in the generated inventory by tripleo-
ansible- inventory is now configurable instead of hardcoded to heat-
admin. The default is still heat-admin.
Changes in tripleo-validations 7.2.0..7.3.0
-------------------------------------------
ddc025d Make sure to keep case when for host definition in host inventory.
8a2022e Do not output empty variables in inventory
85b7569 Updated from global requirements
3e9bc95 Configurable ansible_ssh_user for tripleo-ansible-inventory
1f60b6f Updated from global requirements
929263d Print a warning message if ceph-ansible isn't installed
712f741 Fix `when` statement in deployment image validation
Diffstat (except docs and test files)
-------------------------------------
.../configurable-ssh-user-840a9ef5416675e9.yaml | 5 ++
requirements.txt | 2 +-
scripts/tripleo-ansible-inventory | 6 ++-
test-requirements.txt | 4 +-
tripleo_validations/inventory.py | 4 +-
validations/ceph-ansible-installed.yaml | 19 +++++++
validations/deployment-images.yaml | 2 +-
8 files changed, 93 insertions(+), 7 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index d7ae729..486f29e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
-keystoneauth1>=3.0.1 # Apache-2.0
+keystoneauth1>=3.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6d1d42b..ee1419a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.
-openstackdocstheme>=1.11.0 # Apache-2.0
+openstackdocstheme>=1.16.0 # Apache-2.0
@@ -21 +21 @@ testtools>=1.4.0 # MIT
-reno!=2.3.1,>=1.8.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
More information about the Release-announce
mailing list