From 9f52f8701f4303e75043b9cbfb0dad09e5013230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 17 Feb 2022 20:47:57 +0100 Subject: [PATCH] nimbus.mainnet: bump size of AWS data volumes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/requirements.yml | 4 ++-- mainnet.tf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 275dbaf..a62f113 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -31,7 +31,7 @@ - name: infra-role-wireguard src: git@github.com:status-im/infra-role-wireguard.git - version: 3c489838cc65984bc8daacde1eaf1e9256852810 + version: 56d92683bda23f75228cc4ac93b5fae47adbabeb scm: git - name: oauth-proxy @@ -41,7 +41,7 @@ - name: consul-service src: git@github.com:status-im/infra-role-consul-service.git - version: ac9796d029298699abdd826d5775ceab3da55021 + version: 7ee51839e6a032e6ca27dfb00951e897b5385609 scm: git - name: infra-role-beacon-node-linux diff --git a/mainnet.tf b/mainnet.tf index 31402fa..c634731 100644 --- a/mainnet.tf +++ b/mainnet.tf @@ -51,7 +51,7 @@ module "nimbus_nodes_mainnet_stable_small" { /* Scaling */ type = "t3a.medium" root_vol_size = 20 - data_vol_size = 150 + data_vol_size = 200 data_vol_type = "gp2" host_count = 2