Comment 3 for bug 1769107

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-upgrade (master)

Reviewed: https://review.openstack.org/566291
Committed: https://git.openstack.org/cgit/openstack/tripleo-upgrade/commit/?id=0fd5d40994cb30117444b22a9e862722c4ebc52c
Submitter: Zuul
Branch: master

commit 0fd5d40994cb30117444b22a9e862722c4ebc52c
Author: Jose Luis Franco Arza <email address hidden>
Date: Fri May 4 13:12:56 2018 +0200

    Separate scripts creation tasks for under/overcloud.

    The upgrade/update tasks in tripleo-upgrade started
    with a create-scripts book, which generated most of
    the scripts from the templates. However, this book
    mixed the creation of scripts needed for the overcloud
    as well as for the undercloud. This becomes an issue
    when we want to perform only an undercloud upgrade, as
    we are running tasks intended to the overcloud and it
    might not even exist.
    This patch divides the script creation tasks used for
    the undercloud from the ones used for the overcloud.

    Change-Id: I35dfbe50d12b65a8d14f62410adea551e7584912
    Closes-Bug: #1769107