infra-nimbus/ansible/host_vars/bootstrap-02.aws-eu-central-1a.nimbus.mainnet.yml
Jakub Sokołowski 4a7355d91d
nimbus.mainnet: disable subscribe-all for bootstrap
Generates high CPU load and deteriorates bootstrap node performance.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-03-08 15:19:17 +01:00

13 lines
400 B
YAML

---
swap_file_path: '/main.swap'
# 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)}}'
# Not necessary to stress test bootnodes.
beacon_node_subscribe_all: false
# These bootstrap nodes were published with these ports.
beacon_node_discovery_port: 9100
beacon_node_listening_port: 9100