pyrmont: temporarily switch to running altair branch

Necessary for Eth2 2 hard-fork that is going to happen on Pyrmont.
Will revert back to the other branches once changes reach them.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-08-18 11:49:17 +02:00
parent ba18ab13f8
commit e08baf3861
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@
- name: Deploy pyrmont Metal beacon nodes
become: true
serial: '{{ serial|default(4) }}'
hosts:
- nimbus-pyrmont-metal
roles:
@ -23,7 +24,8 @@
# Using whole libp2p branch name would be far too long.
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ node.name }}'
beacon_node_build_frequency: '{{ node.build_frequency }}'
beacon_node_repo_branch: '{{ node.branch }}'
# Temporary until the usual branches get the Altair changes.
beacon_node_repo_branch: 'altair'
beacon_node_discovery_port: '{{ 9000 + port_offset }}'
beacon_node_listening_port: '{{ 9000 + port_offset }}'
beacon_node_metrics_port: '{{ 9200 + port_offset }}'