venkatamahesh e1a58c9a3e [config-ref] Update trove tables
Change-Id: Ia436547660b899d1393adb124a636a6cbb2e1338
2016-09-03 16:33:51 +00:00

3.2 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.
default_password_length = 36 (Integer) Character length of generated passwords.
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.
icmp = False (Boolean) Whether to permit ICMP.
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.