]> git.proxmox.com Git - pve-firewall.git/blame - test/corosync.conf
bump version to 4.2-4
[pve-firewall.git] / test / corosync.conf
CommitLineData
6f6a6b3f
SR
1logging {
2 debug: off
3 to_syslog: yes
4}
5
6nodelist {
7 node {
8 name: prox1
9 nodeid: 1
10 quorum_votes: 1
11 ring0_addr: 172.16.1.11
12 ring1_addr: 172.16.2.11
13 ring2_addr: hostname1
14 }
15 node {
16 name: prox2
17 nodeid: 1
18 quorum_votes: 1
19 ring0_addr: 172.16.1.12
20 ring1_addr: 172.16.2.12
21 ring2_addr: hostname2
22 }
23 node {
24 name: prox3
25 nodeid: 1
26 quorum_votes: 1
27 ring0_addr: 172.16.1.3
28 ring1_addr: 172.16.2.3
29 ring2_addr: hostname3
30 }
31 node {
32 name: proxself
33 nodeid: 1
34 quorum_votes: 1
35 ring0_addr: 172.16.1.2
36 ring1_addr: 172.16.2.2
37 ring2_addr: proxself
38 }
39}
40
41quorum {
42 provider: corosync_votequorum
43}
44
45totem {
46 cluster_name: cloud
47 config_version: 1
48 ip_version: ipv4
49 secauth: on
eacd4748 50 transport: udp
6f6a6b3f
SR
51 version: 2
52}
53