From 2d4c9a44fc130b3997c3c6be50a74231bae46c3b Mon Sep 17 00:00:00 2001 From: jhinman1 Date: Fri, 18 Aug 2017 12:48:32 -0400 Subject: 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 --- manifests/profile/base/barometer.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/profile') 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 } -- cgit 1.2.3-korg