-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmainnet.yml
52 lines (44 loc) · 1.98 KB
/
mainnet.yml
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
---
# This is data for infra-role-dist-validators.
nodes_layout:
# AWS --------------------------------------------------------------
'bootstrap-01.aws-eu-central-1a.nimbus.mainnet':
- { branch: 'stable', history: 'archive' }
'bootstrap-02.aws-eu-central-1a.nimbus.mainnet':
- { branch: 'stable', history: 'archive' }
# Innova Hosting ---------------------------------------------------
'nel-01.ih-eu-mda1.nimbus.mainnet':
- { branch: 'stable', el: 'nel' }
- { branch: 'testing' }
- { branch: 'unstable', el: 'nel' }
- { branch: 'libp2p' }
'nel-02.ih-eu-mda1.nimbus.mainnet':
- { branch: 'stable', el: 'nel' }
- { branch: 'testing', }
- { branch: 'unstable', el: 'nel' }
- { branch: 'libp2p' }
'nel-03.ih-eu-mda1.nimbus.mainnet':
- { branch: 'stable', el: 'nel' }
- { branch: 'testing' }
- { branch: 'unstable', el: 'nel' }
- { branch: 'libp2p' }
'erigon-01.ih-eu-mda1.nimbus.mainnet':
- { branch: 'stable', el: 'erigon' }
- { branch: 'testing' }
- { branch: 'unstable', el: 'erigon' }
- { branch: 'libp2p' }
'erigon-02.ih-eu-mda1.nimbus.mainnet':
- { branch: 'stable', el: 'erigon' }
- { branch: 'testing' }
- { branch: 'unstable', el: 'erigon' }
- { branch: 'libp2p' }
'geth-01.ih-eu-mda1.nimbus.mainnet':
- { branch: 'stable', el: 'geth', max_peers: 10000 }
- { branch: 'testing' }
- { branch: 'unstable', el: 'geth', public_api: true }
- { branch: 'libp2p' }
'geth-02.ih-eu-mda1.nimbus.mainnet':
- { branch: 'stable' }
- { branch: 'testing', el: 'geth', public_api: true } # we need one testing node with EL for public_api
- { branch: 'unstable', el: 'geth' }
- { branch: 'libp2p' }