From 54c847b9db84608ac7022d733bb4691342ee8e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 18 Feb 2022 19:37:25 +0100 Subject: [PATCH] nimbus.geth: bump Goerli data volume to 150 GB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/requirements.yml | 6 +++--- geth.tf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index a62f113..2189606 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -16,7 +16,7 @@ - name: infra-role-bootstrap-linux src: git@github.com:status-im/infra-role-bootstrap-linux.git - version: 5a8e8e182ce638e478ca1c94f5f46baf89c10953 + version: 0e4ee0f27944a682c776f6795d933abfc4bedccf scm: git - name: infra-role-bootstrap-windows @@ -46,7 +46,7 @@ - name: infra-role-beacon-node-linux src: git@github.com:status-im/infra-role-beacon-node-linux.git - version: feeecc5c471944819d52a5614346e11dd8e1e223 + version: 558b4069d452ab5a58ac5a7ad79ddd6f0ca861e6 scm: git - name: infra-role-beacon-node-windows @@ -96,7 +96,7 @@ - name: systemd-timer src: git@github.com:status-im/infra-role-systemd-timer.git - version: fbcc0ce58776c59cf6e0ff9b7d605663ac3e7b95 + version: 827033833eaf994d3b6f6ac1b555b90fdf1dd467 scm: git - name: swap-file diff --git a/geth.tf b/geth.tf index 7d38a9c..df73554 100644 --- a/geth.tf +++ b/geth.tf @@ -36,7 +36,7 @@ module "nimbus_geth_goerli" { /* Scaling */ type = "t3a.large" root_vol_size = 10 - data_vol_size = 100 + data_vol_size = 150 data_vol_type = "gp2" host_count = 1