nimbus.mainnet: fix syncing using ERA files

https://github.com/status-im/infra-nimbus/issues/98

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-08-29 13:08:06 +02:00
parent ddc8de5fa4
commit 207064c5d6
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ beacon_node_repo_branch: '{{ (node.branch == "libp2p") | ternary("nim-libp2p-aut
service_number: '{{ node.get("num", False) | ternary(("-%02d"|format(node.get("num", 0))), "") }}'
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ node.branch | mandatory }}{{ service_number }}'
beacon_node_service_path: '/data/{{ beacon_node_service_name }}'
beacon_node_era_symlink_path: '{{ nimbus_era_files_timer_enabled | ternary(nimbus_era_files_timer_path, false) }}'
beacon_node_era_dir_path: '{{ nimbus_era_files_timer_path }}'
# Ports
beacon_node_discovery_port: '{{ 9000 + idx }}'
beacon_node_listening_port: '{{ 9000 + idx }}'

View File

@ -16,7 +16,7 @@
- name: infra-role-bootstrap-linux
src: git@github.com:status-im/infra-role-bootstrap-linux.git
version: d2eaa2d875f41d063e46eb6318270903315aab4d
version: 4fda60dc6873801eadda3a5baab3f721a4110beb
scm: git
- name: infra-role-bootstrap-windows
@ -31,7 +31,7 @@
- name: infra-role-wireguard
src: git@github.com:status-im/infra-role-wireguard.git
version: b711bbabd2dc3d9ce8b1c3a6e5bc785901db9d09
version: 9d8c93bc44ec123b81b9912f10e377e9b953ea5a
scm: git
- name: oauth-proxy
@ -46,7 +46,7 @@
- name: infra-role-beacon-node-linux
src: git@github.com:status-im/infra-role-beacon-node-linux.git
version: 89a6a9a30a315c8c36be727de0eb699fe0bddebe
version: 5f4cb0d33c0a4232882a79623c5bfe9a0680a76e
scm: git
- name: infra-role-beacon-node-windows