temproarily switch nodes to run unstable for Altair
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4be33a288d
commit
437d9e034f
|
@ -9,6 +9,8 @@ node_branch: |-
|
|||
(hostname is search("libp2p")) | ternary("libp2p", "UNKNOWN")
|
||||
)))))) }}
|
||||
|
||||
# TEMPORARY switch for Prater Altair transition
|
||||
beacon_node_cont_image: 'statusteam/nimbus_beacon_node:unstable-{{ node_size }}'
|
||||
beacon_node_cont_tag: '{{ node_branch }}-{{ node_size }}'
|
||||
beacon_node_network: 'prater'
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@ node_branch: |-
|
|||
(hostname is search("libp2p")) | ternary("libp2p", "UNKNOWN")
|
||||
)))))) }}
|
||||
|
||||
# TEMPORARY switch for Prater Altair transition
|
||||
beacon_node_cont_image: 'statusteam/nimbus_beacon_node:unstable-{{ node_size }}'
|
||||
beacon_node_cont_tag: '{{ node_branch }}-{{ node_size }}'
|
||||
beacon_node_network: 'pyrmont'
|
||||
beacon_node_log_level: 'INFO'
|
||||
|
|
|
@ -44,7 +44,9 @@
|
|||
- include_role: name=infra-role-beacon-node-linux
|
||||
tags: beacon-node
|
||||
vars:
|
||||
beacon_node_repo_branch: '{{ node.branch }}'
|
||||
# TEMPORARY switch for Prater Altair transition
|
||||
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ node.branch }}'
|
||||
beacon_node_repo_branch: 'unstable'
|
||||
beacon_node_build_frequency: '{{ node.build_frequency }}'
|
||||
beacon_node_discovery_port: '{{ 9000 + port_offset }}'
|
||||
beacon_node_listening_port: '{{ 9000 + port_offset }}'
|
||||
|
@ -70,7 +72,9 @@
|
|||
- include_role: name=infra-role-beacon-node-windows
|
||||
tags: beacon-node
|
||||
vars:
|
||||
beacon_node_repo_branch: '{{ node.branch }}'
|
||||
# TEMPORARY switch for Prater Altair transition
|
||||
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ node.branch }}'
|
||||
beacon_node_repo_branch: 'unstable'
|
||||
beacon_node_build_start_time: '{{ node.build_start }}'
|
||||
beacon_node_discovery_port: '{{ 9000 + port_offset }}'
|
||||
beacon_node_listening_port: '{{ 9000 + port_offset }}'
|
||||
|
|
|
@ -24,8 +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 }}'
|
||||
# Temporary until the usual branches get the Altair changes.
|
||||
beacon_node_repo_branch: 'altair'
|
||||
# TEMPORARY switch for Prater Altair transition
|
||||
beacon_node_repo_branch: 'unstable'
|
||||
beacon_node_discovery_port: '{{ 9000 + port_offset }}'
|
||||
beacon_node_listening_port: '{{ 9000 + port_offset }}'
|
||||
beacon_node_metrics_port: '{{ 9200 + port_offset }}'
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
- name: infra-role-bootstrap-linux
|
||||
src: git@github.com:status-im/infra-role-bootstrap-linux.git
|
||||
version: d5eec3e2f54629acbd8dd8decd1e45e67474fc7d
|
||||
version: acc383c56588fc81de12214fb8b2a85e0841782d
|
||||
scm: git
|
||||
|
||||
- name: infra-role-bootstrap-windows
|
||||
|
@ -46,7 +46,7 @@
|
|||
|
||||
- name: infra-role-beacon-node-linux
|
||||
src: git@github.com:status-im/infra-role-beacon-node-linux.git
|
||||
version: 172e0000f1bca4eddec77a209b28b954d7e83569
|
||||
version: 43fb41a81c99f4cbff1c8d03a63225722e6ed0e2
|
||||
scm: git
|
||||
|
||||
- name: infra-role-beacon-node-windows
|
||||
|
@ -91,7 +91,7 @@
|
|||
|
||||
- name: systemd-timer
|
||||
src: git@github.com:status-im/infra-role-systemd-timer.git
|
||||
version: 96176f6c871effb19ecb7f6a8eb81079d3b9efa1
|
||||
version: cf1798b1eb49af97a62675fa865a89919d7e0bd1
|
||||
scm: git
|
||||
|
||||
- name: swap-file
|
||||
|
|
Loading…
Reference in New Issue