[release-announce] python-tripleoclient 9.3.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Fri Jun 21 15:41:39 UTC 2019


We are amped to announce the release of:

python-tripleoclient 9.3.0: TripleO client

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

9.3.0
^^^^^

New Features

* A new command, openstack overcloud failures, is added to show the
  failures from a deployment plan when using config-download.

* A new command, openstack overcloud status, is added to show the
  status of a deployment plan when using config-download.

Changes in python-tripleoclient 9.2.7..9.3.0
--------------------------------------------

d38a5c1d Use OS_CACERT for zaqar's websocket connection
531c1504 Raise proper exception at webscocket close
7f8d8999 Handle tls endpoint for zaqar websocket client
901074e2 Add ODL deprecation warning in CLI
98a82780 Don't exit on a RUNNING message for deploy workflow
e11afa0b OpenDev Migration Patch
6ce2039d [Queen Only] Add force option to undercloud update.
81484cc9 openstack overcloud failures
5a996ffa Use sync action get_deployment_failures
0d6a687e Don't validate stack when creating/updating plan
6851fc1b Check that the networks are defined on update
8072fc1e Add verbosity level to the ansible update/upgrade run
6b74184d Handle workflow error for enable_ssh_admin
10b14b06 overcloud plan deployment status
66fbbee6 Use a single queue for update/upgrade
4778455c Get the failed status for update prepare


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

.gitreview                                         |   2 +-
.../notes/overcloud-failures-0e98b37251fb2be2.yaml |   4 +
.../notes/overcloud-status-69d3cc931f50930e.yaml   |   4 +
setup.cfg                                          |   2 +
tripleoclient/constants.py                         |  19 ++-
tripleoclient/exceptions.py                        |   4 +
tripleoclient/plugin.py                            |  33 +++--
.../v1/overcloud_deploy/test_overcloud_deploy.py   | 136 +++++++++++++++++++--
.../test_overcloud_ffwd_upgrade.py                 |   8 +-
.../v1/overcloud_update/test_overcloud_update.py   |  12 +-
.../v1/overcloud_upgrade/test_overcloud_upgrade.py |  20 +--
tripleoclient/utils.py                             |  85 ++++++++++++-
tripleoclient/v1/overcloud_deploy.py               |  97 ++++++++++++++-
tripleoclient/v1/overcloud_ffwd_upgrade.py         |   9 +-
tripleoclient/v1/overcloud_plan.py                 |   5 +-
tripleoclient/v1/overcloud_update.py               |  12 +-
tripleoclient/v1/overcloud_upgrade.py              |  13 +-
tripleoclient/v1/undercloud.py                     |  20 ++-
tripleoclient/v1/undercloud_backup.py              |   4 +-
tripleoclient/workflows/base.py                    |   4 +-
tripleoclient/workflows/deployment.py              |  72 ++++++++++-
tripleoclient/workflows/package_update.py          |  34 +++---
tripleoclient/workflows/plan_management.py         |  11 +-
31 files changed, 732 insertions(+), 121 deletions(-)







More information about the Release-announce mailing list