aboutsummaryrefslogtreecommitdiffstats
path: root/controller.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-15 11:44:28 +0000
committerGerrit Code Review <review@openstack.org>2015-07-15 11:44:28 +0000
commit31dc73cbaa86dd723de28eca69d159a4860429dc (patch)
treee7943c5b63062b96fce58f3a26f1339931c960ff /controller.yaml
parent2b40e39a9b9c79a026c4601620e9d0b383b1cb12 (diff)
parente0ed4b315a5e12703a1e1dfc538863425e6ab81e (diff)
Merge "Allow a user to disable MongoDB journaling"
Diffstat (limited to 'controller.yaml')
-rw-r--r--controller.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/controller.yaml b/controller.yaml
index 1bd1f590..9dd41c99 100644
--- a/controller.yaml
+++ b/controller.yaml
@@ -369,6 +369,10 @@ parameters:
description: The password for the nova service and db account, used by nova-api.
type: string
hidden: true
+ MongoDbNoJournal:
+ default: false
+ description: Should MongoDb journaling be disabled
+ type: boolean
NtpServer:
type: string
default: ''
@@ -677,6 +681,8 @@ resources:
host: {get_input: controller_virtual_ip}
metadata-proxy: true
service-password: {get_input: nova_password}
+ mongodb:
+ nojournal: {get_input: mongodb_no_journal}
rabbit:
host: {get_input: controller_virtual_ip}
username: {get_input: rabbit_username}
@@ -872,6 +878,7 @@ resources:
- '@'
- {get_param: VirtualIP}
- '/keystone'
+ mongodb_no_journal: {get_param: MongoDbNoJournal}
mysql_innodb_buffer_pool_size: {get_param: MysqlInnodbBufferPoolSize}
mysql_root_password: {get_param: MysqlRootPassword}
mysql_cluster_name: