ce094c144b
Change-Id: If4e4b6fccb77092ef5939100960ebf278f0e5bf9
53 lines
3.0 KiB
ReStructuredText
53 lines
3.0 KiB
ReStructuredText
..
|
|
Warning: Do not edit this file. It is automatically generated from the
|
|
software project's code and your changes will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
|
ask for help on the documentation mailing list, IRC channel or meeting.
|
|
|
|
.. _trove-db_redis:
|
|
|
|
.. list-table:: Description of Redis database configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[redis]**
|
|
-
|
|
* - ``api_strategy`` = ``trove.common.strategies.cluster.experimental.redis.api.RedisAPIStrategy``
|
|
- (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`` = ``trove.guestagent.strategies.backup.experimental.redis_impl``
|
|
- (StrOpt) Namespace to load backup strategies from.
|
|
* - ``backup_strategy`` = ``RedisBackup``
|
|
- (StrOpt) Default strategy to perform backups.
|
|
* - ``cluster_support`` = ``True``
|
|
- (BoolOpt) Enable clusters to be created and managed.
|
|
* - ``device_path`` = ``None``
|
|
- (StrOpt) Device path for volume if volume support is enabled.
|
|
* - ``guestagent_strategy`` = ``trove.common.strategies.cluster.experimental.redis.guestagent.RedisGuestAgentStrategy``
|
|
- (StrOpt) Class that implements datastore-specific Guest Agent API logic.
|
|
* - ``mount_point`` = ``/var/lib/redis``
|
|
- (StrOpt) Filesystem path for mounting volumes if volume support is enabled.
|
|
* - ``replication_namespace`` = ``trove.guestagent.strategies.replication.experimental.redis_sync``
|
|
- (StrOpt) Namespace to load replication strategies from.
|
|
* - ``replication_strategy`` = ``RedisSyncReplication``
|
|
- (StrOpt) Default strategy for replication.
|
|
* - ``restore_namespace`` = ``trove.guestagent.strategies.restore.experimental.redis_impl``
|
|
- (StrOpt) Namespace to load restore strategies from.
|
|
* - ``root_controller`` = ``trove.extensions.common.service.DefaultRootController``
|
|
- (StrOpt) Root controller implementation for redis.
|
|
* - ``taskmanager_strategy`` = ``trove.common.strategies.cluster.experimental.redis.taskmanager.RedisTaskManagerStrategy``
|
|
- (StrOpt) Class that implements datastore-specific task manager logic.
|
|
* - ``tcp_ports`` = ``6379, 16379``
|
|
- (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 UDP 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.
|