We eagerly announce the release of: tripleo-common 8.6.6: A common library for TripleO workflows. This release is part of the queens stable 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.6 ^^^^^ New Features * If nova novnc proxy is configured to ssl only, (see LP 178570) we need to make sure to also use ssl with the healthcheck script. With this change we verify if ssl_only is configured in nova.conf and set https as the proto to use for the novnc healthcheck. Changes in tripleo-common 8.6.4..8.6.6 -------------------------------------- 40d4c37 Remove container_registry param from package update action 698731e Support deployment blacklist with --limit d93e12e import zuul job settings from project-config 3c41376 Revert "Include microversion in OS_VOLUME_API_VERSION" 841b0fe Remove ceph-osd after deployment succeeded in containers 7bf83dc Use https for novnc proxy healthcheck if ssl_only is configured 3eedf92 Fix overwriting downloaded config files d4257fe Set known hosts when --limit is set. 6c2b4ee Set trash_output for ceph-ansible playbook run 7f9606f Take WSGIScriptAlias into account in docker healthcheck. Diffstat (except docs and test files) ------------------------------------- healthcheck/common.sh | 6 +++++- healthcheck/nova-vnc-proxy | 9 ++++++++- ...ovnc_proxy_ssl_healthcheck-f9ad0dffb459ef4b.yaml | 7 +++++++ roles/tripleo-ssh-known-hosts/tasks/main.yml | 12 +++++++----- .../templates/ssh_known_hosts.j2 | 3 --- tripleo_common/actions/ansible.py | 7 +++++++ tripleo_common/actions/package_update.py | 7 +------ tripleo_common/constants.py | 2 +- tripleo_common/utils/config.py | 5 ++--- workbooks/ceph-ansible.yaml | 21 +++++++++++++++++++++ workbooks/deployment.yaml | 15 +++++++++++++++ workbooks/package_update.yaml | 3 +-- zuul.d/layout.yaml | 9 ++++++++- 14 files changed, 84 insertions(+), 35 deletions(-)