aboutsummaryrefslogtreecommitdiffstats
path: root/spec/classes/tripleo_profile_base_horizon_spec.rb
AgeCommit message (Collapse)AuthorFilesLines
2017-06-27Always start httpd at the same timeJuan Antonio Osorio Robles1-1/+27
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>
2017-04-02Move horizon to step 3Alex Schultz1-0/+57
We configure apache in step 3 so horizon should be configured at the same time or else updates will cause horizon to be unvailable during the update process. Change-Id: I4032f7c24edc0ff9ed637e213870cdd3beb9a54e Closes-Bug: #1678338