-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivateer.json
72 lines (72 loc) · 1.9 KB
/
privateer.json
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
67
68
69
70
71
72
{
"servers": [
{
"name": "annex",
"hostname": "annex.montagu.dide.ic.ac.uk",
"port": 10022,
"key_volume": "privateer_montagu_keys",
"data_volume": "privateer_montagu_data",
"container": "privateer_montagu_server"
},
{
"name": "annex2",
"hostname": "annex2.montagu.dide.ic.ac.uk",
"port": 10022,
"key_volume": "privateer_montagu_keys",
"data_volume": "privateer_montagu_data",
"container": "privateer_montagu_server"
}
],
"clients": [
{
"name": "production",
"backup": ["montagu_orderly_volume", "montagu_db_volume"],
"schedule": {
"port": 8080,
"jobs": [
{
"server": "annex2",
"volume": "montagu_orderly_volume",
"schedule": "@daily"
}
]
}
},
{
"name": "production2",
"backup": ["montagu_orderly_volume", "montagu_db_volume"],
"schedule": {
"port": 8080,
"jobs": [
{
"server": "annex2",
"volume": "montagu_orderly_volume",
"schedule": "@daily"
}
]
}
},
{
"name": "science"
},
{
"name": "uat"
}
],
"volumes": [
{
"name": "montagu_orderly_volume"
},
{
"name": "montagu_db_volume"
},
{
"name": "barman_recover",
"local": true
}
],
"vault": {
"url": "https://vault.dide.ic.ac.uk:8200",
"prefix": "/secret/vimc/privateer"
}
}