From 8c27671a9540895b2c03ffe58a2eaf0f79aaa140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 24 May 2022 18:23:47 +0200 Subject: [PATCH] nimbus.geth: bump Ropsten data volume to 250 GB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/status-im/infra-nimbus/issues/97 Signed-off-by: Jakub SokoĊ‚owski --- ansible/requirements.yml | 2 +- geth.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index c093f02..79b4f49 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -46,7 +46,7 @@ - name: infra-role-beacon-node-linux src: git@github.com:status-im/infra-role-beacon-node-linux.git - version: 907ee4b66adae82e93f8b265a1c0f0dc42dae9c5 + version: ebbf9920eafa93f196358868a74c3bdbaf7ccba4 scm: git - name: infra-role-beacon-node-windows diff --git a/geth.tf b/geth.tf index fc7d0d9..384bab8 100644 --- a/geth.tf +++ b/geth.tf @@ -62,7 +62,7 @@ module "nimbus_geth_ropsten" { /* Scaling */ type = "t3a.large" root_vol_size = 10 - data_vol_size = 150 + data_vol_size = 250 data_vol_type = "gp2" host_count = 1