2019-02-13 22:45:53 +00:00
|
|
|
---
|
2020-11-19 21:59:32 +00:00
|
|
|
# shared testnet name: medalla, toledo, pyrmont, etc.
|
2020-11-10 10:08:45 +00:00
|
|
|
beacon_node_network: 'medalla'
|
2019-04-23 17:35:05 +00:00
|
|
|
beacon_node_log_level: INFO
|
2020-11-10 11:59:09 +00:00
|
|
|
beacon_node_data_folder: 'shared_{{ beacon_node_network }}_0'
|
2019-03-21 21:08:55 +00:00
|
|
|
|
2020-11-10 11:59:09 +00:00
|
|
|
beacon_node_cont_tag: 'devel'
|
|
|
|
beacon_node_cont_image: 'statusteam/nimbus_beacon_node:{{ beacon_node_cont_tag }}'
|
2020-11-19 21:59:32 +00:00
|
|
|
beacon_node_cont_name: 'beacon-node-{{ beacon_node_network }}'
|
2020-02-10 13:12:08 +00:00
|
|
|
beacon_node_cont_vol: '/docker/{{ beacon_node_cont_name }}'
|
2020-11-17 12:38:23 +00:00
|
|
|
beacon_node_cont_entrypoint: '/usr/local/bin/nimbus_beacon_node'
|
2020-11-25 14:56:56 +00:00
|
|
|
beacon_node_cont_update_enabled: true
|
2019-03-23 08:57:42 +00:00
|
|
|
|
2020-11-30 16:35:31 +00:00
|
|
|
# Subfolders for separate read-only mounting
|
|
|
|
beacon_node_secrets_path: '{{ beacon_node_cont_vol }}/data/{{ beacon_node_data_folder }}/secrets'
|
|
|
|
|
2020-02-10 13:12:08 +00:00
|
|
|
# connectivity settings
|
2019-03-28 19:01:05 +00:00
|
|
|
beacon_node_discovery_port: 9000
|
2019-03-21 21:08:55 +00:00
|
|
|
beacon_node_listening_port: 9000
|
2019-11-01 15:05:02 +00:00
|
|
|
beacon_node_public_address: '{{ ansible_host }}'
|
2019-05-09 16:07:53 +00:00
|
|
|
|
2019-10-29 16:27:56 +00:00
|
|
|
# metrics
|
|
|
|
beacon_node_metrics_port: 9200
|
|
|
|
|
2020-03-23 18:26:02 +00:00
|
|
|
# rpc / administrative
|
|
|
|
beacon_node_rpc_port: 9900
|
2020-03-23 16:55:20 +00:00
|
|
|
|
2020-03-26 13:13:23 +00:00
|
|
|
# resource limits, mem in MB
|
2020-08-19 16:10:39 +00:00
|
|
|
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.5) | int }}'
|
2020-06-22 16:15:06 +00:00
|
|
|
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'
|
2020-03-26 13:13:23 +00:00
|
|
|
|
2020-11-03 13:58:09 +00:00
|
|
|
# Goerli RPC
|
|
|
|
beacon_node_web3_url: 'wss://goerli.infura.io/ws/v3/6224f3c792cc443fafb64e70a98f871e'
|
|
|
|
|
2019-03-23 09:30:29 +00:00
|
|
|
# general container management
|
2020-03-26 17:45:15 +00:00
|
|
|
compose_recreate: false
|