Change the step from 4 to 5, to make sure gnocchi and aodh 09/39609/2
authorjhinman1 <john.hinman@intel.com>
Fri, 18 Aug 2017 16:48:32 +0000 (12:48 -0400)
committerjhinman1 <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

index 5294985..7b62f26 100644 (file)
@@ -25,7 +25,7 @@
 class tripleo::profile::base::barometer (
   $step        = hiera('step'),
 ) {
-  if $step >= 4 {
+  if $step >= 5 {
     include ::barometer::rdt
     include ::barometer::collectd
   }