From fbc939aef17b95bb2be6c6f707b45c14b0186597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 8 Jun 2022 11:08:11 +0200 Subject: [PATCH] nimbus.ropsten: move all validators to first node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We can't have multiple nodes controling a single Geth instance. This will lead to unpredictable behavior on the execution layer. https://github.com/status-im/infra-nimbus/issues/97 Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.ropsten.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ansible/group_vars/nimbus.ropsten.yml b/ansible/group_vars/nimbus.ropsten.yml index cf118ab..de1684c 100644 --- a/ansible/group_vars/nimbus.ropsten.yml +++ b/ansible/group_vars/nimbus.ropsten.yml @@ -28,7 +28,8 @@ beacon_node_rest_address: '0.0.0.0' nodes_layout: 'metal-01.he-eu-hel1.nimbus.ropsten': - - { start: 0, end: 2500 } - - { start: 2500, end: 5000 } - - { start: 5000, end: 7500 } - - { start: 7500, end: 10000 } + # FIXME: Temporary layout change due to one Geth instance. + - { start: 0, end: 10000 } + - { } + - { } + - { }