aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/database/mongodb.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2016-08-24 15:41:04 -0400
committerDan Prince <dprince@redhat.com>2016-08-25 20:27:11 -0400
commitcf8e3f5034966c9a38456880605a3ef0d277e591 (patch)
tree78b9aa441a6103d5127a95917365666cc6cbdc25 /puppet/services/database/mongodb.yaml
parenta356bb65c9f299fc706cf5e0ec9d9d441ea31046 (diff)
Mv keystone, mongo, manila out of controller.yaml
This patch moves keystone, mongodb, and manila bind host settings out of controller.yaml and into composable services. Change-Id: I1874dc47fffa30606107999da702442badde35c9
Diffstat (limited to 'puppet/services/database/mongodb.yaml')
-rw-r--r--puppet/services/database/mongodb.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/services/database/mongodb.yaml b/puppet/services/database/mongodb.yaml
index b6eb4803..36962a34 100644
--- a/puppet/services/database/mongodb.yaml
+++ b/puppet/services/database/mongodb.yaml
@@ -45,5 +45,12 @@ outputs:
dport: 27018
'103 mongod':
dport: 27017
+ # NOTE: bind IP is found in Heat replacing the network name with the
+ # local node IP for the given network; replacement examples
+ # (eg. for internal_api):
+ # internal_api -> IP
+ # internal_api_uri -> [IP]
+ # internal_api_subnet - > IP/CIDR
+ mongodb::server::bind_ip: {get_param: [ServiceNetMap, MongodbNetwork]}
step_config: |
include ::tripleo::profile::base::database::mongodb