From 9aa1a6cb2e77c483ca01121b1dab7eebeb6b3148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 13 May 2024 11:57:09 +0200 Subject: [PATCH] holesky: fix number of Geth nodes for windows-01 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/vars/layout/holesky.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/vars/layout/holesky.yml b/ansible/vars/layout/holesky.yml index f243187..36b87d3 100644 --- a/ansible/vars/layout/holesky.yml +++ b/ansible/vars/layout/holesky.yml @@ -198,5 +198,5 @@ nodes_layout: - { branch: 'libp2p', build_start: '19:00:00' } # Geth --------------------------------------------------------------------------- - 'holesky-01.ih-eu-mda1.nimbus.geth': [{}, {}, {}] # For MacOS nodes. - 'holesky-02.ih-eu-mda1.nimbus.geth': [{}, {}, {}] # For Windows nodes. (TODO) + 'holesky-01.ih-eu-mda1.nimbus.geth': [{}, {}, {}] # For MacOS nodes. + 'holesky-02.ih-eu-mda1.nimbus.geth': [{}, {}, {}, {}] # For Windows nodes. (TODO)