Comment 6 for bug 1614967

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

Reviewed: https://review.openstack.org/358511
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=1590edbeca31caa7c5368f636f3869dd192c19c3
Submitter: Jenkins
Branch: master

commit 1590edbeca31caa7c5368f636f3869dd192c19c3
Author: Jiri Stransky <email address hidden>
Date: Mon Aug 22 11:29:17 2016 +0200

    Restart only services that need it

    With new pacemaker architecture, Puppet handles restarts of most of the
    services. There are several still managed by pacemaker which need
    special restart handling utilizing pacemaker and its resource
    agents.

    The counterpart in puppet-tripleo requests restarts for individual
    pacemaker-managed services by writing out "restart flag" files, and the
    pacemaker_resource_restart.sh script then performs the restarts.

    Change-Id: Ia4e6a9f88181f1981993f046cf415dbbcdc9570e
    Closes-Bug: #1614967
    Closes-Bug: #1587015
    Depends-On: I6369ab0c82dbf3c8f21043f8aa9ab810744ddc12