-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmit-sample.json
More file actions
46 lines (46 loc) · 873 Bytes
/
submit-sample.json
File metadata and controls
46 lines (46 loc) · 873 Bytes
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
{
"namespace": "deployd",
"service": {
"id": "user-profile"
},
"build_version": 0,
"secret_version": 0,
"env_version": 0,
"raft_config_version": 0,
"raft_config_replica_version": 0,
"target_hosts": [
{
"host": "deployd1",
"raft_config": {
"replica_id": 1,
"wal_dir": "/data",
"node_host_dir": "/data"
}
},
{
"host": "deployd2",
"raft_config": {
"replica_id": 2,
"wal_dir": "/data",
"node_host_dir": "/data"
}
},
{
"host": "deployd3",
"raft_config": {
"replica_id": 3,
"wal_dir": "/data",
"node_host_dir": "/data"
}
}
],
"raft_replica": {
"0": {
"id": "test-replica-v1",
"description": "Test replica",
"type": "test"
}
},
"timeout_seconds": 900,
"is_believe": true
}