ce094c144b
Change-Id: If4e4b6fccb77092ef5939100960ebf278f0e5bf9
4.2 KiB
4.2 KiB
Configuration option = Default value | Description |
---|---|
[couchbase] | |
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.couchbase_impl |
(StrOpt) Namespace to load backup strategies from. |
backup_strategy = CbBackup |
(StrOpt) Default strategy to perform backups. |
device_path = /dev/vdb |
(StrOpt) Device path for volume if volume support is enabled. |
mount_point = /var/lib/couchbase |
(StrOpt) Filesystem path for mounting volumes if volume support is enabled. |
replication_strategy = None |
(StrOpt) Default strategy for replication. |
restore_namespace =
trove.guestagent.strategies.restore.experimental.couchbase_impl |
(StrOpt) Namespace to load restore strategies from. |
root_controller =
trove.extensions.common.service.DefaultRootController |
(StrOpt) Root controller implementation for couchbase. |
root_on_create = False |
(BoolOpt) Enable the automatic creation of the root user for the service during instance-create. The generated password for the root user is immediately returned in the response of instance-create as the 'password' field. |
tcp_ports =
8091, 8092, 4369, 11209-11211, 21100-21199 |
(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. |
[couchdb] | |
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. |
device_path = /dev/vdb |
(StrOpt) Device path for volume if volume support is enabled. |
mount_point = /var/lib/couchdb |
(StrOpt) Filesystem path for mounting volumes if volume support is enabled. |
replication_strategy = None |
(StrOpt) Default strategy for replication. |
restore_namespace = None |
(StrOpt) Namespace to load restore strategies from. |
root_controller =
trove.extensions.common.service.DefaultRootController |
(StrOpt) Root controller implementation for couchdb. |
root_on_create = False |
(BoolOpt) Enable the automatic creation of the root user for the service during instance-create. The generated password for the root user is immediately returned in the response of instance-create as the "password" field. |
tcp_ports = 5984 |
(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. |