mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-10 22:05:54 +00:00
Jakub Sokołowski
e5324beaaa
Not nough storage space to run 3 nodes on the hosts. Also made AWS, Windows and MacOS nodes discover available Geth nodes using Consul catalog. Signed-off-by: Jakub Sokołowski <jakub@status.im>
15 lines
514 B
YAML
15 lines
514 B
YAML
---
|
|
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
|
|
beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}'
|
|
|
|
# Ports cannot change
|
|
beacon_node_discovery_port: 9100
|
|
beacon_node_listening_port: 9100
|
|
|
|
# Bootnodes should subscribe to all subnets
|
|
beacon_node_subscribe_all: true
|
|
|
|
# Execution layer Enginer API
|
|
beacon_node_exec_layer_urls: '{{ beacon_node_exec_layer_urls_discovered_geth }}'
|
|
beacon_node_exec_layer_jwt_secret: '{{ geth_authrpc_jwtsecret }}'
|