mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-11 21:17:07 +00:00
nimbus.ropsten: spread validators between all nodes
https://github.com/status-im/infra-nimbus/issues/117 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
470f24cf5c
commit
b4b97d9338
@ -41,7 +41,7 @@ beacon_node_build_frequency: 'daily'
|
||||
beacon_node_validator_monitor_auto: true
|
||||
beacon_node_validator_monitor_totals: true
|
||||
# HTTP RPC support is unstable
|
||||
beacon_node_web3_urls: '{{ beacon_node_web3_urls_all | reject("match", "^http://") }}'
|
||||
beacon_node_web3_urls: ['ws://localhost:{{ geth_websocket_port }}']
|
||||
beacon_node_extra_flags: ['--terminal-total-difficulty-override=50000000000000000']
|
||||
# Validators from nimbus-private repo
|
||||
beacon_node_dist_validators_enabled: '{{ node.start is defined and node.end is defined }}'
|
||||
@ -61,9 +61,7 @@ bootstrap__extra_volume_bind_path: ''
|
||||
|
||||
nodes_layout:
|
||||
'metal-01.he-eu-hel1.nimbus.ropsten':
|
||||
# FIXME: Temporary layout change due to one Geth instance.
|
||||
- { start: 0, end: 10000 }
|
||||
- { }
|
||||
- { }
|
||||
- { }
|
||||
|
||||
- { start: 0, end: 2500 }
|
||||
- { start: 2500, end: 5000 }
|
||||
- { start: 5000, end: 7500 }
|
||||
- { start: 7500, end: 10000 }
|
||||
|
@ -46,7 +46,7 @@
|
||||
|
||||
- name: infra-role-beacon-node-linux
|
||||
src: git@github.com:status-im/infra-role-beacon-node-linux.git
|
||||
version: a3a5d18b7bf05b1f57363445e903d668dc536361
|
||||
version: 1e7e441a06dcbecdd6c0ce050dbffb28c462e7d8
|
||||
scm: git
|
||||
|
||||
- name: infra-role-beacon-node-windows
|
||||
@ -71,7 +71,7 @@
|
||||
|
||||
- name: infra-role-dist-validators
|
||||
src: git@github.com:status-im/infra-role-dist-validators.git
|
||||
version: 0da551085f6562f6aac6357234d38cefe135deb3
|
||||
version: dfc2adb3bd713cef23bd142a7b04b0b43e0c650a
|
||||
scm: git
|
||||
|
||||
- name: infra-role-rocketpool
|
||||
|
Loading…
x
Reference in New Issue
Block a user