We high-spiritedly announce the release of: tripleo-common 9.0.1: A common library for TripleO workflows. This release is part of the rocky release series. The source is available from: http://git.openstack.org/cgit/openstack/tripleo-common Download the package from: https://tarballs.openstack.org/tripleo-common/ Please report issues through launchpad: https://bugs.launchpad.net/tripleo-common For more details, please see below. 9.0.1 ^^^^^ Upgrade Notes * "openstack overcloud config download" now writes directly to the directory specified by "--config-dir". The directory contents will be overwritten, preserving any contents not originating from the stack. A "--no-preserve-config" option is provided which will cause the "--config-dir" to be deleted and recreated if the``--config- dir`` location exists. Tmpdirs are no longer used. Changes in tripleo-common 9.0.0..9.0.1 -------------------------------------- f8aa548 config download support for a fixed directory 74bd9d8 Allow exit code of 0 only for deployments 7b359af Retry previously failed deployments Diffstat (except docs and test files) ------------------------------------- ...download-dont-use-tmpdirs-3641db9fd687f85e.yaml | 9 ++ tripleo_common/actions/config.py | 5 +- ...-retry-failed-deployments-baf0c701e6d1ad4a.yaml | 5 + tripleo_common/templates/deployments.yaml | 23 ++- tripleo_common/utils/config.py | 56 ++++--- 6 files changed, 239 insertions(+), 35 deletions(-)