[release-announce] python-tripleoclient 14.3.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 21 07:55:04 UTC 2022


We are excited to announce the release of:

python-tripleoclient 14.3.0: TripleO client

This release is part of the victoria stable release series.

The source is available from:

    https://opendev.org/openstack/python-tripleoclient

Download the package from:

    https://tarballs.openstack.org/python-tripleoclient/

Please report issues through:

    https://bugs.launchpad.net/tripleo/+bugs

For more details, please see below.

Changes in python-tripleoclient 14.2.3..14.3.0
----------------------------------------------

90c0b8eb UC/Standalone - Set ip_version in DeployedServerPortMap
e1e54d2b Use netaddr when comparing local_ip for changes
8eae9267 Exposes the community validation init command
af2e96ea Fix the validations_log_basedir overriding
8f83346d Overriding the log path argument for tripleoclient cli
f3177274 Use Validations libs Client for main validation entry point
09962681 Don't assume json network config in validations
0f1c96f1 make net_config_override of undercloud.conf work with yaml
d5264c68 Allow to pass arbitrary parameters to TCIB image config
3d6882db [stable/victoria] Add support for the validations skip list feature
b2c40c3e Use real tmpdir for ansible runner tests
6cedfc26 Remove ipxe_enabled ppc64le validation
c93a29e4 Update deployment status after upgrade converge
a11d2b31 Return "overcloud status" output without debug
9a586eb2 [Stable-Only]Reversing the legacy directory conditional
456dc483 Remove name parameter from cell export


Diffstat (except docs and test files)
-------------------------------------

requirements.txt                                   |   2 +-
setup.cfg                                          |   1 +
test-requirements.txt                              |   1 +
tripleoclient/config/standalone.py                 |   2 +-
tripleoclient/constants.py                         |  10 +-
tripleoclient/v1/overcloud_cell.py                 |  13 +-
tripleoclient/v1/overcloud_deploy.py               |   2 +-
tripleoclient/v1/overcloud_upgrade.py              |   7 +
tripleoclient/v1/tripleo_deploy.py                 |   9 +-
tripleoclient/v1/tripleo_validator.py              | 526 +++------------------
tripleoclient/v1/undercloud_config.py              |   6 +-
tripleoclient/v1/undercloud_preflight.py           |  18 +-
tripleoclient/v2/tripleo_container_image.py        |  21 +
16 files changed, 180 insertions(+), 532 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index e8360fed..cac3524d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20 +20 @@ ansible-runner>=1.4.5 # Apache 2.0
-validations-libs>=1.0.0
+validations-libs>=1.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 74bc779b..a5b16e05 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,0 +14 @@ testscenarios>=0.4  # Apache-2.0/BSD
+validations-libs>=1.5.0 # Apache-2.0






More information about the Release-announce mailing list