Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ansible/group_vars/nimbus.prater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ beacon_node_network: 'prater'
beacon_node_era_dir_path: '{{ nimbus_era_files_timer_path }}'
beacon_node_repo_branch: '{{ node_name_to_branch_map.get(node.branch, node.branch) }}'
# We map short names to branches to avoid too long service names.
# Prater is end of life and is used for research purposes on a custom branch
node_name_to_branch_map:
libp2p: 'nim-libp2p-auto-bump-unstable'
libp2p: 'feat/splitview'
unstable: 'feat/splitview'
testing: 'feat/splitview'
stable: 'feat/splitview'
# Ports
beacon_node_discovery_port: '{{ 9000 + idx }}'
beacon_node_listening_port: '{{ 9000 + idx }}'
Expand Down