fluffy.tf: drop cencelled Hetzner servers
https://github.com/status-im/infra-nimbus/issues/132 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3773305151
commit
0fd8878403
21
fluffy.tf
21
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
|
/* Innova Hosting
|
||||||
/* MOB: ProLiant DL380p Gen8
|
/* MOB: ProLiant DL380p Gen8
|
||||||
* CPU: Intel Xeon E5-2667 v3 @ 3.20GHz
|
* CPU: Intel Xeon E5-2667 v3 @ 3.20GHz
|
||||||
|
|
|
@ -5,7 +5,6 @@ output "hosts" {
|
||||||
module.nimbus_geth_mainnet.hosts,
|
module.nimbus_geth_mainnet.hosts,
|
||||||
module.nimbus_geth_goerli_metal.hosts,
|
module.nimbus_geth_goerli_metal.hosts,
|
||||||
module.nimbus_geth_goerli_innova.hosts,
|
module.nimbus_geth_goerli_innova.hosts,
|
||||||
module.nimbus_nodes_fluffy_hetzner.hosts,
|
|
||||||
module.nimbus_nodes_fluffy_innova.hosts,
|
module.nimbus_nodes_fluffy_innova.hosts,
|
||||||
module.nimbus_eth1_node_hetzner.hosts,
|
module.nimbus_eth1_node_hetzner.hosts,
|
||||||
module.nimbus_eth1_node_innova.hosts,
|
module.nimbus_eth1_node_innova.hosts,
|
||||||
|
|
Loading…
Reference in New Issue