
Whitespace in section names have been deprecated since 2.2 and will be rejected in 2.4. Consequently, the configuration files of the system tests must be updated.
65 lines
1.0 KiB
Plaintext
65 lines
1.0 KiB
Plaintext
[maxscale]
|
|
threads=###threads###
|
|
log_warning=1
|
|
|
|
[MySQL-Monitor]
|
|
type=monitor
|
|
module=mysqlmon
|
|
servers= server1,server2,server3,server4
|
|
user=maxskysql
|
|
password= skysql
|
|
|
|
[CLI]
|
|
type=service
|
|
router=cli
|
|
|
|
[CLI-Listener]
|
|
type=listener
|
|
service=CLI
|
|
protocol=maxscaled
|
|
socket=default
|
|
|
|
[RW-Split-Router]
|
|
type=service
|
|
router= readwritesplit
|
|
servers=server1,server2,server3,server4
|
|
user=maxskysql
|
|
password=skysql
|
|
slave_selection_criteria=LEAST_ROUTER_CONNECTIONS
|
|
|
|
[RW-Split-Listener]
|
|
type=listener
|
|
service=RW-Split-Router
|
|
protocol=MySQLClient
|
|
port=4006
|
|
|
|
[server1]
|
|
type=server
|
|
address=###node_server_IP_1###
|
|
port=###node_server_port_1###
|
|
protocol=MySQLBackend
|
|
|
|
[server2]
|
|
type=server
|
|
address=###node_server_IP_2###
|
|
port=###node_server_port_2###
|
|
protocol=MySQLBackend
|
|
|
|
[server3]
|
|
type=server
|
|
address=###node_server_IP_3###
|
|
port=###node_server_port_3###
|
|
protocol=MySQLBackend
|
|
|
|
[server4]
|
|
type=server
|
|
address=###node_server_IP_4###
|
|
port=###node_server_port_4###
|
|
protocol=MySQLBackend
|
|
|
|
[server5]
|
|
type=server
|
|
address=127.0.0.1
|
|
port=3005
|
|
protocol=MySQLBackend
|