aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2015-05-18 09:29:09 -0400
committerGiulio Fidente <gfidente@redhat.com>2015-05-18 11:26:24 -0400
commit7b6c2a4a7d596df25f249e653086ffb9225d3a37 (patch)
tree81ae46f5ed3159cc014fb332d8b6fa6120c299da /puppet
parentaf90796cda5072a25c5ea9c9aeda5dc6e16c3db8 (diff)
Ensure sync_db is consumed by Keystone and Cinder classes
Change-Id: Ia8cb04b214c71afc884647fb20be3cc1a309c194
Diffstat (limited to 'puppet')
-rw-r--r--puppet/manifests/overcloud_controller_pacemaker.pp8
1 files changed, 6 insertions, 2 deletions
diff --git a/puppet/manifests/overcloud_controller_pacemaker.pp b/puppet/manifests/overcloud_controller_pacemaker.pp
index c66460d9..ea2d2108 100644
--- a/puppet/manifests/overcloud_controller_pacemaker.pp
+++ b/puppet/manifests/overcloud_controller_pacemaker.pp
@@ -377,7 +377,9 @@ MYSQL_HOST=localhost\n",
if (hiera('step') >= 3 and $pacemaker_master) or hiera('step') >= 4 {
- include ::keystone
+ class { '::keystone':
+ sync_db => $sync_db,
+ }
#TODO: need a cleanup-keystone-tokens.sh solution here
keystone_config {
@@ -479,7 +481,9 @@ if (hiera('step') >= 3 and $pacemaker_master) or hiera('step') >= 4 {
Service['neutron-server'] -> Service['neutron-metadata']
include ::cinder
- include ::cinder::api
+ class { '::cinder::api':
+ sync_db => $sync_db,
+ }
include ::cinder::glance
include ::cinder::scheduler
include ::cinder::volume