python-tripleoclient 13.4.2 (ussuri)
We are jazzed to announce the release of: python-tripleoclient 13.4.2: 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.2 ^^^^^^ New Features * A new *--ansible-forks* argument has been added to the TripleO and Overcloud commands. The default value for forks has also been adjusted to no longer exceed 100 forks. Changes in python-tripleoclient 13.4.1..13.4.2 ---------------------------------------------- 44571fb5 Make workflow monitoring more resilient de500612 [UX] Align to left the table for the validations run results 1233ce37 [Validator Show] Properly throwing an exception for unknown validation d6148543 Wire up new tripleo upgrades jobs template a60ec726 Raise if no validation has been executed f4f5c7f0 Lower ansible poll interval time 93e4fbde Map build host repos to distro.repos.d instead of yum.repos.d fd41d6bf [ussuri] Migrate to content provider jobs/template 364d3940 Add config-download-dir flag to cell export command 7331b280 [Container build] raise Exception post logging error 8c7942ed Use validation framework for running undercloud checkdisk 8d62e7a1 Removed ubi-8 based jobs b209a75b Do not require authentication for the validator CLI d57af5e7 Handle root as a deployment user better 77abd0ac Remove detection of package manager for undercloud upgrade 2545e7dc Use user's home dir for fact cache 6005878b [Validator Run] Don't rely on parameter file extension cd789148 [Validator Run] Ensure the plan really exists 9a0498a5 Remove --quiet argument from the validator run CLI command. 8ee1e2cc Check CephClusterFSID against proposed env files 571e48ca Add tripleo_states to default callback whitelist 637496d0 Expose --ansible-forks Diffstat (except docs and test files) ------------------------------------- .../notes/ansible-forks-arg-9f7b439e4b6980dd.yaml | 6 + tripleoclient/constants.py | 2 +- .../v1/overcloud_deploy/test_overcloud_deploy.py | 37 ++++-- .../test_tripleo_container_image.py | 2 +- tripleoclient/utils.py | 51 +++++++-- tripleoclient/v1/overcloud_cell.py | 14 ++- tripleoclient/v1/overcloud_deploy.py | 21 +++- tripleoclient/v1/overcloud_external_update.py | 11 +- tripleoclient/v1/overcloud_external_upgrade.py | 11 +- tripleoclient/v1/overcloud_update.py | 11 +- tripleoclient/v1/overcloud_upgrade.py | 11 +- tripleoclient/v1/tripleo_deploy.py | 15 +++ tripleoclient/v1/tripleo_validator.py | 124 +++++++++++++-------- tripleoclient/v1/undercloud.py | 6 +- tripleoclient/v1/undercloud_preflight.py | 23 ++-- tripleoclient/v2/tripleo_container_image.py | 3 +- tripleoclient/workflows/base.py | 9 +- tripleoclient/workflows/deployment.py | 3 +- zuul.d/layout.yaml | 26 +---- 22 files changed, 316 insertions(+), 137 deletions(-)
participants (1)
-
no-reply@openstack.org