From 355547c5e83d74b90187552b309154659e4a8139 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Mon, 8 Aug 2016 13:32:33 +0200 Subject: Fix use of bootstrap_node in cinder base profile By inspecting bootstrap_nodeid in cinder base profile we can set sync_db appropriately and not always default to true. Change-Id: I2484b1d70a17436c0d8eab9ea8df927d57783784 --- manifests/profile/base/database/mongodbcommon.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests/profile/base/database/mongodbcommon.pp') diff --git a/manifests/profile/base/database/mongodbcommon.pp b/manifests/profile/base/database/mongodbcommon.pp index 756ab85..13af899 100644 --- a/manifests/profile/base/database/mongodbcommon.pp +++ b/manifests/profile/base/database/mongodbcommon.pp @@ -31,8 +31,7 @@ class tripleo::profile::base::database::mongodbcommon ( ) { $port = '27017' - # NOTE(gfidente): the following vars are needed on all nodes so they - # need to stay out of pacemaker_master conditional. + # NOTE(gfidente): the following vars are needed on all nodes. # The addresses mangling will hopefully go away when we'll be able to # configure the connection string via hostnames, until then, we need to pass # the list of IPv6 addresses *with* port and without the brackets as 'members' -- cgit 1.2.3-korg