Description of MongoDB database configuration options
Configuration option = Default value Description
[mongodb]
api_strategy = trove.common.strategies.mongodb.api.MongoDbAPIStrategy (StrOpt) Class that implements datastore-specific API logic.
backup_incremental_strategy = {} (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.
backup_namespace = None (StrOpt) Namespace to load backup strategies from.
backup_strategy = None (StrOpt) Default strategy to perform backups.
cluster_support = True (BoolOpt) Enable clusters to be created and managed.
device_path = /dev/vdb (StrOpt) Device path for volume if volume support is enabled.
guestagent_strategy = trove.common.strategies.mongodb.guestagent.MongoDbGuestAgentStrategy (StrOpt) Class that implements datastore-specific Guest Agent API logic.
mount_point = /var/lib/mongodb (StrOpt) Filesystem path for mounting volumes if volume support is enabled.
num_config_servers_per_cluster = 3 (IntOpt) The number of config servers to create per cluster.
num_query_routers_per_cluster = 1 (IntOpt) The number of query routers (mongos) to create per cluster.
replication_strategy = None (StrOpt) Default strategy for replication.
restore_namespace = None (StrOpt) Namespace to load restore strategies from.
taskmanager_strategy = trove.common.strategies.mongodb.taskmanager.MongoDbTaskManagerStrategy (StrOpt) Class that implements datastore-specific task manager logic.
tcp_ports = 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).
udp_ports = (ListOpt) List of UPD ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
volume_support = True (BoolOpt) Whether to provision a Cinder volume for datadir.