generated from ethpandaops/template-devnets
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathinventory.ini
executable file
·150 lines (117 loc) · 4.37 KB
/
inventory.ini
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
localhost
[all:vars]
ethereum_network_name=pectra-devnet-0
[bootnode]
bootnode-1 ansible_host=104.248.129.151 ipv6=2a03:b0c0:3:d0::1c57:1 cloud=digitalocean cloud_region=fra1
[grandine_besu]
grandine-besu-1 ansible_host=138.197.191.82 ipv6=2a03:b0c0:3:d0::1c4b:3001 cloud=digitalocean cloud_region=fra1 validator_start=1400 validator_end=1500
[grandine_geth]
grandine-geth-1 ansible_host=46.101.119.246 ipv6=2a03:b0c0:3:d0::1c54:e001 cloud=digitalocean cloud_region=fra1 validator_start=1300 validator_end=1400
[grandine_nethermind]
grandine-nethermind-1 ansible_host=64.225.111.70 ipv6=2a03:b0c0:3:d0::115c:c001 cloud=digitalocean cloud_region=fra1 validator_start=1500 validator_end=1600
[lighthouse_besu]
lighthouse-besu-1 ansible_host=164.90.223.213 ipv6=2a03:b0c0:3:d0::1c55:3001 cloud=digitalocean cloud_region=fra1 validator_start=100 validator_end=200
[lighthouse_ethereumjs]
lighthouse-ethereumjs-1 ansible_host=164.90.234.173 ipv6=2a03:b0c0:3:d0::1b42:2001 cloud=digitalocean cloud_region=fra1 validator_start=300 validator_end=400
[lighthouse_geth]
lighthouse-geth-1 ansible_host=164.92.236.152 ipv6=2a03:b0c0:3:d0::1b58:2001 cloud=digitalocean cloud_region=fra1 validator_start=0 validator_end=100
[lighthouse_nethermind]
lighthouse-nethermind-1 ansible_host=142.93.101.214 ipv6=2a03:b0c0:3:d0::1c55:7001 cloud=digitalocean cloud_region=fra1 validator_start=200 validator_end=300
[lighthouse_reth]
lighthouse-reth-1 ansible_host=178.128.201.94 ipv6=2a03:b0c0:3:d0::1c56:f001 cloud=digitalocean cloud_region=fra1 validator_start=400 validator_end=500
[lodestar_geth]
lodestar-geth-1 ansible_host=139.59.154.205 ipv6=2a03:b0c0:3:d0::1af2:9001 cloud=digitalocean cloud_region=fra1 validator_start=800 validator_end=900
[mev_relay]
mev-relay-1 ansible_host=64.226.107.250 ipv6=2a03:b0c0:3:d0::150b:d001 cloud=digitalocean cloud_region=fra1
mev-relay-2 ansible_host=68.183.214.175 ipv6=2a03:b0c0:3:d0::1385:f001 cloud=digitalocean cloud_region=fra1
[nimbus_geth]
nimbus-geth-1 ansible_host=164.92.224.157 ipv6=2a03:b0c0:3:d0::174c:a001 cloud=digitalocean cloud_region=fra1 validator_start=900 validator_end=1000
[prysm_besu]
prysm-besu-1 ansible_host=164.92.225.121 ipv6=2a03:b0c0:3:d0::1bd1:d001 cloud=digitalocean cloud_region=fra1 validator_start=600 validator_end=700
[prysm_geth]
prysm-geth-1 ansible_host=134.122.77.250 ipv6=2a03:b0c0:3:d0::1c55:4001 cloud=digitalocean cloud_region=fra1 validator_start=500 validator_end=600
[prysm_nethermind]
prysm-nethermind-1 ansible_host=68.183.210.169 ipv6=2a03:b0c0:3:d0::1c47:1 cloud=digitalocean cloud_region=fra1 validator_start=700 validator_end=800
[prysm_reth]
prysm-reth-1 ansible_host=104.248.249.244 ipv6=2a03:b0c0:3:d0::116f:5001 cloud=digitalocean cloud_region=fra1 validator_start=1600 validator_end=1700
[teku_besu]
teku-besu-1 ansible_host=104.248.21.133 ipv6=2a03:b0c0:3:d0::1906:3001 cloud=digitalocean cloud_region=fra1 validator_start=1100 validator_end=1200
[teku_geth]
teku-geth-1 ansible_host=164.92.248.7 ipv6=2a03:b0c0:3:d0::1ae8:2001 cloud=digitalocean cloud_region=fra1 validator_start=1000 validator_end=1100
[teku_nethermind]
teku-nethermind-1 ansible_host=104.248.130.3 ipv6=2a03:b0c0:3:d0::1c36:a001 cloud=digitalocean cloud_region=fra1 validator_start=1200 validator_end=1300
# Consensus client groups
[lighthouse:children]
lighthouse_besu
lighthouse_ethereumjs
lighthouse_geth
lighthouse_nethermind
lighthouse_reth
[lodestar:children]
lodestar_geth
[nimbus:children]
nimbus_geth
[teku:children]
teku_besu
teku_geth
teku_nethermind
[prysm:children]
prysm_besu
prysm_geth
prysm_nethermind
prysm_reth
[grandine:children]
grandine_besu
grandine_geth
grandine_nethermind
# Execution client groups
[besu:children]
grandine_besu
lighthouse_besu
prysm_besu
teku_besu
[ethereumjs:children]
lighthouse_ethereumjs
[geth:children]
grandine_geth
lighthouse_geth
lodestar_geth
nimbus_geth
prysm_geth
teku_geth
[nethermind:children]
grandine_nethermind
lighthouse_nethermind
prysm_nethermind
teku_nethermind
[erigon:children]
[reth:children]
lighthouse_reth
prysm_reth
# Global groups
[consensus_node:children]
grandine
lighthouse
lodestar
nimbus
prysm
teku
[execution_node:children]
besu
ethereumjs
geth
nethermind
reth
[ethereum_node:children]
consensus_node
execution_node
# Add bootnode hosts to tx_fuzz_blobs group
[tx_fuzz_blobs]
lighthouse-geth-1
# Add bootnode hosts to tx_fuzz_txs group
[tx_fuzz_txs]
bootnode-1
[goomy]
bootnode-1
[mev_boost]
lighthouse-besu-1