ad42e4df35
The redis cluster port was missing from the trove sample config files. A fix to trove is proposed here [1]. [1] https://review.openstack.org/#/c/455889 Change-Id: I15268af320dc1734c51a8c17f19335105cd95e8d
42 lines
980 B
Django/Jinja
42 lines
980 B
Django/Jinja
[mysql]
|
|
root_on_create = False
|
|
tcp_ports = 3306
|
|
volume_support = True
|
|
device_path = /dev/vdb
|
|
|
|
# Users to ignore for user create/list/delete operations
|
|
ignore_users = os_admin, root
|
|
ignore_dbs = mysql, information_schema, performance_schema
|
|
|
|
[redis]
|
|
tcp_ports = 6379, 16379
|
|
#redis uses local storage
|
|
volume_support = True
|
|
# default device_path = None
|
|
|
|
[cassandra]
|
|
tcp_ports = 7000, 7001, 9042, 9160
|
|
volume_support = True
|
|
device_path = /dev/vdb
|
|
|
|
[couchbase]
|
|
tcp_ports = 8091, 8092, 4369, 11209-11211, 21100-21199
|
|
volume_support = True
|
|
device_path = /dev/vdb
|
|
|
|
[mongodb]
|
|
tcp_ports = 2500, 27017
|
|
volume_support = True
|
|
device_path = /dev/vdb
|
|
num_config_servers_per_cluster = 1
|
|
num_query_routers_per_cluster = 1
|
|
|
|
[vertica]
|
|
tcp_ports = 5433, 5434, 22, 5444, 5450, 4803
|
|
udp_ports = 5433, 4803, 4804, 6453
|
|
volume_support = True
|
|
device_path = /dev/vdb
|
|
cluster_support = True
|
|
cluster_member_count = 3
|
|
api_strategy = trove.common.strategies.cluster.experimental.vertica.api.VerticaAPIStrategy
|