Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
dcedc2b
)
Change the step from 4 to 5, to make sure gnocchi and aodh
09/39609/2
author
jhinman1
<john.hinman@intel.com>
Fri, 18 Aug 2017 16:48:32 +0000
(12:48 -0400)
committer
jhinman1
<john.hinman@intel.com>
Fri, 18 Aug 2017 18:52:33 +0000
(14:52 -0400)
are up before collectd starts, else there may be unrecoverable
errors in the connections.
Change-Id: I486c4045e29c7032526be6e19d11e7979070c2d9
Signed-off-by: jhinman1 <john.hinman@intel.com>
manifests/profile/base/barometer.pp
patch
|
blob
|
history
diff --git
a/manifests/profile/base/barometer.pp
b/manifests/profile/base/barometer.pp
index
5294985
..
7b62f26
100644
(file)
--- a/
manifests/profile/base/barometer.pp
+++ b/
manifests/profile/base/barometer.pp
@@
-25,7
+25,7
@@
class tripleo::profile::base::barometer (
$step = hiera('step'),
) {
- if $step >=
4
{
+ if $step >=
5
{
include ::barometer::rdt
include ::barometer::collectd
}