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

no-reply at openstack.org no-reply at openstack.org
Mon Jun 4 03:41:01 UTC 2018


We joyfully announce the release of:

python-tripleoclient 9.2.2: TripleO client

This release is part of the queens stable release series.

Download the package from:

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

For more details, please see below.

9.2.2
^^^^^

Bug Fixes

* This patch fixes https://bugs.launchpad.net/tripleo/+bug/1743575
  The bug prevents a successeful stack creation when using a custom
  role with a composable service.

Changes in python-tripleoclient 9.2.1..9.2.2
--------------------------------------------

003e478 Add ssh-user to get_tripleo_ansible_inventory
5d1450a Stop trying to converge during Ceph upgrade command
5181d8a Add --stack to update, upgrade and ffwd-upgrade 'run' CLI.
5f7319c Regenerate overcloudrc on upgrade and ffwd-upgrade (prepare)
a365db8 Add warning + required confirm for ffwd-upgrade cli --yes to skip
c0b7bad Add --validate-only to openstack overcloud node import
0b1565d Composable role and service fails workflow
9425725 Introduce Ceph upgrade command
d29acee Q upgrade - fixup completion messages and --help doctext
782ad73 Use only update/upgrade ansible queue instead


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

.../notes/bug-1743575-dcacfa668eaf51a6.yaml        |   6 ++
setup.cfg                                          |   1 +
tripleoclient/constants.py                         |   2 +
.../test_overcloud_ceph_upgrade.py                 | 118 +++++++++++++++++++++
.../test_overcloud_ffwd_upgrade.py                 |  56 +++++++---
.../v1/overcloud_upgrade/test_overcloud_upgrade.py |  24 ++++-
tripleoclient/utils.py                             |  33 +++++-
tripleoclient/v1/overcloud_ceph_upgrade.py         |  80 ++++++++++++++
tripleoclient/v1/overcloud_deploy.py               |  17 +--
tripleoclient/v1/overcloud_ffwd_upgrade.py         |  42 +++++++-
tripleoclient/v1/overcloud_node.py                 |   8 ++
tripleoclient/v1/overcloud_update.py               |  11 +-
tripleoclient/v1/overcloud_upgrade.py              |  49 ++++++++-
tripleoclient/workflows/baremetal.py               |  30 ++++++
tripleoclient/workflows/package_update.py          |  17 +--
18 files changed, 540 insertions(+), 45 deletions(-)







More information about the Release-announce mailing list