Comment 1 for bug 1699502

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

Reviewed: https://review.openstack.org/476119
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=ad14f23c112922399b96601806da34ad045cbf22
Submitter: Jenkins
Branch: master

commit ad14f23c112922399b96601806da34ad045cbf22
Author: Juan Antonio Osorio Robles <email address hidden>
Date: Wed Jun 21 15:43:25 2017 +0300

    Always start httpd at the same time

    Puppet wipes out whatever is not in it's resource catalog each run for
    httpd. This causes httpd to restart if in the next step there are
    reasources added that were not there earlier.

    This patch, thus changes the instances of httpd to start at the same
    time: On step 3 for the bootstrap node, and on step 4 for every other
    node.

    Closes-Bug: #1699502
    Change-Id: I3d29728c1ab7bd5b78100f89e00e5fa082f97b0c
    Co-Authored-By: Alex Schultz <email address hidden>