From d6414fd956b1d52e76198781d9e809242f35c216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 16 Feb 2022 17:19:23 +0100 Subject: [PATCH] deploy nodes without validators to 3 new prater hosts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.prater.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/ansible/group_vars/nimbus.prater.yml b/ansible/group_vars/nimbus.prater.yml index 10549c4..1f8b90f 100644 --- a/ansible/group_vars/nimbus.prater.yml +++ b/ansible/group_vars/nimbus.prater.yml @@ -66,13 +66,31 @@ nodes_layout: - { branch: 'libp2p', num: 1, start: 37500, end: 38750, build_freq: '*-*-* 18:00:00' } # 1250 validators - { branch: 'libp2p', num: 2, build_freq: '*-*-* 19:00:00' } - 'metal-03.he-eu-hel1.nimbus.prater': # 10 each + 'metal-03.he-eu-hel1.nimbus.prater': - { branch: 'stable', build_freq: '*-*-* 11:00:00' } - { branch: 'unstable', build_freq: '*-*-* 13:00:00' } - { branch: 'testing', build_freq: '*-*-* 15:00:00' } - { branch: 'libp2p', build_freq: '*-*-* 17:00:00' } - 'metal-04.he-eu-hel1.nimbus.prater': # 30 each + 'metal-04.he-eu-hel1.nimbus.prater': + - { branch: 'stable', build_freq: '*-*-* 11:00:00' } + - { branch: 'unstable', build_freq: '*-*-* 13:00:00' } + - { branch: 'testing', build_freq: '*-*-* 15:00:00' } + - { branch: 'libp2p', build_freq: '*-*-* 17:00:00' } + + 'metal-05.he-eu-hel1.nimbus.prater': + - { branch: 'stable', build_freq: '*-*-* 11:00:00' } + - { branch: 'unstable', build_freq: '*-*-* 13:00:00' } + - { branch: 'testing', build_freq: '*-*-* 15:00:00' } + - { branch: 'libp2p', build_freq: '*-*-* 17:00:00' } + + 'metal-06.he-eu-hel1.nimbus.prater': + - { branch: 'stable', build_freq: '*-*-* 11:00:00' } + - { branch: 'unstable', build_freq: '*-*-* 13:00:00' } + - { branch: 'testing', build_freq: '*-*-* 15:00:00' } + - { branch: 'libp2p', build_freq: '*-*-* 17:00:00' } + + 'metal-07.he-eu-hel1.nimbus.prater': - { branch: 'stable', build_freq: '*-*-* 11:00:00' } - { branch: 'unstable', build_freq: '*-*-* 13:00:00' } - { branch: 'testing', build_freq: '*-*-* 15:00:00' }