diff options
author | jhinman1 <john.hinman@intel.com> | 2017-08-18 12:48:32 -0400 |
---|---|---|
committer | jhinman1 <john.hinman@intel.com> | 2017-08-18 14:52:33 -0400 |
commit | 2d4c9a44fc130b3997c3c6be50a74231bae46c3b (patch) | |
tree | 789f50a30b19722937698f19765a40474c6405ef | |
parent | dcedc2b8d50c6ca5f5eb8da8955b57874a65b9a8 (diff) |
Change the step from 4 to 5, to make sure gnocchi and aodh
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>
-rw-r--r-- | manifests/profile/base/barometer.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/barometer.pp b/manifests/profile/base/barometer.pp index 5294985..7b62f26 100644 --- 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 } |