blob: 38c84205e3319c72cd69e029eb3fc897d199e7cb [file] [log] [blame]
Jakub Pavlik65f69072016-01-26 10:11:04 +01001 galera:
2 slave:
3 enabled: true
4 name: galeracluster
5 bind:
6 address: 127.0.0.1
7 port: 3306
8 maintenance_password: password
9 admin:
Petr Michalec89c8c3f2017-05-22 17:19:22 +020010 user: root
Jakub Pavlik65f69072016-01-26 10:11:04 +010011 password: password
12 members:
13 - host: 127.0.0.1
14 port: 4567
15 - host: 127.0.0.1
16 port: 4567
17 - host: 127.0.0.1
18 port: 4567
Petr Michalec89c8c3f2017-05-22 17:19:22 +020019 clustercheck:
20 enabled: True
21 user: clustercheck
22 password: password
23 available_when_donor: 1
24 available_when_readonly: 1
25 port: 9200
Dmitry Kalashnikd4e5f472017-08-09 14:28:17 +040026 max_connections: 20000
27 innodb_buffer_pool_size: 3138M
Jakub Pavlik65f69072016-01-26 10:11:04 +010028 mysql:
29 server:
30 users:
31 - name: haproxy
32 host: localhost
33 - name: haproxy
34 host: '%'
35 - name: haproxy
Petr Michalec89c8c3f2017-05-22 17:19:22 +020036 host: 127.0.0.1
37 - name: clustercheck
38 #host: localhost
39 password: password
40 database: '*.*'
41 grants: PROCESS