generated from ethpandaops/template-devnets
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
100,283 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
ansible/inventories/devnet-0/host_vars/lighthouse-geth-supernode-1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
lighthouse_container_command_extra_args: | ||
- --subscribe-all-data-column-subnets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
localhost | ||
|
||
[all:vars] | ||
ethereum_network_name=peerdas-devnet-0 | ||
|
||
[bootnode] | ||
bootnode-1 ansible_host=159.223.150.131 ipv6=2604:a880:400:d0::17ef:c001 cloud=digitalocean cloud_region=nyc1 | ||
|
||
[lighthouse_geth] | ||
lighthouse-geth-1 ansible_host=67.205.170.194 ipv6=2604:a880:400:d0::1e42:a001 cloud=digitalocean cloud_region=nyc1 validator_start=0 validator_end=100 | ||
|
||
[lighthouse_geth_supernode] | ||
lighthouse-geth-supernode-1 ansible_host=147.182.166.135 ipv6=2604:a880:400:d0::170f:6001 cloud=digitalocean cloud_region=nyc1 | ||
|
||
[lighthouse_nethermind] | ||
lighthouse-nethermind-1 ansible_host=137.184.156.14 ipv6=2604:a880:400:d0::1e02:9001 cloud=digitalocean cloud_region=nyc1 validator_start=100 validator_end=200 | ||
|
||
[prysm_geth] | ||
prysm-geth-1 ansible_host=174.138.34.94 ipv6=2604:a880:400:d0::1ec5:8001 cloud=digitalocean cloud_region=nyc1 validator_start=200 validator_end=300 | ||
|
||
[prysm_nethermind] | ||
prysm-nethermind-1 ansible_host=146.190.210.24 ipv6=2604:a880:400:d0::1dfb:a001 cloud=digitalocean cloud_region=nyc1 validator_start=300 validator_end=400 | ||
|
||
|
||
# Consensus client groups | ||
|
||
[lighthouse:children] | ||
lighthouse_geth | ||
lighthouse_geth_supernode | ||
lighthouse_nethermind | ||
[lodestar:children] | ||
[nimbus:children] | ||
[teku:children] | ||
[prysm:children] | ||
prysm_geth | ||
prysm_nethermind | ||
[grandine:children] | ||
|
||
# Execution client groups | ||
|
||
[besu:children] | ||
[ethereumjs:children] | ||
[geth:children] | ||
lighthouse_geth | ||
lighthouse_geth_supernode | ||
prysm_geth | ||
[nethermind:children] | ||
lighthouse_nethermind | ||
prysm_nethermind | ||
[erigon:children] | ||
[reth:children] | ||
|
||
# Global groups | ||
|
||
[consensus_node:children] | ||
lighthouse | ||
prysm | ||
|
||
[execution_node:children] | ||
geth | ||
nethermind | ||
|
||
[ethereum_node:children] | ||
consensus_node | ||
execution_node |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.