[tripleo] tripleo-common 7.6.6 (pike)
We are happy to announce the release of: tripleo-common 7.6.6: A common library for TripleO workflows. This release is part of the pike 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: http://bugs.launchpad.net/tripleo-common For more details, please see below. Changes in tripleo-common 7.6.5..7.6.6 -------------------------------------- aa14cae Memory channels parameter is not derivable e8b41c6 Fix tags in pike for containers images cbaf576 Consume resource-registry in ProcessTemplatesAction b1ef0e7 Add exclude list to not override user data ce24645 Handle 'false' in when statements for ansible upgrade_tasks 1b8af1e config: Always add step conditional first for upgrade_tasks a95aa5a Generate password for libvirt TLS SCRAM auth 3e2910a Optimize opendaylight_api container healhcheck 6325cfa Add zaqarclient to TripleOAction f5198df Add httpd packages to ec2api image b723335 Update ceph-ansible playbook path in parameter default for update 2491e49 Correct the failed status in the baremetal workflow 98f8097 Always finish by sending a Zaqar message on error cfb1cca Format and send the retry-limit reached message Diffstat (except docs and test files) ------------------------------------- container-images/overcloud_containers.yaml | 176 ++++++++++----------- container-images/overcloud_containers.yaml.j2 | 4 +- .../tripleo_kolla_template_overrides.j2 | 3 + healthcheck/opendaylight-api | 10 +- requirements.txt | 1 + setup.cfg | 1 + tripleo_common/actions/base.py | 18 +++ tripleo_common/actions/package_update.py | 8 +- tripleo_common/actions/plan.py | 61 ++++++- tripleo_common/actions/templates.py | 7 + tripleo_common/constants.py | 1 + tripleo_common/utils/config.py | 10 +- workbooks/baremetal.yaml | 14 +- workbooks/derive_params_formulas.yaml | 46 +----- workbooks/package_update.yaml | 14 +- 21 files changed, 239 insertions(+), 167 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c063a65..7f4cf5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,0 +27 @@ netaddr!=0.7.16,>=0.7.13 # BSD +python-zaqarclient>=1.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org