-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdemo-cluster.json
More file actions
66 lines (66 loc) · 1.33 KB
/
demo-cluster.json
File metadata and controls
66 lines (66 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"json_version": "1.0",
"cluster_name": "eqn-t9da",
"log_level": "debug",
"update_date": "2024-07-29 13:26:29GMT",
"pgedge": {
"pg_version": 16,
"auto_start": "off",
"spock": {
"spock_version": "4.0",
"auto_ddl": "off"
},
"databases": [
{
"db_name": "demo",
"db_user": "admin",
"db_password": ""
}
]
},
"backrest": {
"stanza": "demo_stanza",
"repo1-path": "/var/lib/pgbackrest",
"repo1-retention-full": "7",
"log-level-console": "info",
"repo1-cipher-type": "aes-256-cbc"
},
"node_groups": [
{
"ssh": {
"os_user": "test",
"private_key": ""
},
"name": "n1",
"is_active": "on",
"public_ip": "localhost",
"private_ip": "127.0.0.1",
"port": "5432",
"path": "/home/test/eqn-t9da/n1"
},
{
"ssh": {
"os_user": "test",
"private_key": ""
},
"name": "n2",
"is_active": "on",
"public_ip": "n2",
"private_ip": "",
"port": "5432",
"path": "/home/test/eqn-t9da/n2"
},
{
"ssh": {
"os_user": "test",
"private_key": ""
},
"name": "n3",
"is_active": "on",
"public_ip": "n3",
"private_ip": "",
"port": "5432",
"path": "/home/test/eqn-t9da/n3"
}
]
}