From 5783656224609de96195f3e170df97a77123be5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 2 Mar 2023 12:22:51 +0100 Subject: [PATCH] nimbus.mainnet: make AWS nodes have archive history 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 f90461c..494d506 100644 --- a/ansible/group_vars/nimbus.mainnet.yml +++ b/ansible/group_vars/nimbus.mainnet.yml @@ -102,10 +102,10 @@ open_ports_list: # Split by hostname for more central location nodes_layout: 'stable-small-01.aws-eu-central-1a.nimbus.mainnet': - - { branch: 'stable' } + - { branch: 'stable', history: 'archive' } 'stable-small-02.aws-eu-central-1a.nimbus.mainnet': - - { branch: 'stable' } + - { branch: 'stable', history: 'archive' } 'metal-01.he-eu-hel1.nimbus.mainnet': - { branch: 'stable', num: 1 }