forked from ethpandaops/perf-devnets
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinventory.ini
More file actions
84 lines (63 loc) · 1.75 KB
/
inventory.ini
File metadata and controls
84 lines (63 loc) · 1.75 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
localhost
[all:vars]
ethereum_network_name=perf-devnet-0
# rpc France resizing
[bootnode]
bootnode-1 ansible_host=141.94.98.35 ipv6=2001:41d0:303:fc23:: cloud=ovh cloud_region=gra2 bootstrap_user=debian
# Australia
#[lighthouse_nethermind]
#lighthouse-nethermind-1 ansible_host=TODO ipv6=TODO cloud=ovh cloud_region=syd1 validator_start=0 validator_end=100 bootstrap_user=debian
# Singapore resizing
[lighthouse_reth]
lodestar-reth-1 ansible_host=51.79.163.221 ipv6=2402:1f00:8001:add:: cloud=ovh cloud_region=sgp1 validator_start=100 validator_end=200 bootstrap_user=debian
#Germany resizing
[nimbus_besu]
nimbus-besu-1 ansible_host=135.125.188.98 ipv6=2001:41d0:700:4f62:: cloud=ovh cloud_region=lim3 validator_start=200 validator_end=300 bootstrap_user=debian
# Canada resizing
[prysm_geth]
prysm-geth-1 ansible_host=51.222.244.145 ipv6=2607:5300:203:8d91:: cloud=ovh cloud_region=bhs8 validator_start=300 validator_end=400 bootstrap_user=debian
# India
[teku_erigon]
teku-erigon-1 ansible_host=148.113.0.155 ipv6=2402:1f00:8300:9b:: cloud=ovh cloud_region=india1 validator_start=400 validator_end=500 bootstrap_user=debian
# Consensus client groups
[lighthouse:children]
lighthouse_reth
; lighthouse_nethermind
;[lodestar:children]
;lodestar_reth
[nimbus:children]
nimbus_besu
[teku:children]
teku_erigon
[prysm:children]
prysm_geth
# Execution client groups
[besu:children]
nimbus_besu
[geth:children]
prysm_geth
#[nethermind:children]
#lighthouse_nethermind
[erigon:children]
teku_erigon
[reth:children]
lighthouse_reth
# Global groups
[consensus_node:children]
lighthouse
;lodestar
nimbus
prysm
teku
[execution_node:children]
besu
geth
#nethermind
reth
erigon
[ethereum_node:children]
consensus_node
execution_node
[xatu:children]
consensus_node
execution_node