Comment 6 for bug 1776206

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/574236
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=416b35f4c30f4a65d1c09e8b0c540f28e1ca4f86
Submitter: Zuul
Branch: master

commit 416b35f4c30f4a65d1c09e8b0c540f28e1ca4f86
Author: Jiri Stransky <email address hidden>
Date: Mon Jun 11 14:06:40 2018 +0200

    Updates: run host_prep_tasks between update tasks and deployment tasks

    We should re-run host_prep_tasks as part of the minor update, to make
    sure the host is ready for starting the updated containers. The right
    place for them is between update tasks and deployment tasks.

    This is important in case we deliver changes to host_prep_tasks during
    minor update, or if update_tasks do something that would partially
    undo the host preparation, e.g. clear/delete some directories on the
    host to get rid of previous state.

    Change-Id: Ic0a905a8c4691cbe75113131bd84e8a39dea046d
    Related-Bug: #1776206