2019-05-09 14:53:34 +00:00
|
|
|
---
|
2020-03-12 12:32:43 +00:00
|
|
|
# TRACE needs more disk space
|
|
|
|
bootstrap__rsyslog_docker_logs_path: '/docker/log'
|
2020-08-03 13:46:07 +00:00
|
|
|
# The volume of logs is too big and Nimbus team doesn't use their own cluster
|
|
|
|
bootstrap__rsyslog_docker_logstash_send: false
|
|
|
|
|
2020-02-16 00:18:09 +00:00
|
|
|
# lower local retention to save space
|
|
|
|
bootstrap__logrotate_frequency: 'hourly'
|
|
|
|
bootstrap__logrotate_count: 3
|
2020-03-12 12:32:43 +00:00
|
|
|
bootstrap__logrotate_mbytes: 500
|
2020-03-26 13:15:22 +00:00
|
|
|
|
2020-11-05 12:51:42 +00:00
|
|
|
# Nimbus ------------------------------
|
2020-11-10 12:00:02 +00:00
|
|
|
beacon_node_cont_name: 'beacon-node-{{ beacon_node_network }}-{{ beacon_node_cont_tag }}'
|
2020-08-04 14:15:30 +00:00
|
|
|
beacon_node_log_level: DEBUG
|
2020-11-05 12:51:42 +00:00
|
|
|
beacon_node_timer_rebuild: true
|
|
|
|
|
2020-11-10 10:13:34 +00:00
|
|
|
# network
|
|
|
|
beacon_node_network: 'medalla'
|
2020-11-05 12:51:42 +00:00
|
|
|
|
|
|
|
# ports
|
|
|
|
beacon_node_rpc_port: '11000'
|
|
|
|
beacon_node_metrics_port : '9300'
|
|
|
|
beacon_node_listening_port: '9100'
|
|
|
|
beacon_node_discovery_port: '9100'
|
2020-08-04 14:15:30 +00:00
|
|
|
|
2020-03-26 13:15:22 +00:00
|
|
|
# resource limits
|
2020-06-30 22:07:33 +00:00
|
|
|
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}'
|
|
|
|
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'
|
2020-11-10 11:24:12 +00:00
|
|
|
|
|
|
|
# Validators --------------------------
|
|
|
|
dist_validators_name: '{{ beacon_node_network }}_deposits'
|
|
|
|
dist_validators_data_path: '{{ beacon_node_cont_vol }}/data/{{ beacon_node_data_folder }}'
|