[tripleo] tripleo-common 8.6.0 (queens)
We are pumped to announce the release of: tripleo-common 8.6.0: A common library for TripleO workflows. This release is part of the queens 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: https://bugs.launchpad.net/tripleo-common For more details, please see below. 8.6.0 ^^^^^ Bug Fixes * Fixes OpenDaylight healthcheck for TLS and regular deployments. Changes in tripleo-common 8.5.0..8.6.0 -------------------------------------- b49c192 Remove fence_action parameter from GenerateFencingParametersAction 4d7c530 Add openvswitch element back in 090c457 Increase the image size for security hardened images to 23G 3ea974f Remove the noop deploystep for upgrade converge step d49318f Activate new healthchecks 311db03 Wire up --skip-tags to the overcloud upgrade cli 10a028a Ensure ceph-ansible playbooks are run one at a time e4b8a73 Pass plan_name into get_config action 1624b9b Don't notify zaqar in publish_ui_logs_to_swift 8f93bfd Include active nodes when matching nodes by profile 0166826 Fixes OpenDaylight healthcheck 1930a75 Fix broken validations on stack update a70f6dc Updated from global requirements bcc1b37 Update UPPER_CONSTRAINTS_FILE for stable/queens 5c4cf77 Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .../tripleo_kolla_template_overrides.j2 | 111 ++++++++++++++++++++- healthcheck/aodh-api | 0 healthcheck/cinder-api | 0 healthcheck/collectd | 0 healthcheck/common.sh | 2 +- healthcheck/etcd | 0 healthcheck/gnocchi-api | 0 healthcheck/gnocchi-metricd | 0 healthcheck/gnocchi-statsd | 0 healthcheck/ironic-api | 0 healthcheck/ironic-pxe | 0 healthcheck/iscsid | 0 healthcheck/memcached | 0 healthcheck/mistral-api | 0 healthcheck/mistral-event-engine | 0 healthcheck/multipathd | 0 healthcheck/neutron-api | 0 healthcheck/nova-placement | 0 healthcheck/opendaylight-api | 13 ++- healthcheck/panko-api | 0 healthcheck/redis | 0 healthcheck/tacker | 0 image-yaml/overcloud-hardened-images.yaml | 3 +- image-yaml/overcloud-images.yaml | 1 + image-yaml/overcloud-odl-rhel7.yaml | 1 + image-yaml/overcloud-realtime-compute.yaml | 3 +- ...-opendaylight-healthcheck-f9bc1d2e067c4680.yaml | 4 + requirements.txt | 2 +- setup.cfg | 1 + tox.ini | 2 +- tripleo_common/actions/parameters.py | 8 +- tripleo_common/actions/plan.py | 39 ++++++++ tripleo_common/actions/validations.py | 9 -- workbooks/baremetal.yaml | 13 ++- workbooks/ceph-ansible.yaml | 1 + workbooks/deployment.yaml | 2 + workbooks/package_update.yaml | 10 ++ workbooks/plan_management.yaml | 28 ------ workbooks/validations.yaml | 35 ++++--- 41 files changed, 217 insertions(+), 75 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 74dd46a..63a22e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28 +28 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -keystoneauth1>=3.4.0 # Apache-2.0 +keystoneauth1>=3.3.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org