[release-announce] tripleo-common 11.3.2 (train)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 6 10:43:53 UTC 2020


We are excited to announce the release of:

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

This release is part of the train stable release series.

The source is available from:

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

Download the package from:

    https://tarballs.openstack.org/null/

Please report issues through:

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

For more details, please see below.

11.3.2
^^^^^^

New Features

* Adds additional healtchecks for Swift to monitor account,
  container and object replicators as well as the rsync process.

Changes in tripleo-common 11.3.1..11.3.2
----------------------------------------

95f837bf image-uploader: allow an image without Labels to be uploaded
1a8ec6fe Pass container_config to config actions
3fecdd40 actions/ansible: catch errors when cleaning the work directory
5c36331c Add horizon health check
efc53a84 Incorrectly derives NeutronPhysnetNUMANodesMapping
94a8ce48 Remove workdir only if it's a temporary one
8488e44d Fix ironic-pxe container healthcheck
106ca91e Revert "Update hostvars lookup to fix regression"
dd354ee4 OvS DPDK parameters failing in NIC Partitioning
a8d5d788 kolla/overrides: add missing healthcheck for ironic-neutron-agent
79e457cf Quote output values for overcloudrc
fd78d718 Add healthcheck for nova-virtlogd container
6116b23d Update hostvars lookup to fix regression
3414b010 Make containerized-undercloud-upgrades vote on train
5c822936 Add a healthcheck for ironic-neutron-agent
7cebd8b3 Escape invalid JSON characters during deployment.
7b847759 Pin ceph dashboard containers on a specific tag
b2142524 Ignore blacklisted nodes when rendering network config
a5768f0d Make upload workers faster on processing layers
066a7456 Use the Mistral directory for storing the Ansible fact cache.
7948344c Improve Swift healthchecks
a0c78454 Fix ceilometer_agent_compute health check
7920221e Stop logging manifest in debug
dea009bf Revert "Set display_skipped_host to no"
7ecdc77e [Train-Only] Switch container images to train namespace
9a049fc8 Raise correct exception when worker fails
db247958 Adjust base_centos_yum_repo_packages for stable/train
e70e15d1 Handle IPv6 addresses in ironic_pxe_tftp healthcheck
8ae8262b Fix missing lock
9bc673fe Reset *RemovalPoliciesMode for node delete
e1f322af Use port 547 for dhcpv6 healthchecks when using IPv6
342dd3f3 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
b7f58e07 Update .gitreview for stable/train


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

.gitreview                                         |   1 +
.../container_image_prepare_defaults.yaml          |  10 +-
container-images/overcloud_containers.yaml         | 212 ++++++++---------
.../tripleo_kolla_template_overrides.j2            |  32 ++-
healthcheck/ceilometer-agent-compute               |   4 +-
healthcheck/common.sh                              |  13 ++
healthcheck/ironic-inspector                       |  13 +-
healthcheck/ironic-neutron-agent                   |  14 ++
healthcheck/ironic-pxe                             |   2 +-
healthcheck/nova-libvirt                           |  11 +-
healthcheck/swift-account-replicator               |   8 +
healthcheck/swift-account-server                   |  13 --
healthcheck/swift-container-replicator             |   8 +
healthcheck/swift-container-server                 |  13 --
healthcheck/swift-object-expirer                   |  12 -
healthcheck/swift-object-replicator                |   8 +
healthcheck/swift-object-server                    |  22 --
healthcheck/swift-proxy                            |  11 -
...ft-additional-healtchecks-ab8cd9c7562654f3.yaml |   5 +
tox.ini                                            |   2 +-
tripleo_common/actions/ansible.py                  |  27 ++-
tripleo_common/actions/derive_params.py            |   6 +-
tripleo_common/actions/scale.py                    |   5 +
tripleo_common/image/builder/buildah.py            |   2 +-
tripleo_common/image/image_export.py               |  70 ++++--
tripleo_common/image/image_uploader.py             | 259 ++++++++++++++-------
tripleo_common/image/kolla_builder.py              |   6 +-
tripleo_common/templates/deployments.yaml          |  15 +-
tripleo_common/utils/config.py                     |  30 +--
tripleo_common/utils/image.py                      |  26 +++
tripleo_common/utils/locks/processlock.py          |   1 +
tripleo_common/utils/overcloudrc.py                |   8 +-
workbooks/derive_params_formulas.yaml              |   2 +-
workbooks/package_update.yaml                      |   7 +-
zuul.d/layout.yaml                                 |   3 +
43 files changed, 742 insertions(+), 436 deletions(-)







More information about the Release-announce mailing list