aboutsummaryrefslogtreecommitdiffstats
path: root/environments/mongodb-nojournal.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 /environments/mongodb-nojournal.yaml
parent2b40e39a9b9c79a026c4601620e9d0b383b1cb12 (diff)
parente0ed4b315a5e12703a1e1dfc538863425e6ab81e (diff)
Merge "Allow a user to disable MongoDB journaling"
Diffstat (limited to 'environments/mongodb-nojournal.yaml')
-rw-r--r--environments/mongodb-nojournal.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/environments/mongodb-nojournal.yaml b/environments/mongodb-nojournal.yaml
new file mode 100644
index 00000000..1e13e452
--- /dev/null
+++ b/environments/mongodb-nojournal.yaml
@@ -0,0 +1,5 @@
+# A Heat environment file which can be used to disable journal in MongoDb.
+# Since, when journaling is enabled, MongoDb will create big journal file
+# it can take time. In a CI environment for example journaling is not necessary.
+parameters:
+ MongoDbNoJournal: true