From: jhinman1 Date: Fri, 18 Aug 2017 16:48:32 +0000 (-0400) Subject: Change the step from 4 to 5, to make sure gnocchi and aodh X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F39609%2F2;p=apex-puppet-tripleo.git 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 --- 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 }