diff options
author | 2015-07-15 11:44:28 +0000 | |
---|---|---|
committer | 2015-07-15 11:44:28 +0000 | |
commit | 31dc73cbaa86dd723de28eca69d159a4860429dc (patch) | |
tree | e7943c5b63062b96fce58f3a26f1339931c960ff /environments | |
parent | 2b40e39a9b9c79a026c4601620e9d0b383b1cb12 (diff) | |
parent | e0ed4b315a5e12703a1e1dfc538863425e6ab81e (diff) |
Merge "Allow a user to disable MongoDB journaling"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/mongodb-nojournal.yaml | 5 |
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 |