mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-22 03:30:34 +00:00
Jakub Sokołowski
b5684f018e
The renaming of: `stable-large-01.aws-eu-central-1a.nimbus.prater` to `testing-large-01.aws-eu-central-1a.nimbus.prater` Was done because the host was a Prater bootstrap node and it could not be lost. The node key and the ports remained unchanged. https://github.com/status-im/infra-nimbus/issues/60 Signed-off-by: Jakub Sokołowski <jakub@status.im>
10 lines
332 B
YAML
10 lines
332 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
|