[release-announce] tripleo-common 12.3.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 9 21:16:32 UTC 2020


We are tickled pink to announce the release of:

tripleo-common 12.3.0: A common library for TripleO workflows.

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/tripleo-common

Download the package from:

    https://tarballs.openstack.org/tripleo-common/

Please report issues through:

    https://bugs.launchpad.net/tripleo-common/+bugs

For more details, please see below.

Changes in tripleo-common 12.2.0..12.3.0
----------------------------------------

b3e80342 Allow ansible_group_vars to be overriden by RoleGroupVars
2698da0c Preserve existing placement password during extraction
438be97d Remove GenerateFencingParametersAction and CreateContainerAction
0fa7b811 Remove PrepareContainerImage* Actions
ee81b549 Remove scale and stack related workflows and actions
49affe81 Add missing image yaml for centos 8
d5b865a4 remove py27 from tox.ini
4ae8eb07 Prevent duplicated hosts in overcloudrc no_proxy
af7a17e2 clean up tripleo-common zuul layout, remove centos-7
db1a6c70 Switch to yaml.safe_load
bee85ff5 Revert removal of OrchestrationDeployAction
be7c90e3 Match hostname when doing node delete
fea42c12 Remove baremetal deploy workflows and actions
36d0f5c3 Set scp_if_ssh to True in ansible.cfg
c0934393 Move ListRolesAction functionality to utils
ce52e8b7 Return None image client when no glance endpoint
04717059 Fix placement dependencies to work with mysql's ed25519
32bc45c2 Disable fact gathering for create_admin
389013bd Remove mistral dependency for password generation completely
96b5b060 Remove unused support.yaml workbook
c02a4585 Remove deployment workbook and some unused actions
3b028df0 Remove swift_backup workbook and some related actions
eb41f410 Remove plan_management workflows and unused actions
0ce64425 Add mistral workflow module path to mistral ansible config
19dba3f3 Refactor registry request actions
dde8702a Add libcgroup-tools to libvirt container
e269e347 Improve authentication retries for slow transfers
7be36f30 config-download timeout should KILL the process.
036c2d34 Remove mistral from the snmp password function
f6d55d57 Move DeployStackAction functionality to utils
28b8bf0f Handle race for the already existing layer


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

.../tripleo_kolla_template_overrides.j2            |    6 +-
.../overcloud-hardened-images-uefi-centos8.yaml    |   10 +
setup.cfg                                          |   17 +-
tox.ini                                            |   10 +-
tripleo_common/actions/ansible.py                  |    6 +-
tripleo_common/actions/baremetal_deploy.py         |  634 ----------
tripleo_common/actions/base.py                     |    8 +-
tripleo_common/actions/container_images.py         |   71 --
tripleo_common/actions/deployment.py               |  134 --
tripleo_common/actions/parameters.py               |   72 --
tripleo_common/actions/plan.py                     |   38 +-
tripleo_common/actions/scale.py                    |   25 +-
tripleo_common/actions/swifthelper.py              |   60 -
tripleo_common/actions/templates.py                |   49 -
tripleo_common/actions/vcs.py                      |   99 --
tripleo_common/image/image_export.py               |   32 +-
tripleo_common/image/image_uploader.py             |  365 ++++--
tripleo_common/utils/config.py                     |   10 +-
tripleo_common/utils/overcloudrc.py                |    6 +-
tripleo_common/utils/passwords.py                  |   44 +-
tripleo_common/utils/plan.py                       |   23 +-
tripleo_common/utils/roles.py                      |   62 +
tripleo_common/utils/stack.py                      |  123 ++
workbooks/access.yaml                              |    1 +
workbooks/baremetal_deploy.yaml                    |  332 -----
workbooks/deployment.yaml                          |  939 --------------
workbooks/plan_management.yaml                     | 1078 ----------------
workbooks/scale.yaml                               |   62 -
workbooks/stack.yaml                               |  144 ---
workbooks/support.yaml                             |  322 -----
workbooks/swift_backup.yaml                        |   71 --
zuul.d/layout.yaml                                 |   20 +-
47 files changed, 1447 insertions(+), 6353 deletions(-)







More information about the Release-announce mailing list