Use the options to configure the used databases:
Configuration option = Default value | Description |
---|---|
[cassandra] | |
api_strategy = trove.common.strategies.cluster.experimental.cassandra.api.CassandraAPIStrategy |
(String) Class that implements datastore-specific API logic. |
backup_incremental_strategy = {} |
(Dict) Incremental strategy based on the default backup strategy. For strategies that do not implement incremental backups, the runner performs full backup instead. |
backup_namespace = trove.guestagent.strategies.backup.experimental.cassandra_impl |
(String) Namespace to load backup strategies from. |
backup_strategy = NodetoolSnapshot |
(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 = system |
(String) List of Guest Logs to expose for publishing. |
guestagent_strategy = trove.common.strategies.cluster.experimental.cassandra.guestagent.CassandraGuestAgentStrategy |
(String) Class that implements datastore-specific Guest Agent API logic. |
icmp = False |
(Boolean) Whether to permit ICMP. |
ignore_dbs = system, system_auth, system_traces |
(List) Databases to exclude when listing databases. |
ignore_users = os_admin |
(List) Users to exclude when listing users. |
mount_point = /var/lib/cassandra |
(String) Filesystem path for mounting volumes if volume support is enabled. |
replication_strategy = None |
(String) Default strategy for replication. |
restore_namespace = trove.guestagent.strategies.restore.experimental.cassandra_impl |
(String) Namespace to load restore strategies from. |
root_controller = trove.extensions.cassandra.service.CassandraRootController |
(String) Root controller implementation for Cassandra. |
system_log_level = INFO |
(String) Cassandra log verbosity. |
taskmanager_strategy = trove.common.strategies.cluster.experimental.cassandra.taskmanager.CassandraTaskManagerStrategy |
(String) Class that implements datastore-specific task manager logic. |
tcp_ports = 7000, 7001, 7199, 9042, 9160 |
(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. |
Configuration option = Default value | Description |
---|---|
[couchbase] | |
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.couchbase_impl |
(String) Namespace to load backup strategies from. |
backup_strategy = CbBackup |
(String) Default strategy to perform backups. |
default_password_length = 24 |
(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. |
icmp = False |
(Boolean) Whether to permit ICMP. |
mount_point = /var/lib/couchbase |
(String) Filesystem path for mounting volumes if volume support is enabled. |
replication_strategy = None |
(String) Default strategy for replication. |
restore_namespace = trove.guestagent.strategies.restore.experimental.couchbase_impl |
(String) Namespace to load restore strategies from. |
root_controller = trove.extensions.common.service.DefaultRootController |
(String) Root controller implementation for couchbase. |
root_on_create = False |
(Boolean) 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 |
(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. |
[couchdb] | |
volume_support = True |
(Boolean) Whether to provision a Cinder volume for datadir. |
Configuration option = Default value | Description |
---|---|
[couchdb] | |
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.couchdb_impl |
(String) Namespace to load backup strategies from. |
backup_strategy = CouchDBBackup |
(String) Default strategy to perform backups. |
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. |
icmp = False |
(Boolean) Whether to permit ICMP. |
ignore_dbs = _users, _replicator |
(List) Databases to exclude when listing databases. |
ignore_users = os_admin, root |
(List) Users to exclude when listing users. |
mount_point = /var/lib/couchdb |
(String) Filesystem path for mounting volumes if volume support is enabled. |
replication_strategy = None |
(String) Default strategy for replication. |
restore_namespace = trove.guestagent.strategies.restore.experimental.couchdb_impl |
(String) Namespace to load restore strategies from. |
root_controller = trove.extensions.common.service.DefaultRootController |
(String) Root controller implementation for couchdb. |
root_on_create = False |
(Boolean) 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 |
(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). |
Configuration option = Default value | Description |
---|---|
[db2] | |
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.db2_impl |
(String) Namespace to load backup strategies from. |
backup_strategy = DB2OfflineBackup |
(String) Default strategy to perform backups. |
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. |
icmp = False |
(Boolean) Whether to permit ICMP. |
ignore_users = PUBLIC, DB2INST1 |
(List) No help text available for this option. |
mount_point = /home/db2inst1/db2inst1 |
(String) Filesystem path for mounting volumes if volume support is enabled. |
replication_strategy = None |
(String) Default strategy for replication. |
restore_namespace = trove.guestagent.strategies.restore.experimental.db2_impl |
(String) Namespace to load restore strategies from. |
root_controller = trove.extensions.common.service.DefaultRootController |
(String) Root controller implementation for db2. |
root_on_create = False |
(Boolean) 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 = 50000 |
(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. |
Configuration option = Default value | Description |
---|---|
[mariadb] | |
api_strategy = trove.common.strategies.cluster.experimental.galera_common.api.GaleraCommonAPIStrategy |
(String) Class that implements datastore-specific API logic. |
backup_incremental_strategy = {'MariaDBInnoBackupEx': 'MariaDBInnoBackupExIncremental'} |
(Dict) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental backup, the runner will use the default full backup. |
backup_namespace = trove.guestagent.strategies.backup.experimental.mariadb_impl |
(String) Namespace to load backup strategies from. |
backup_strategy = MariaDBInnoBackupEx |
(String) Default strategy to perform backups. |
cluster_support = True |
(Boolean) Enable clusters to be created and managed. |
default_password_length = ${mysql.default_password_length} |
(Integer) Character length of generated passwords. |
device_path = /dev/vdb |
(String) Device path for volume if volume support is enabled. |
guest_log_exposed_logs = general,slow_query |
(String) List of Guest Logs to expose for publishing. |
guest_log_long_query_time = 1000 |
(Integer) DEPRECATED: The time in milliseconds that a statement must take in in order to be logged in the slow_query log. Will be replaced by a configuration group option: long_query_time |
guestagent_strategy = trove.common.strategies.cluster.experimental.galera_common.guestagent.GaleraCommonGuestAgentStrategy |
(String) Class that implements datastore-specific Guest Agent API logic. |
icmp = False |
(Boolean) Whether to permit ICMP. |
ignore_dbs = mysql, information_schema, performance_schema |
(List) Databases to exclude when listing databases. |
ignore_users = os_admin, root |
(List) Users to exclude when listing users. |
min_cluster_member_count = 3 |
(Integer) Minimum number of members in MariaDB cluster. |
mount_point = /var/lib/mysql |
(String) Filesystem path for mounting volumes if volume support is enabled. |
replication_namespace = trove.guestagent.strategies.replication.experimental.mariadb_gtid |
(String) Namespace to load replication strategies from. |
replication_strategy = MariaDBGTIDReplication |
(String) Default strategy for replication. |
restore_namespace = trove.guestagent.strategies.restore.experimental.mariadb_impl |
(String) Namespace to load restore strategies from. |
root_controller = trove.extensions.common.service.DefaultRootController |
(String) Root controller implementation for mysql. |
root_on_create = False |
(Boolean) 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. |
taskmanager_strategy = trove.common.strategies.cluster.experimental.galera_common.taskmanager.GaleraCommonTaskManagerStrategy |
(String) Class that implements datastore-specific task manager logic. |
tcp_ports = 3306, 4444, 4567, 4568 |
(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). |
usage_timeout = 400 |
(Integer) Maximum time (in seconds) to wait for a Guest to become active. |
volume_support = True |
(Boolean) Whether to provision a Cinder volume for datadir. |
Configuration option = Default value | Description |
---|---|
[mongodb] | |
add_members_timeout = 300 |
(Integer) Maximum time to wait (in seconds) for a replica set initialization process to complete. |
api_strategy = trove.common.strategies.cluster.experimental.mongodb.api.MongoDbAPIStrategy |
(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.mongo_impl |
(String) Namespace to load backup strategies from. |
backup_strategy = MongoDump |
(String) Default strategy to perform backups. |
cluster_secure = True |
(Boolean) Create secure clusters. If False then the Role-Based Access Control will be disabled. |
cluster_support = True |
(Boolean) Enable clusters to be created and managed. |
configsvr_port = 27019 |
(Port number) Port for instances running as config servers. |
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.mongodb.guestagent.MongoDbGuestAgentStrategy |
(String) Class that implements datastore-specific Guest Agent API logic. |
icmp = False |
(Boolean) Whether to permit ICMP. |
ignore_dbs = admin, local, config |
(List) Databases to exclude when listing databases. |
ignore_users = admin.os_admin, admin.root |
(List) Users to exclude when listing users. |
mongodb_port = 27017 |
(Port number) Port for mongod and mongos instances. |
mount_point = /var/lib/mongodb |
(String) Filesystem path for mounting volumes if volume support is enabled. |
num_config_servers_per_cluster = 3 |
(Integer) The number of config servers to create per cluster. |
num_query_routers_per_cluster = 1 |
(Integer) The number of query routers (mongos) to create per cluster. |
replication_strategy = None |
(String) Default strategy for replication. |
restore_namespace = trove.guestagent.strategies.restore.experimental.mongo_impl |
(String) Namespace to load restore strategies from. |
root_controller = trove.extensions.mongodb.service.MongoDBRootController |
(String) Root controller implementation for mongodb. |
taskmanager_strategy = trove.common.strategies.cluster.experimental.mongodb.taskmanager.MongoDbTaskManagerStrategy |
(String) Class that implements datastore-specific task manager logic. |
tcp_ports = 2500, 27017, 27019 |
(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. |
Configuration option = Default value | Description |
---|---|
[mysql] | |
backup_incremental_strategy = {'InnoBackupEx': 'InnoBackupExIncremental'} |
(Dict) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental backup, the runner will use the default full backup. |
backup_namespace = trove.guestagent.strategies.backup.mysql_impl |
(String) Namespace to load backup strategies from. |
backup_strategy = InnoBackupEx |
(String) Default strategy to perform backups. |
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 = general,slow_query |
(String) List of Guest Logs to expose for publishing. |
guest_log_long_query_time = 1000 |
(Integer) DEPRECATED: The time in milliseconds that a statement must take in in order to be logged in the slow_query log. Will be replaced by a configuration group option: long_query_time |
icmp = False |
(Boolean) Whether to permit ICMP. |
ignore_dbs = mysql, information_schema, performance_schema |
(List) Databases to exclude when listing databases. |
ignore_users = os_admin, root |
(List) Users to exclude when listing users. |
mount_point = /var/lib/mysql |
(String) Filesystem path for mounting volumes if volume support is enabled. |
replication_namespace = trove.guestagent.strategies.replication.mysql_gtid |
(String) Namespace to load replication strategies from. |
replication_strategy = MysqlGTIDReplication |
(String) Default strategy for replication. |
restore_namespace = trove.guestagent.strategies.restore.mysql_impl |
(String) Namespace to load restore strategies from. |
root_controller = trove.extensions.mysql.service.MySQLRootController |
(String) Root controller implementation for mysql. |
root_on_create = False |
(Boolean) 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 = 3306 |
(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). |
usage_timeout = 400 |
(Integer) Maximum time (in seconds) to wait for a Guest to become active. |
volume_support = True |
(Boolean) Whether to provision a Cinder volume for datadir. |
Configuration option = Default value | Description |
---|---|
[pxc] | |
api_strategy = trove.common.strategies.cluster.experimental.galera_common.api.GaleraCommonAPIStrategy |
(String) Class that implements datastore-specific API logic. |
backup_incremental_strategy = {'InnoBackupEx': 'InnoBackupExIncremental'} |
(Dict) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental backup, the runner will use the default full backup. |
backup_namespace = trove.guestagent.strategies.backup.mysql_impl |
(String) Namespace to load backup strategies from. |
backup_strategy = InnoBackupEx |
(String) Default strategy to perform backups. |
cluster_support = True |
(Boolean) Enable clusters to be created and managed. |
default_password_length = ${mysql.default_password_length} |
(Integer) Character length of generated passwords. |
device_path = /dev/vdb |
(String) Device path for volume if volume support is enabled. |
guest_log_exposed_logs = general,slow_query |
(String) List of Guest Logs to expose for publishing. |
guest_log_long_query_time = 1000 |
(Integer) DEPRECATED: The time in milliseconds that a statement must take in in order to be logged in the slow_query log. Will be replaced by a configuration group option: long_query_time |
guestagent_strategy = trove.common.strategies.cluster.experimental.galera_common.guestagent.GaleraCommonGuestAgentStrategy |
(String) Class that implements datastore-specific Guest Agent API logic. |
icmp = False |
(Boolean) Whether to permit ICMP. |
ignore_dbs = mysql, information_schema, performance_schema |
(List) Databases to exclude when listing databases. |
ignore_users = os_admin, root, clusterrepuser |
(List) Users to exclude when listing users. |
min_cluster_member_count = 3 |
(Integer) Minimum number of members in PXC cluster. |
mount_point = /var/lib/mysql |
(String) Filesystem path for mounting volumes if volume support is enabled. |
replication_namespace = trove.guestagent.strategies.replication.mysql_gtid |
(String) Namespace to load replication strategies from. |
replication_strategy = MysqlGTIDReplication |
(String) Default strategy for replication. |
replication_user = slave_user |
(String) Userid for replication slave. |
restore_namespace = trove.guestagent.strategies.restore.mysql_impl |
(String) Namespace to load restore strategies from. |
root_controller = trove.extensions.pxc.service.PxcRootController |
(String) Root controller implementation for pxc. |
root_on_create = False |
(Boolean) 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. |
taskmanager_strategy = trove.common.strategies.cluster.experimental.galera_common.taskmanager.GaleraCommonTaskManagerStrategy |
(String) Class that implements datastore-specific task manager logic. |
tcp_ports = 3306, 4444, 4567, 4568 |
(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). |
usage_timeout = 450 |
(Integer) Maximum time (in seconds) to wait for a Guest to become active. |
volume_support = True |
(Boolean) Whether to provision a Cinder volume for datadir. |
Configuration option = Default value | Description |
---|---|
[percona] | |
backup_incremental_strategy = {'InnoBackupEx': 'InnoBackupExIncremental'} |
(Dict) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental backup, the runner will use the default full backup. |
backup_namespace = trove.guestagent.strategies.backup.mysql_impl |
(String) Namespace to load backup strategies from. |
backup_strategy = InnoBackupEx |
(String) Default strategy to perform backups. |
default_password_length = ${mysql.default_password_length} |
(Integer) Character length of generated passwords. |
device_path = /dev/vdb |
(String) Device path for volume if volume support is enabled. |
guest_log_exposed_logs = general,slow_query |
(String) List of Guest Logs to expose for publishing. |
guest_log_long_query_time = 1000 |
(Integer) DEPRECATED: The time in milliseconds that a statement must take in in order to be logged in the slow_query log. Will be replaced by a configuration group option: long_query_time |
icmp = False |
(Boolean) Whether to permit ICMP. |
ignore_dbs = mysql, information_schema, performance_schema |
(List) Databases to exclude when listing databases. |
ignore_users = os_admin, root |
(List) Users to exclude when listing users. |
mount_point = /var/lib/mysql |
(String) Filesystem path for mounting volumes if volume support is enabled. |
replication_namespace = trove.guestagent.strategies.replication.mysql_gtid |
(String) Namespace to load replication strategies from. |
replication_password = NETOU7897NNLOU |
(String) Password for replication slave user. |
replication_strategy = MysqlGTIDReplication |
(String) Default strategy for replication. |
replication_user = slave_user |
(String) Userid for replication slave. |
restore_namespace = trove.guestagent.strategies.restore.mysql_impl |
(String) Namespace to load restore strategies from. |
root_controller = trove.extensions.common.service.DefaultRootController |
(String) Root controller implementation for percona. |
root_on_create = False |
(Boolean) 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 = 3306 |
(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). |
usage_timeout = 450 |
(Integer) Maximum time (in seconds) to wait for a Guest to become active. |
volume_support = True |
(Boolean) Whether to provision a Cinder volume for datadir. |
Configuration option = Default value | Description |
---|---|
[postgresql] | |
backup_incremental_strategy = {'PgBaseBackup': 'PgBaseBackupIncremental'} |
(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.postgresql_impl |
(String) Namespace to load backup strategies from. |
backup_strategy = PgBaseBackup |
(String) Default strategy to perform backups. |
default_password_length = 36 |
(Integer) Character length of generated passwords. |
device_path = /dev/vdb |
(String) No help text available for this option. |
guest_log_exposed_logs = general |
(String) List of Guest Logs to expose for publishing. |
guest_log_long_query_time = 0 |
(Integer) DEPRECATED: The time in milliseconds that a statement must take in in order to be logged in the ‘general’ log. A value of ‘0’ logs all statements, while ‘-1’ turns off statement logging. Will be replaced by configuration group option: log_min_duration_statement |
icmp = False |
(Boolean) Whether to permit ICMP. |
ignore_dbs = os_admin, postgres |
(List) No help text available for this option. |
ignore_users = os_admin, postgres, root |
(List) No help text available for this option. |
mount_point = /var/lib/postgresql |
(String) Filesystem path for mounting volumes if volume support is enabled. |
postgresql_port = 5432 |
(Port number) The TCP port the server listens on. |
replication_namespace = trove.guestagent.strategies.replication.experimental.postgresql_impl |
(String) Namespace to load replication strategies from. |
replication_strategy = PostgresqlReplicationStreaming |
(String) Default strategy for replication. |
restore_namespace = trove.guestagent.strategies.restore.experimental.postgresql_impl |
(String) Namespace to load restore strategies from. |
root_controller = trove.extensions.postgresql.service.PostgreSQLRootController |
(String) Root controller implementation for postgresql. |
root_on_create = False |
(Boolean) 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 = 5432 |
(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. |
wal_archive_location = /mnt/wal_archive |
(String) Filesystem path storing WAL archive files when WAL-shipping based backups or replication is enabled. |
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. |
Configuration option = Default value | Description |
---|---|
[vertica] | |
api_strategy = trove.common.strategies.cluster.experimental.vertica.api.VerticaAPIStrategy |
(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 = None |
(String) Namespace to load backup strategies from. |
backup_strategy = None |
(String) Default strategy to perform backups. |
cluster_member_count = 3 |
(Integer) Number of members in Vertica cluster. |
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.vertica.guestagent.VerticaGuestAgentStrategy |
(String) Class that implements datastore-specific Guest Agent API logic. |
icmp = False |
(Boolean) Whether to permit ICMP. |
min_ksafety = 0 |
(Integer) Minimum k-safety setting permitted for vertica clusters |
mount_point = /var/lib/vertica |
(String) Filesystem path for mounting volumes if volume support is enabled. |
readahead_size = 2048 |
(Integer) Size(MB) to be set as readahead_size for data volume |
replication_strategy = None |
(String) Default strategy for replication. |
restore_namespace = None |
(String) Namespace to load restore strategies from. |
root_controller = trove.extensions.vertica.service.VerticaRootController |
(String) Root controller implementation for Vertica. |
taskmanager_strategy = trove.common.strategies.cluster.experimental.vertica.taskmanager.VerticaTaskManagerStrategy |
(String) Class that implements datastore-specific task manager logic. |
tcp_ports = 5433, 5434, 22, 5444, 5450, 4803 |
(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 = 5433, 4803, 4804, 6453 |
(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. |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.