aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/controller-puppet.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-14 17:52:38 +0000
committerGerrit Code Review <review@openstack.org>2015-04-14 17:52:38 +0000
commit42113f6b91e27068e8b9ae4944877562371f33d0 (patch)
treeef02b52e6fe0e4c2290997e4e1faf46e682726b1 /puppet/controller-puppet.yaml
parentf9a8502267075d3d61fe471196931ce90c089b61 (diff)
parent1c3bd1feaa2988003a7189bfc1fe4cd9ea580259 (diff)
Merge "puppet: implement MongoDB on controller nodes"
Diffstat (limited to 'puppet/controller-puppet.yaml')
-rw-r--r--puppet/controller-puppet.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml
index 78e808c6..4b41c0a4 100644
--- a/puppet/controller-puppet.yaml
+++ b/puppet/controller-puppet.yaml
@@ -719,7 +719,8 @@ resources:
keystone::public_bind_host: {get_input: controller_host}
keystone::admin_bind_host: {get_input: controller_host}
keystone::debug: {get_input: debug}
-
+ # MongoDB
+ mongodb::server::bind_ip: {get_input: controller_host}
# MySQL
admin_password: {get_input: admin_password}
enable_galera: {get_input: enable_galera}