Files
openstack-manuals/doc/config-reference/source/tables/trove-db_redis.rst
Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

3.1 KiB

Description of Redis database configuration options
Configuration option = Default value Description
[redis]
api_strategy = trove.common.strategies.cluster.experimental.redis.api.RedisAPIStrategy (String) Class that implements datastore-specific API logic.
backup_incremental_strategy = {} (Dict) 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 = trove.guestagent.strategies.backup.experimental.redis_impl (String) Namespace to load backup strategies from.
backup_strategy = RedisBackup (String) Default strategy to perform backups.
cluster_support = True (Boolean) Enable clusters to be created and managed.
device_path = /dev/vdb (String) Device path for volume if volume support is enabled.
guest_log_exposed_logs = (String) List of Guest Logs to expose for publishing.
guestagent_strategy = trove.common.strategies.cluster.experimental.redis.guestagent.RedisGuestAgentStrategy (String) Class that implements datastore-specific Guest Agent API logic.
mount_point = /var/lib/redis (String) Filesystem path for mounting volumes if volume support is enabled.
replication_namespace = trove.guestagent.strategies.replication.experimental.redis_sync (String) Namespace to load replication strategies from.
replication_strategy = RedisSyncReplication (String) Default strategy for replication.
restore_namespace = trove.guestagent.strategies.restore.experimental.redis_impl (String) Namespace to load restore strategies from.
root_controller = trove.extensions.common.service.DefaultRootController (String) Root controller implementation for redis.
taskmanager_strategy = trove.common.strategies.cluster.experimental.redis.taskmanager.RedisTaskManagerStrategy (String) Class that implements datastore-specific task manager logic.
tcp_ports = 6379, 16379 (List) 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 = (List) List of UDP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
volume_support = True (Boolean) Whether to provision a Cinder volume for datadir.