tripleo-heat-templates/environments/mongodb-nojournal.yaml

6 lines
267 B
YAML

# 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