From d6da1ce33606e5a699f66058f82181cb16bdd66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 21 Feb 2023 12:38:17 +0100 Subject: [PATCH] nimbus.mainnet: drop db_purge and db_sync vars 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.mainnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/group_vars/nimbus.mainnet.yml b/ansible/group_vars/nimbus.mainnet.yml index b9e3392..df75778 100644 --- a/ansible/group_vars/nimbus.mainnet.yml +++ b/ansible/group_vars/nimbus.mainnet.yml @@ -140,7 +140,7 @@ nodes_layout: - { branch: 'stable', num: 2 } - { branch: 'testing', num: 1 } - { branch: 'testing', num: 2 } - - { branch: 'unstable', num: 1, db_purge: true } + - { branch: 'unstable', num: 1 } - { branch: 'unstable', num: 2 } 'metal-06.he-eu-hel1.nimbus.mainnet': @@ -148,7 +148,7 @@ nodes_layout: - { branch: 'stable', num: 2 } - { branch: 'testing', num: 1 } - { branch: 'testing', num: 2 } - - { branch: 'unstable', num: 1, db_purge: true, db_sync: true } + - { branch: 'unstable', num: 1 } - { branch: 'unstable', num: 2 } 'metal-07.he-eu-hel1.nimbus.mainnet':