From 0fd8878403a5b81153de6f8eb182ef6882703f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 6 Jul 2023 14:41:22 +0200 Subject: [PATCH] fluffy.tf: drop cencelled Hetzner servers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/status-im/infra-nimbus/issues/132 Signed-off-by: Jakub SokoĊ‚owski --- fluffy.tf | 21 --------------------- outputs.tf | 1 - 2 files changed, 22 deletions(-) diff --git a/fluffy.tf b/fluffy.tf index d1cdf17..4967015 100644 --- a/fluffy.tf +++ b/fluffy.tf @@ -1,24 +1,3 @@ -/* Hetzner AX41-NVMe - * AMD Ryzen 5 3600 Hexa-Core - * 64 GB DDR4 RAM - * 2 x 512 GB NVMe SSD */ -module "nimbus_nodes_fluffy_hetzner" { - source = "github.com/status-im/infra-tf-dummy-module" - - name = "metal" - env = "nimbus" - stage = "fluffy" - group = "nimbus-fluffy-metal" - region = "eu-hel1" - prefix = "he" - domain = var.domain - - ips = [ - "65.108.42.3", # metal-01.he-eu-hel1.nimbus.fluffy - "65.108.42.174", # metal-02.he-eu-hel1.nimbus.fluffy - ] -} - /* Innova Hosting /* MOB: ProLiant DL380p Gen8 * CPU: Intel Xeon E5-2667 v3 @ 3.20GHz diff --git a/outputs.tf b/outputs.tf index 1fbef23..8f4b98f 100644 --- a/outputs.tf +++ b/outputs.tf @@ -5,7 +5,6 @@ output "hosts" { module.nimbus_geth_mainnet.hosts, module.nimbus_geth_goerli_metal.hosts, module.nimbus_geth_goerli_innova.hosts, - module.nimbus_nodes_fluffy_hetzner.hosts, module.nimbus_nodes_fluffy_innova.hosts, module.nimbus_eth1_node_hetzner.hosts, module.nimbus_eth1_node_innova.hosts,