Always start httpd at the same time
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 21 Jun 2017 12:43:25 +0000 (15:43 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Tue, 27 Jun 2017 11:38:45 +0000 (14:38 +0300)
commitad14f23c112922399b96601806da34ad045cbf22
treee0e4cca7e4a3c857679c207bbfea29bd455b7456
parent3fcafacc1e3de1c3fad756135889f2f4a3c4fbe2
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 <aschultz@redhat.com>
14 files changed:
manifests/profile/base/aodh/api.pp
manifests/profile/base/ceilometer/api.pp
manifests/profile/base/heat/api.pp
manifests/profile/base/heat/api_cfn.pp
manifests/profile/base/heat/api_cloudwatch.pp
manifests/profile/base/horizon.pp
manifests/profile/base/mistral/api.pp
manifests/profile/base/nova/placement.pp
manifests/profile/base/zaqar.pp
releasenotes/notes/start-httpd-step3-and-4-2bd7be9e1429ef6d.yaml [new file with mode: 0644]
spec/classes/tripleo_profile_base_aodh_api_spec.rb
spec/classes/tripleo_profile_base_ceilometer_api_spec.rb
spec/classes/tripleo_profile_base_horizon_spec.rb
spec/classes/tripleo_profile_base_nova_placement_spec.rb