python-tripleoclient 11.5.0 (stein)
We are happy to announce the release of: python-tripleoclient 11.5.0: TripleO client This release is part of the stein 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 11.4.0..11.5.0 ---------------------------------------------- 9bd04ae3 Improve validations run outputs through the CLI f78809a3 Ensure files exist before building/uploading plan 7d41f81e Send terminal erase sequence on tripleo deploy 34bde896 Retry heat stack polling on gateway problems f36d8995 Drop the port from DockerInsecureRegistryAddress c67f4862 Fix sample_default for host_routes option 7c21abb2 Replace git.openstack.org URLs with opendev.org URLs a55573f2 Add ODL deprecation warning in CLI 94645382 Increase max_nested_stack_depth for heat 098fdb2c undercloud: resolve undercloud_*_host de5027d6 Get validations playbooks from playbooks directory f6862341 Do not log tracebacks for expected exceptions e7875ece Add a comment about nodes and roles options. 9808a162 Revert "Remove nodes and roles options." 97fe3def Update undercloud_nameserver help text 7b368365 Remove nodes and roles options. 0fe4fb67 undercloud: wire ContainerHealthcheckDisabled 61240a06 Remove service environment file and images file. 2bab41de OpenDev Migration Patch f09d8402 Add checking mechanism driver during upgrade 3ae5ac60 Make overcloud_config working with Python 3 0ca816dc Update UPPER_CONSTRAINTS_FILE for stable/stein 14f02dd6 Update .gitreview for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- tox.ini | 6 +- tripleoclient/command.py | 4 +- tripleoclient/config/undercloud.py | 14 +- tripleoclient/constants.py | 15 +- tripleoclient/exceptions.py | 50 +++--- tripleoclient/heat_launcher.py | 3 +- .../healthcheck_disabled-d0878072273d1496.yaml | 5 + .../v1/overcloud_deploy/test_overcloud_deploy.py | 7 +- .../v1/overcloud_upgrade/test_overcloud_upgrade.py | 11 ++ tripleoclient/utils.py | 186 ++++++++++++++++++++- tripleoclient/v1/container_image.py | 25 --- tripleoclient/v1/overcloud_config.py | 2 +- tripleoclient/v1/overcloud_deploy.py | 31 ++++ tripleoclient/v1/overcloud_update.py | 7 + tripleoclient/v1/overcloud_upgrade.py | 8 + tripleoclient/v1/tripleo_deploy.py | 19 ++- tripleoclient/v1/tripleo_validator.py | 22 +-- tripleoclient/v1/undercloud_config.py | 46 +++-- tripleoclient/workflows/plan_management.py | 2 +- tripleoclient/workflows/validations.py | 15 +- 24 files changed, 559 insertions(+), 116 deletions(-)
participants (1)
-
no-reply@openstack.org