From 69bdc05e5b0cd9ffba55005d31159228213e8e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Sat, 16 Sep 2023 10:19:34 +0200 Subject: [PATCH] nimbus.holeksy: add missing hosts holesky_tmp layout 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_tmp.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ansible/vars/layout/holesky_tmp.yml b/ansible/vars/layout/holesky_tmp.yml index cfeabf2..cad4d96 100644 --- a/ansible/vars/layout/holesky_tmp.yml +++ b/ansible/vars/layout/holesky_tmp.yml @@ -87,8 +87,26 @@ nodes_layout: - { branch: 'unstable', start: 98000, end: 99000, el: 'erigon', vc: false } - { branch: 'libp2p', start: 99000, end:100000, el: 'erigon', vc: false } + 'linux-15.ih-eu-mda1.nimbus.holesky': # 0 each + - { branch: 'stable', el: 'erigon', vc: false } + - { branch: 'testing', el: 'erigon', vc: true } + - { branch: 'unstable', el: 'erigon', vc: false } + 'linux-15.ih-eu-mda1.nimbus.holesky': # 0 each - { branch: 'stable', el: 'erigon', vc: false } - { branch: 'testing', el: 'erigon', vc: true } - { branch: 'unstable', el: 'erigon', vc: false } - { branch: 'libp2p', el: 'erigon', vc: false } + - { branch: 'libp2p', el: 'erigon', vc: false } + + 'linux-16.ih-eu-mda1.nimbus.holesky': # 0 each + - { branch: 'stable', el: 'erigon', vc: false } + - { branch: 'testing', el: 'erigon', vc: true } + - { branch: 'unstable', el: 'erigon', vc: false } + - { branch: 'libp2p', el: 'erigon', vc: false } + + 'linux-17.ih-eu-mda1.nimbus.holesky': # 0 each + - { branch: 'stable', el: 'erigon', vc: false } + - { branch: 'testing', el: 'erigon', vc: true } + - { branch: 'unstable', el: 'erigon', vc: false } + - { branch: 'libp2p', el: 'erigon', vc: false }