-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy patheuclid.json
91 lines (91 loc) · 1.98 KB
/
euclid.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"github_token": "",
"version": "0.14.0",
"tessellation_version": "2.8.0",
"ref_type": "tag",
"project_name": "custom-project",
"framework": {
"name": "currency",
"modules": [
"data"
],
"version": "v2.8.0",
"ref_type": "tag"
},
"layers": [
"global-l0",
"metagraph-l0",
"currency-l1",
"data-l1"
],
"nodes": [
{
"name": "metagraph-node-1",
"key_file": {
"name": "token-key.p12",
"alias": "token-key",
"password": "password"
}
},
{
"name": "metagraph-node-2",
"key_file": {
"name": "token-key-1.p12",
"alias": "token-key-1",
"password": "password"
}
},
{
"name": "metagraph-node-3",
"key_file": {
"name": "token-key-2.p12",
"alias": "token-key-2",
"password": "password"
}
}
],
"docker": {
"start_grafana_container": false
},
"snapshot_fees": {
"owner": {
"key_file": {
"name": "token-key.p12",
"alias": "token-key",
"password": "password"
}
},
"staking": {
"key_file": {
"name": "token-key-1.p12",
"alias": "token-key-1",
"password": "password"
}
}
},
"deploy": {
"network": {
"name": "integrationnet|mainnet",
"gl0_node": {
"ip": ":gl0_node_ip",
"id": ":gl0_node_id",
"public_port": ":gl0_node_public_port"
}
},
"ansible": {
"hosts": "infra/ansible/remote/hosts.ansible.yml",
"nodes": {
"playbooks": {
"deploy": "infra/ansible/remote/nodes/playbooks/deploy/deploy.ansible.yml",
"start": "infra/ansible/remote/nodes/playbooks/start/start.ansible.yml"
}
},
"monitoring": {
"playbooks": {
"deploy": "infra/ansible/remote/monitoring/playbooks/deploy/deploy.ansible.yml",
"start": "infra/ansible/remote/monitoring/playbooks/start/start.ansible.yml"
}
}
}
}
}