Description of MongoDB database configuration options
Configuration option = Default value Description
[mongodb]
= trove.common.strategies.cluster.experimental.mongodb.api.MongoDbAPIStrategy (StrOpt) Class that implements datastore-specific API logic.
= {} (DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup.
= trove.guestagent.strategies.backup.experimental.mongo_impl (StrOpt) Namespace to load backup strategies from.
= MongoDump (StrOpt) Default strategy to perform backups.
= True (BoolOpt) Enable clusters to be created and managed.
= 27019 (IntOpt) Port for instances running as config servers.
= /dev/vdb (StrOpt) Device path for volume if volume support is enabled.
= trove.common.strategies.cluster.experimental.mongodb.guestagent.MongoDbGuestAgentStrategy (StrOpt) Class that implements datastore-specific Guest Agent API logic.
= 27017 (IntOpt) Port for mongod and mongos instances.
= /var/lib/mongodb (StrOpt) Filesystem path for mounting volumes if volume support is enabled.
= 3 (IntOpt) The number of config servers to create per cluster.
= 1 (IntOpt) The number of query routers (mongos) to create per cluster.
= None (StrOpt) Default strategy for replication.
= trove.guestagent.strategies.restore.experimental.mongo_impl (StrOpt) Namespace to load restore strategies from.
= trove.common.strategies.cluster.experimental.mongodb.taskmanager.MongoDbTaskManagerStrategy (StrOpt) Class that implements datastore-specific task manager logic.
= 2500, 27017 (ListOpt) List of TCP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
= (ListOpt) List of UPD ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
= True (BoolOpt) Whether to provision a Cinder volume for datadir.