[release-announce] tripleo-common 15.2.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon May 10 08:18:46 UTC 2021


We are psyched to announce the release of:

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

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

15.2.0
^^^^^^


Deprecation Notes
*****************

* The DeployArtifactURL(s) server is no longer makes any use of
  Swift when using built-in scripts to upload artifacts. The old
  *upload- swift-artifacts* file is now a symlink pointed to the
  updated *upload-artifacts* script. While the file has changed, the
  API remains the same. The symlink will ensure that legacy automation
  remains functional while moving over to the new script. The symlink
  will be removed in a future release.


Other Notes
***********

* Removed skopeo based container image uploader. This has been
  deprecated since stein and does not work with our current registry
  implementation.

Changes in tripleo-common 15.1.0..15.2.0
----------------------------------------

8ed7631a Add rhosp-release rpm in rhel images
59583c46 Add interface-names to overcloud-hardened-images-uefi-rhel8
3d3ccdb7 Remove Keepalived service
dc55e325 Update artifact tooling for swiftless underclouds
81f1fef0 Also catch keystoneauth1.exceptions.catalog.EndpointNotFound
d70280eb Drop SkopeoImageUploader
15c41eaa Remove rhel7/centos7 image yaml
ce452ba5 Revert "Include both Ceph Octopus and Pacific in the content provider"
619e7da5 Include both Ceph Octopus and Pacific in the content provider
06f1b4c2 Add Redfish properties when enrolling with 'idrac'
18542e27 Add utils for local_orchestration_client


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

.../tcib/base/keepalived/keepalived.yaml           |   6 -
container-images/tripleo_containers.yaml           |   2 -
container-images/tripleo_containers.yaml.j2        |   9 -
image-yaml/overcloud-hardened-images-centos7.yaml  |  10 -
image-yaml/overcloud-hardened-images-rhel7.yaml    |   9 -
image-yaml/overcloud-hardened-images-rhel8.yaml    |   2 +
.../overcloud-hardened-images-uefi-centos7.yaml    |  10 -
.../overcloud-hardened-images-uefi-rhel7.yaml      |  10 -
.../overcloud-hardened-images-uefi-rhel8.yaml      |   5 +-
image-yaml/overcloud-images-centos7.yaml           |  23 --
image-yaml/overcloud-images-ceph-rhel8.yaml        |   2 +
image-yaml/overcloud-images-rhel7.yaml             |  15 --
image-yaml/overcloud-images-rhel8.yaml             |   2 +
image-yaml/overcloud-realtime-compute-centos7.yaml |  10 -
image-yaml/overcloud-realtime-compute-rhel7.yaml   |   7 -
...oyArtifactURLs-Simplified-e3993493022653ab.yaml |   9 +
...ove-skopeo-image-uploader-51e7574cc386a3e9.yaml |   5 +
scripts/upload-artifacts                           | 133 +++++++++++
scripts/upload-puppet-modules                      |  16 +-
scripts/upload-swift-artifacts                     | 174 +-------------
tripleo_common/image/image_uploader.py             | 189 ---------------
tripleo_common/inventory.py                        |  10 +-
tripleo_common/utils/heat.py                       |  97 ++++++++
tripleo_common/utils/nodes.py                      |  51 +++-
34 files changed, 408 insertions(+), 828 deletions(-)







More information about the Release-announce mailing list