blob: b0c12cc98f76c52a9bb356250cf8ee4e5c68af6b [file] [log] [blame]
Jakub Pavlik65f69072016-01-26 10:11:04 +01001 galera:
2 master:
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
Jakub Pavlik65f69072016-01-26 10:11:04 +010026 mysql:
27 server:
Petr Michalecc721ed02017-08-04 12:08:08 +020028 database:
29 mydb:
30 encoding: 'utf8'
Jakub Pavlik65f69072016-01-26 10:11:04 +010031 users:
32 - name: haproxy
33 host: localhost
34 - name: haproxy
35 host: '%'
36 - name: haproxy
Martin Polreich8933a6c2017-04-11 14:55:08 +020037 host: 127.0.0.1
Petr Michalecbca6ffa2017-05-22 13:10:20 +020038 - name: clustercheck
39 #host: localhost
Petr Michalec89c8c3f2017-05-22 17:19:22 +020040 password: password
Petr Michalecbca6ffa2017-05-22 13:10:20 +020041 database: '*.*'
42 grants: PROCESS
Petr Michalecbca6ffa2017-05-22 13:10:20 +020043 - name: inspector
44 host: 127.0.0.1
45 password: password
46 databases:
Petr Michalec89c8c3f2017-05-22 17:19:22 +020047 - database: mydb
48 table: mytable
49 grant_option: True
50 grants:
51 - all privileges