tripleo-validations 12.3.0 (ussuri)
We are chuffed to announce the release of: tripleo-validations 12.3.0: A collection of Ansible playbooks to detect and report potential issues during TripleO deployments This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/tripleo-validations Download the package from: https://tarballs.openstack.org/tripleo-validations/ Please report issues through: https://bugs.launchpad.net/tripleo/+bugs For more details, please see below. Changes in tripleo-validations 12.2.0..12.3.0 --------------------------------------------- c335e50 Remove the useless pytest import. 7c5846b Avoid broken dogpile.cache d69e3d7 Get UUID from ansible environment variables 1d72c38 Fix container client variable name bc33102 Add deployment groups. e1121cf Improve the ceph-ansible repository error message 1abc81c Remove the post-introspection group. d179768 Fix CentOS8 Migration leftover 10ce95f Ensure we don't pass an empty role_name 4108d08 Update the tox minversion parameter. 3baced6 Introducing tripleo_delegate_to on ceph health validation 7fdefbc Validation collect-flavors-and-verify-profiles bug c8abe4e Switch install-docker with ensure-docker b0021c3 Remove fwaas_driver.ini from neutron sanity checks 8cb9338 Cleanup py27 support afe97a3 Fix multistack inventory Diffstat (except docs and test files) ------------------------------------- callback_plugins/validation_json.py | 8 +++++--- library/check_flavors.py | 4 ++-- lower-constraints.txt | 2 +- molecule-requirements.txt | 8 +++++--- playbooks/ceph-health.yaml | 3 ++- playbooks/neutron-sanity-check.yaml | 1 - playbooks/undercloud-neutron-sanity-check.yaml | 1 - role-addition.yml | 16 +++++++++++++--- roles/ceph/defaults/main.yml | 1 + roles/ceph/tasks/ceph-ansible-installed.yaml | 4 +++- roles/ceph/tasks/ceph-health.yaml | 23 ++++++++++++++++++----- roles/neutron_sanity_check/defaults/main.yml | 1 - scripts/tripleo-ansible-inventory | 14 +++----------- setup.cfg | 25 +++---------------------- setup.py | 9 --------- test-requirements.txt | 5 ++--- tox.ini | 4 +++- zuul.d/molecule.yaml | 5 +---- zuul.d/playbooks/pre.yml | 2 +- 22 files changed, 65 insertions(+), 78 deletions(-) Requirements updates -------------------- diff --git a/molecule-requirements.txt b/molecule-requirements.txt index 9074200..7c55a28 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -2 +1,0 @@ -ansible @@ -3,0 +3 @@ ansi2html +ansible @@ -4,0 +5,4 @@ docker +# https://github.com/sqlalchemy/dogpile.cache/issues/178 +dogpile.cache>=0.6.5,<0.9.1 # MIT +jinja2>=2.8.0,<3 +molecule>=3.0,<3.1 @@ -9 +12,0 @@ pytest-xdist -molecule>=3.0,<3.1 @@ -11 +13,0 @@ selinux # MIT -jinja2>=2.8.0,<3 diff --git a/test-requirements.txt b/test-requirements.txt index 0c6bd7b..cfbc20e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -openstackdocstheme>=1.20.0 # Apache-2.0 +openstackdocstheme>=1.31.2 # Apache-2.0 @@ -10,2 +10 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD -sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD +sphinx>=1.8.0,!=2.1.0 # BSD
participants (1)
-
no-reply@openstack.org