From 15a3e6968f5c8b1fc856afcba4628b1e7a67771c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 30 May 2023 20:41:48 +0200 Subject: [PATCH] mainnet: add comment on Innova server hardware MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- mainnet.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mainnet.tf b/mainnet.tf index bf8d5ee..ff27650 100644 --- a/mainnet.tf +++ b/mainnet.tf @@ -1,3 +1,7 @@ +/* MOB: ProLiant DL380p Gen8 + * CPU: Intel Xeon E5-2690 v2 @ 3.00GHz + * MEM: 62 GB DDR3 + * SSD: 1x400 GB, 2x1.6 TB */ module "nimbus_nodes_mainnet_innova" { source = "github.com/status-im/infra-tf-dummy-module"