nimbnus.prater: use the AWS NVMe drive for data

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-01-19 11:26:02 +01:00
parent e00443d6e2
commit 4ff2422fe2
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 5 additions and 17 deletions

View File

@ -16,7 +16,7 @@
- name: infra-role-bootstrap-linux
src: git@github.com:status-im/infra-role-bootstrap-linux.git
version: a404e479eee9bc00ef0bc911fc5b0c5e1ca8dfea
version: a5ab4b97d0ccdaed3489dba535624f85ab484f9f
scm: git
- name: infra-role-bootstrap-windows
@ -36,7 +36,7 @@
- name: oauth-proxy
src: git@github.com:status-im/infra-role-oauth-proxy.git
version: 05ef1410abe09db6df6e58ca14c556b7e2c383d7
version: b1b60917e839f9205af3952574b1f2c893aaedba
scm: git
- name: consul-service
@ -46,17 +46,17 @@
- name: infra-role-beacon-node-linux
src: git@github.com:status-im/infra-role-beacon-node-linux.git
version: d993d06dc2d05fcad881233a65f8d9cc6c26d844
version: 93480d55dfead7ea54e17d8efd4affdd7ec095ee
scm: git
- name: infra-role-beacon-node-windows
src: git@github.com:status-im/infra-role-beacon-node-windows.git
version: f6dd9dd6440ebf06da859ff6ea04d8d8fd933b48
version: bcca6097e137fa75b4f7dd25d6f97f58ace1e160
scm: git
- name: infra-role-beacon-node-macos
src: git@github.com:status-im/infra-role-beacon-node-macos.git
version: f4fd894c3ed1ebe570320f64106ae56058485e08
version: 6613d2a29863c3519b0a547e210fefc5aa58bff0
scm: git
- name: infra-role-nimbus-eth1

View File

@ -1,9 +1,6 @@
locals {
/* Volumes */
prater_root_vol_size = 20
prater_data_vol_size = 50
prater_data_vol_type = "io1"
prater_data_vol_iops = 2500
/* Instances */
prater_large_instance_type = "z1d.large"
}
@ -20,9 +17,6 @@ module "nimbus_nodes_prater_stable_large" {
/* Scaling */
type = local.prater_large_instance_type
root_vol_size = local.prater_root_vol_size
data_vol_size = local.prater_data_vol_size
data_vol_type = local.prater_data_vol_type
data_vol_iops = local.prater_data_vol_iops
host_count = 1
/* Firewall */
@ -48,9 +42,6 @@ module "nimbus_nodes_prater_testing_large" {
/* Scaling */
type = local.prater_large_instance_type
root_vol_size = local.prater_root_vol_size
data_vol_size = local.prater_data_vol_size
data_vol_type = local.prater_data_vol_type
data_vol_iops = local.prater_data_vol_iops
host_count = 1
/* Firewall */
@ -76,9 +67,6 @@ module "nimbus_nodes_prater_unstable_large" {
/* Scaling */
type = local.prater_large_instance_type
root_vol_size = local.prater_root_vol_size
data_vol_size = local.prater_data_vol_size
data_vol_type = local.prater_data_vol_type
data_vol_iops = local.prater_data_vol_iops
host_count = 1
/* Firewall */