Files
openstack-manuals/doc/config-reference/source/tables/trove-db_vertica.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

55 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_vertica:
.. list-table:: Description of Vertica database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[vertica]**
-
* - ``api_strategy`` = ``trove.common.strategies.cluster.experimental.vertica.api.VerticaAPIStrategy``
- (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_member_count`` = ``3``
- (IntOpt) Number of members in Vertica cluster.
* - ``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.cluster.experimental.vertica.guestagent.VerticaGuestAgentStrategy``
- (StrOpt) Class that implements datastore-specific Guest Agent API logic.
* - ``mount_point`` = ``/var/lib/vertica``
- (StrOpt) Filesystem path for mounting volumes if volume support is enabled.
* - ``readahead_size`` = ``2048``
- (IntOpt) Size(MB) to be set as readahead_size for data volume
* - ``replication_strategy`` = ``None``
- (StrOpt) Default strategy for replication.
* - ``restore_namespace`` = ``None``
- (StrOpt) Namespace to load restore strategies from.
* - ``root_controller`` = ``trove.extensions.vertica.service.VerticaRootController``
- (StrOpt) Root controller implementation for Vertica.
* - ``taskmanager_strategy`` = ``trove.common.strategies.cluster.experimental.vertica.taskmanager.VerticaTaskManagerStrategy``
- (StrOpt) Class that implements datastore-specific task manager logic.
* - ``tcp_ports`` = ``5433, 5434, 22, 5444, 5450, 4803``
- (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`` = ``5433, 4803, 4804, 6453``
- (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.