From 21bb7e4ac1051d28bb83de522f3cc6f79c0445e2 Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Tue, 9 Aug 2016 16:22:50 +0200 Subject: Fix mistral sync_db profile steps The services in the mistral profiles were limited to be executed only in the bootstrap master node. Change-Id: Iae42ffa37c4c9b1e070b7c3753e04c45bb97703f --- manifests/profile/base/mistral.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/profile/base/mistral.pp') diff --git a/manifests/profile/base/mistral.pp b/manifests/profile/base/mistral.pp index febbae6..0c41193 100644 --- a/manifests/profile/base/mistral.pp +++ b/manifests/profile/base/mistral.pp @@ -41,7 +41,7 @@ class tripleo::profile::base::mistral ( include ::mistral::db::mysql } - if $step >= 4 and $sync_db { + if $step >= 4 or ($step >= 3 and $sync_db) { include ::mistral include ::mistral::config include ::mistral::client -- cgit 1.2.3-korg