Atom feed of this document
  
Kilo -  Kilo -  Kilo -  Kilo -  Kilo -  Kilo -  Kilo -  Kilo - 

 Configure the database

Use the options to configure the used databases:

Table 5.22. Description of database configuration options
Configuration option = Default value Description
[DEFAULT]
sql_query_logging = False (BoolOpt) Allow insecure logging while executing queries through SQLAlchemy.
[database]
connection = sqlite:///trove_test.sqlite (StrOpt) SQL Connection.
idle_timeout = 3600 (IntOpt) No help text available for this option.
query_log = False (BoolOpt) No help text available for this option.

Table 5.23. Description of Cassandra database configuration options
Configuration option = Default value Description
[cassandra]
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/cassandra (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.
tcp_ports = 7000, 7001, 9042, 9160 (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.

Table 5.24. Description of Couchbase database configuration options
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_on_create = True (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_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.

Table 5.25. Description of DB2 database configuration options
Configuration option = Default value Description
[db2]
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.
ignore_users = PUBLIC, DB2INST1 (ListOpt) No help text available for this option.
mount_point = /home/db2inst1/db2inst1 (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_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 = 50000 (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.

Table 5.26. Description of MongoDB database configuration options
Configuration option = Default value Description
[mongodb]
api_strategy = trove.common.strategies.cluster.experimental.mongodb.api.MongoDbAPIStrategy (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_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.mongodb.guestagent.MongoDbGuestAgentStrategy (StrOpt) Class that implements datastore-specific Guest Agent API logic.
mount_point = /var/lib/mongodb (StrOpt) Filesystem path for mounting volumes if volume support is enabled.
num_config_servers_per_cluster = 3 (IntOpt) The number of config servers to create per cluster.
num_query_routers_per_cluster = 1 (IntOpt) The number of query routers (mongos) to create per cluster.
replication_strategy = None (StrOpt) Default strategy for replication.
restore_namespace = None (StrOpt) Namespace to load restore strategies from.
taskmanager_strategy = trove.common.strategies.cluster.experimental.mongodb.taskmanager.MongoDbTaskManagerStrategy (StrOpt) Class that implements datastore-specific task manager logic.
tcp_ports = 2500, 27017 (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 UPD 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.

Table 5.27. Description of MySQL database configuration options
Configuration option = Default value Description
[mysql]
backup_incremental_strategy = {'InnoBackupEx': 'InnoBackupExIncremental'} (DictOpt) 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 (StrOpt) Namespace to load backup strategies from.
backup_strategy = InnoBackupEx (StrOpt) Default strategy to perform backups.
device_path = /dev/vdb (StrOpt) Device path for volume if volume support is enabled.
mount_point = /var/lib/mysql (StrOpt) Filesystem path for mounting volumes if volume support is enabled.
replication_namespace = trove.guestagent.strategies.replication.mysql_gtid (StrOpt) Namespace to load replication strategies from.
replication_strategy = MysqlGTIDReplication (StrOpt) Default strategy for replication.
restore_namespace = trove.guestagent.strategies.restore.mysql_impl (StrOpt) Namespace to load restore strategies from.
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 = 3306 (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).
usage_timeout = 400 (IntOpt) Maximum time (in seconds) to wait for a Guest to become active.
volume_support = True (BoolOpt) Whether to provision a Cinder volume for datadir.

Table 5.28. Description of Percona database configuration options
Configuration option = Default value Description
[percona]
backup_incremental_strategy = {'InnoBackupEx': 'InnoBackupExIncremental'} (DictOpt) 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 (StrOpt) Namespace to load backup strategies from.
backup_strategy = InnoBackupEx (StrOpt) Default strategy to perform backups.
device_path = /dev/vdb (StrOpt) Device path for volume if volume support is enabled.
mount_point = /var/lib/mysql (StrOpt) Filesystem path for mounting volumes if volume support is enabled.
replication_namespace = trove.guestagent.strategies.replication.mysql_gtid (StrOpt) Namespace to load replication strategies from.
replication_password = NETOU7897NNLOU (StrOpt) Password for replication slave user.
replication_strategy = MysqlGTIDReplication (StrOpt) Default strategy for replication.
replication_user = slave_user (StrOpt) Userid for replication slave.
restore_namespace = trove.guestagent.strategies.restore.mysql_impl (StrOpt) Namespace to load restore strategies from.
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 = 3306 (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).
usage_timeout = 450 (IntOpt) Maximum time (in seconds) to wait for a Guest to become active.
volume_support = True (BoolOpt) Whether to provision a Cinder volume for datadir.

Table 5.29. Description of PostgreSQL database configuration options
Configuration option = Default value Description
[postgresql]
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.postgresql_impl (StrOpt) Namespace to load backup strategies from.
backup_strategy = PgDump (StrOpt) Default strategy to perform backups.
device_path = /dev/vdb (StrOpt) No help text available for this option.
ignore_dbs = postgres (ListOpt) No help text available for this option.
ignore_users = os_admin, postgres, root (ListOpt) No help text available for this option.
mount_point = /var/lib/postgresql (StrOpt) Filesystem path for mounting volumes if volume support is enabled.
restore_namespace = trove.guestagent.strategies.restore.experimental.postgresql_impl (StrOpt) Namespace to load restore strategies from.
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 = 5432 (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 UPD 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.

Table 5.30. Description of Redis database configuration options
Configuration option = Default value Description
[redis]
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 = None (StrOpt) Device path for volume if volume support is enabled.
mount_point = /var/lib/redis (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.
tcp_ports = 6379 (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 = False (BoolOpt) Whether to provision a Cinder volume for datadir.

Table 5.31. Description of Vertica database configuration options
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.
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.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...