From 65ea36f60e2f12e258babc86b83fe7a28ee870a4 Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Mon, 8 Aug 2016 13:43:37 +0200 Subject: Fix deployment steps for AODH profiles The services in the AODH profiles were limited to be executed only in the bootstrap master node. Change-Id: I85cfa97f0e5e9a70e86e51d8188a2abf86e2ec1c --- manifests/profile/base/aodh.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/profile/base/aodh.pp') diff --git a/manifests/profile/base/aodh.pp b/manifests/profile/base/aodh.pp index 28156a0..07c0a88 100644 --- a/manifests/profile/base/aodh.pp +++ b/manifests/profile/base/aodh.pp @@ -42,7 +42,7 @@ class tripleo::profile::base::aodh ( include ::aodh::db::mysql } - if $step >= 4 and $sync_db { + if $step >= 4 or ($step >= 3 and $sync_db) { include ::aodh include ::aodh::auth include ::aodh::config -- cgit 1.2.3-korg