Configure the database

Configure the database

Use the options to configure the used databases:

Description of database configuration options
Configuration option = Default value Description
[DEFAULT]  
sql_query_logging = False (Boolean) Allow insecure logging while executing queries through SQLAlchemy.
[database]  
backend = sqlalchemy (String) The back end to use for the database.
connection = sqlite:///trove_test.sqlite (String) SQL Connection.
connection_debug = 0 (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
connection_trace = False (Boolean) Add Python stack traces to SQL as comment strings.
db_inc_retry_interval = True (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
db_max_retries = 20 (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
db_max_retry_interval = 10 (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
db_retry_interval = 1 (Integer) Seconds between retries of a database transaction.
idle_timeout = 3600 (Integer) No help text available for this option.
max_overflow = None (Integer) If set, use this value for max_overflow with SQLAlchemy.
max_pool_size = None (Integer) Maximum number of SQL connections to keep open in a pool.
max_retries = 10 (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
min_pool_size = 1 (Integer) Minimum number of SQL connections to keep open in a pool.
mysql_sql_mode = TRADITIONAL (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
pool_timeout = None (Integer) If set, use this value for pool_timeout with SQLAlchemy.
query_log = False (Boolean) DEPRECATED: No help text available for this option.
retry_interval = 10 (Integer) Interval between retries of opening a SQL connection.
slave_connection = None (String) The SQLAlchemy connection string to use to connect to the slave database.
sqlite_db = oslo.sqlite (String) The file name to use with SQLite.
sqlite_synchronous = True (Boolean) If True, SQLite uses synchronous mode.
use_db_reconnect = False (Boolean) Enable the experimental use of database reconnect on connection lost.
Description of Cassandra database configuration options
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.
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.cassandra.guestagent.CassandraGuestAgentStrategy (String) Class that implements datastore-specific Guest Agent API logic.
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.
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.
Description of Couchbase database configuration options
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.
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.
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.
Description of db_couchdb configuration options
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.
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.
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).
Description of DB2 database configuration options
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 = DB2Backup (String) Default strategy to perform backups.
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.
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.
Description of MariaDB database configuration options
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 = {'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.
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) The time in milliseconds that a statement must take in in order to be logged in the slow_query log.
guestagent_strategy = trove.common.strategies.cluster.experimental.galera_common.guestagent.GaleraCommonGuestAgentStrategy (String) Class that implements datastore-specific Guest Agent API logic.
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.mysql_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.
Description of MongoDB database configuration options
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.
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.
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.
Description of MySQL database configuration options
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.
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) The time in milliseconds that a statement must take in in order to be logged in the slow_query log.
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.
Description of Percona XtraDB Cluster database configuration options
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.
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) The time in milliseconds that a statement must take in in order to be logged in the slow_query log.
guestagent_strategy = trove.common.strategies.cluster.experimental.galera_common.guestagent.GaleraCommonGuestAgentStrategy (String) Class that implements datastore-specific Guest Agent API logic.
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.
Description of Percona database configuration options
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.
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) The time in milliseconds that a statement must take in in order to be logged in the slow_query log.
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.
Description of PostgreSQL database configuration options
Configuration option = Default value Description
[postgresql]  
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.postgresql_impl (String) Namespace to load backup strategies from.
backup_strategy = PgDump (String) Default strategy to perform backups.
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) 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.
ignore_dbs = 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.
restore_namespace = trove.guestagent.strategies.restore.experimental.postgresql_impl (String) Namespace to load restore strategies from.
root_controller = trove.extensions.common.service.DefaultRootController (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.
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.
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.
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.
Description of Vertica database configuration options
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.
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.
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.
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.