[release-announce] tripleo-common 13.2.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 1 09:48:34 UTC 2021


We are psyched to announce the release of:

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

This release is part of the victoria stable 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 13.1.0..13.2.0
----------------------------------------

81a56269 Switch to tripleo namespace grafana images
fdb49b00 [stable-only] Fix legacy password handling
d4854071 [Victoria and bellow] Ensure rights on the ansible.log file
cf2715c9 Removes unneeded zuul layout overrides - templates for consistency
bf6dc8d6 Create a container for Unbound DNS resolver
ead9b50f Remove layout override and wire up buildimage template instead
24b7ac1e Add python3-pymemcache to tcib
79474a44 Handle containers without a namespace
1b6ff12c Drop inject_facts_as_vars
451cbc23 Fix fact definition for deployments
05c18eb1 Reduce fact gathering
fe2790a4 Add SITE_PACKAGES variable to horizon extend_start
4bac1cb8 Add cloud-admin user to tripleoclient container
3b3c9fc0 Fix placement endpoint check when endpoints are not set
f26941e8 Use the new IPA-builder element for installing python-hardware
3c3ffbd5 Check existence of expires_in for auth
7c71108a Conditionally use python instead of cURL
440e1ac7 Switch gnocchi-statsd HC to healthcheck_port
5668f239 TCIB: Add cinder-volume extend_start.sh script
316a90b0 Add missing ComputeNeutronMetadataAgent service into tripleo_containers.yaml.j2.
07b7c152 Move daxio package to be arch specific
b1d64d69 TCIB: Fix debug mode for oslo process execute
8b96aa77 Raise error when old network config templates are used
084fe6e5 Fix localization for horizon container
6ddd7b38 Enable pylint
f2430025 Switch defaults to quay.io
bf325122 Wire up new tripleo upgrades jobs template
697a5e6b Fix ImportWarning during importing a module
9a4744e1 Changed retry logic on buildah build
9d292a63 Cleanup and add test coverage for inventory without overcloud


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

.pre-commit-config.yaml                            |   8 +-
.pylintrc                                          |  65 ++++++++
.../container_image_prepare_defaults.yaml          |   4 +-
container-images/kolla/base/uid_gid_manage.sh      |   1 +
.../kolla/cinder-volume/cinder-volume-sudoers      |   1 +
.../kolla/cinder-volume/extend_start.sh            |   5 +
container-images/kolla/horizon/extend_start.sh     |   1 +
.../kolla/tripleoclient/tripleoclient_sudoers      |   1 +
.../cinder-base/cinder-volume/cinder-volume.yaml   |   5 +-
container-images/tcib/base/os/horizon/horizon.yaml |   7 +-
.../os/nova-base/nova-compute/nova-compute.yaml    |   4 +-
container-images/tcib/base/os/os.yaml              |   1 +
.../tcib/base/tripleoclient/tripleoclient.yaml     |   7 +
container-images/tcib/base/unbound/unbound.yaml    |   5 +
container-images/tripleo_containers.yaml           | 182 +++++++++++----------
container-images/tripleo_containers.yaml.j2        |   9 +
healthcheck/common.sh                              |  11 +-
healthcheck/gnocchi-statsd                         |   2 +-
healthcheck/http-healthcheck.py                    |  44 +++++
image-yaml/overcloud-images-python3.yaml           |   6 +-
tripleo_common/actions/ansible.py                  |  10 ++
tripleo_common/exception.py                        |   1 +
tripleo_common/image/builder/buildah.py            |  27 ++-
tripleo_common/image/image_export.py               |   7 +-
tripleo_common/image/image_uploader.py             |   8 +-
tripleo_common/inventories.py                      |   3 +-
tripleo_common/inventory.py                        |  18 +-
tripleo_common/templates/deployments.yaml          |   8 +-
.../inventory_data/undercloud_dynamic_merged.json  |  33 ++++
.../inventory_data/undercloud_static_merged.yaml   |  18 ++
tripleo_common/utils/config.py                     |   8 +-
tripleo_common/utils/locks/base.py                 |   3 +
tripleo_common/utils/locks/processlock.py          |   2 +
tripleo_common/utils/plan.py                       |  12 +-
tripleo_common/utils/process.py                    |   9 +-
zuul.d/layout.yaml                                 | 105 +-----------
43 files changed, 534 insertions(+), 244 deletions(-)







More information about the Release-announce mailing list