[release-announce] python-tripleoclient 13.4.1 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Mon Oct 5 17:19:07 UTC 2020


We are delighted to announce the release of:

python-tripleoclient 13.4.1: TripleO client

This release is part of the ussuri 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.

13.4.1
^^^^^^


New Features
************

* A new command "openstack overcloud export ceph" is added. The
  command is used to export the Ceph deployment data from one stack
  for use in another stack with storage services which use that Ceph
  cluster when using the multi-stack deployment feature.


Bug Fixes
*********

* openstack overcloud export now exports user defined password
  values instead of just always exporting the generated password
  values.

Changes in python-tripleoclient 13.4.0..13.4.1
----------------------------------------------

92654c55 Fix tcib build
d25d7d98 Add openstack overcloud export ceph
69896778 Fix if conditions in constants.py
9a7411cb Ensure the ansible log file always has a correct UID
98e45893 Allow to pass a static inventory to the validator CLI
0b437456 Inject both paths for validations roles location
53fa8ad7 Add --temp-dir to overcloud image build
7d598f85 Combined cherry-pick to allow TCIB to run config-less
1de68cbb Update tripleo-validations path to /usr/share/ansible
27873c91 Remove playbook param from tripleo_validator.py
b0494327 Fix extra_env_files option and type in format string
c2a77064 Allow usage of duplicated IPs for undercloud config
d154d50c (UX) Improve logging if the ephemeral heat stack wasn't created
96196522 Implement validations-libs framework for ALL validator commands
e2e5fd96 TCIB: add --rhel-modules argument
1ffc56ed overcloud_deploy: move horizon url/rc files before config-download
018ef121 overcloud_cell: fix location of config-download
7fcc694d Limit ip_version when resolving public_host and admin_host
31aeb48e Use user set password values in overcloud export
a06c7194 Cleanup UndercloudHostsEntries
b0fbe6dc Don't build image upload tasks when dry_run is True
e3525066 Simplify error handling in tripleo_deploy
3d5bd5a0 Close session objects in container_image.py
87aa47ca [ussuri] TCIB: change default namespace to tripleou
ac50ee66 Rename UpgradeConvergeOvercloud into UpgradeConverge.
5e1475b5 Set portmap cidr fields to extracted CIDR


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

lower-constraints.txt                              |   1 +
...ack-overcloud-export-ceph-f36421e1685db302.yaml |   6 +
...vercloud-export-passwords-bfa698491601a734.yaml |   4 +
requirements.txt                                   |   1 +
setup.cfg                                          |   3 +-
tripleoclient/constants.py                         |  18 +-
tripleoclient/export.py                            |  99 +++-
.../v1/overcloud_deploy/test_overcloud_deploy.py   |  20 +-
.../test_tripleo_container_image.py                |  31 +-
tripleoclient/utils.py                             | 253 ++--------
tripleoclient/v1/container_image.py                |  51 +-
tripleoclient/v1/overcloud_cell.py                 |   8 +-
tripleoclient/v1/overcloud_deploy.py               |  52 +-
tripleoclient/v1/overcloud_export_ceph.py          | 115 +++++
tripleoclient/v1/overcloud_image.py                |   8 +
tripleoclient/v1/overcloud_upgrade.py              |   4 +-
tripleoclient/v1/tripleo_deploy.py                 |  50 +-
tripleoclient/v1/tripleo_validator.py              | 523 ++++++---------------
tripleoclient/v1/undercloud_config.py              |  25 +-
tripleoclient/v2/tripleo_container_image.py        | 151 +++++-
27 files changed, 1042 insertions(+), 840 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d450d571..1e8e61ef 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20,0 +21 @@ ansible-runner>=1.4.4 # Apache 2.0
+validations-libs>=1.0.0






More information about the Release-announce mailing list