[tripleo] tripleo-validations 9.0.0 (rocky)
We eagerly announce the release of: tripleo-validations 9.0.0: A collection of Ansible playbooks to detect and report potential issues during TripleO deployments This release is part of the rocky release series. The source is available from: https://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. 9.0.0 ^^^^^ New Features ************ * New validation to check for the SELinux Enforcing mode on the Undercloud. * New validation to check for latest minor version of python- tripleoclient * New module to check for new minor and major versions of a package Deprecation Notes ***************** * The "--static-inventory" argument to "tripleo-ansible-inventory" has been deprecated and aliased to "--static-yaml-inventory". See bug 1751855. Changes in tripleo-validations 8.3.0..9.0.0 ------------------------------------------- 70ba8b5 Optimize the link address 4920dab Add a validation that checks for available update 961b01a Extract 'filtered()' function into 'utils' c6e62ac Add new SELinux validation check 41dc576 add lower-constraints job d2787da Updated from global requirements 38d5d58 Fix docker img filter in rabbitmq validation 21e6ba6 Fix MySQL Open Files Limit validation 496ab51 Fix overcloud services connectivity validation 996ebde Updated from global requirements ec86dc5 Update the doc links to the newest ones adb572d Updated from global requirements d603d97 Deprecate ini formatted static-inventory 4ab6df7 Updated from global requirements 2bbb742 Update reno for stable/queens 5d30a5a Improve exceptions in tripleo-ansible-inventory Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 4 +- HACKING.rst | 2 +- README.rst | 18 +-- lower-constraints.txt | 118 ++++++++++++++++ .../add-selinux-validation-e23694aaf94d2a66.yaml | 4 + ...heck-latest-minor-version-14befc616a59002b.yaml | 6 + .../deprecate-ini-inventory-d7446df7e967adfe.yaml | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 + requirements.txt | 4 +- scripts/tripleo-ansible-inventory | 33 +++-- test-requirements.txt | 4 +- tox.ini | 7 + tripleo_validations/utils.py | 7 + validations/check-latest-minor-version.yaml | 23 ++++ validations/library/check_package_update.py | 150 +++++++++++++++++++++ validations/lookup_plugins/ironic_nodes.py | 20 +-- validations/lookup_plugins/nova_servers.py | 11 +- validations/mysql-open-files-limit.yaml | 2 +- validations/openstack-endpoints.yaml | 16 ++- validations/rabbitmq-limits.yaml | 2 +- validations/undercloud-selinux-mode.yaml | 35 +++++ zuul.d/layout.yaml | 6 + 24 files changed, 532 insertions(+), 56 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c6cd458..51340da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 @@ -10 +10 @@ python-heatclient>=1.10.0 # Apache-2.0 -python-ironicclient>=2.2.0 # Apache-2.0 +python-ironicclient>=2.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7de495b..ac3ad48 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,!=36.2.0,>=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,>=21.0.0 # PSF/ZPL @@ -16 +16 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org