infra-nimbus/ansible/host_vars/stable-large-01.aws-eu-central-1a.nimbus.prater.yml
Jakub Sokołowski 556a495c68
prater: fix bootstrap node ports to be 9100
Since we published their addresses with ports being 9100:
https://github.com/eth2-clients/eth2-networks/commit/463d414c

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-10-19 15:48:34 +02:00

11 lines
336 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