Comment 10 for bug 1513220

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

Reviewed: https://review.openstack.org/251551
Committed: https://git.openstack.org/cgit/openstack/heat-templates/commit/?id=50c18db21e0577d31425bb000792c42f372b7246
Submitter: Jenkins
Branch: master

commit 50c18db21e0577d31425bb000792c42f372b7246
Author: James Slagle <email address hidden>
Date: Mon Nov 30 16:49:41 2015 -0500

    Add script so that deployments won't get rerun

    This script creates the necessary files under /var/run/heat-config so that the
    next time configure.d/55-heat-config is executed via os-refresh-config, no
    deployments that were already known are rerun.

    This is a workaround for https://bugs.launchpad.net/heat-templates/+bug/1513220
    in scenarios where /var/run/heat-config has already been lost due to a scenario
    such as a system reboot.

    This script is a manual workaround, and should only be executed on instances
    where it's known that the deployments do not need to be reapplied.

    Change-Id: I3ac4e280a39acb893a8ecc94712eb6265a1236d2
    Partial-Bug: #1513220