drop linux-01.cs-eu-nld1.nimbus.prater host

Decided against using it due to maintenance costs:
https://github.com/status-im/infra-nimbus/issues/132

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-02-21 12:37:15 +01:00
parent 77278c2b65
commit 297f347934
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
3 changed files with 0 additions and 29 deletions

View File

@ -151,12 +151,6 @@ nodes_layout:
- { branch: 'testing', start: 16000, end: 18000, build_start: '15:00:00' }
- { branch: 'unstable', start: 18000, end: 20000, build_start: '16:00:00', nim_flags: '-d:json_rpc_websocket_package=websock' }
'linux-01.cs-eu-nld1.nimbus.prater': # 0 each
- { branch: 'stable', build_freq: '*-*-* 13:00:00' }
- { branch: 'testing', build_freq: '*-*-* 15:00:00', nim_commit: 'version-1-6' }
- { branch: 'unstable', build_freq: '*-*-* 17:00:00', public_api: true }
- { branch: 'libp2p', build_freq: '*-*-* 19:00:00' }
'linux-01.he-eu-hel1.nimbus.prater': # 0 each
- { branch: 'stable', build_freq: '*-*-* 13:00:00' }
- { branch: 'testing', build_freq: '*-*-* 15:00:00', nim_commit: 'version-1-6' }

View File

@ -4,7 +4,6 @@
goerli-01.he-eu-hel1.nimbus.geth hostname=goerli-01.he-eu-hel1.nimbus.geth ansible_host=65.21.73.183 env=nimbus stage=geth data_center=he-eu-hel1 region=eu-hel1 dns_entry=goerli-01.he-eu-hel1.nimbus.geth.statusim.net
goerli-02.he-eu-hel1.nimbus.geth hostname=goerli-02.he-eu-hel1.nimbus.geth ansible_host=65.21.196.48 env=nimbus stage=geth data_center=he-eu-hel1 region=eu-hel1 dns_entry=goerli-02.he-eu-hel1.nimbus.geth.statusim.net
goerli-03.he-eu-hel1.nimbus.geth hostname=goerli-03.he-eu-hel1.nimbus.geth ansible_host=65.21.196.47 env=nimbus stage=geth data_center=he-eu-hel1 region=eu-hel1 dns_entry=goerli-03.he-eu-hel1.nimbus.geth.statusim.net
linux-01.cs-eu-nld1.nimbus.prater hostname=linux-01.cs-eu-nld1.nimbus.prater ansible_host=95.168.165.2 env=nimbus stage=prater data_center=cs-eu-nld1 region=eu-nld1 dns_entry=linux-01.cs-eu-nld1.nimbus.prater.statusim.net
linux-01.he-eu-hel1.nimbus.prater hostname=linux-01.he-eu-hel1.nimbus.prater ansible_host=95.217.198.113 env=nimbus stage=prater data_center=he-eu-hel1 region=eu-hel1 dns_entry=linux-01.he-eu-hel1.nimbus.prater.statusim.net
linux-01.he-eu-hel1.nimbus.sepolia hostname=linux-01.he-eu-hel1.nimbus.sepolia ansible_host=65.21.89.157 env=nimbus stage=sepolia data_center=he-eu-hel1 region=eu-hel1 dns_entry=linux-01.he-eu-hel1.nimbus.sepolia.statusim.net
linux-02.he-eu-hel1.nimbus.prater hostname=linux-02.he-eu-hel1.nimbus.prater ansible_host=95.217.230.20 env=nimbus stage=prater data_center=he-eu-hel1 region=eu-hel1 dns_entry=linux-02.he-eu-hel1.nimbus.prater.statusim.net
@ -44,9 +43,6 @@ stable-small-02.aws-eu-central-1a.nimbus.mainnet
testing-large-01.aws-eu-central-1a.nimbus.prater
unstable-large-01.aws-eu-central-1a.nimbus.prater
[cs-eu-nld1]
linux-01.cs-eu-nld1.nimbus.prater
[dash.nimbus]
node-01.aws-eu-central-1a.dash.nimbus
@ -119,7 +115,6 @@ stable-small-02.aws-eu-central-1a.nimbus.mainnet
macos-01.ms-eu-dublin.nimbus.prater
[nimbus-prater-metal]
linux-01.cs-eu-nld1.nimbus.prater
linux-01.he-eu-hel1.nimbus.prater
linux-02.he-eu-hel1.nimbus.prater
linux-03.he-eu-hel1.nimbus.prater
@ -167,7 +162,6 @@ stable-small-01.aws-eu-central-1a.nimbus.mainnet
stable-small-02.aws-eu-central-1a.nimbus.mainnet
[nimbus.prater]
linux-01.cs-eu-nld1.nimbus.prater
linux-01.he-eu-hel1.nimbus.prater
linux-02.he-eu-hel1.nimbus.prater
linux-03.he-eu-hel1.nimbus.prater

View File

@ -130,23 +130,6 @@ module "nimbus_nodes_prater_hetzner" {
]
}
/* Possible future alternative to Hetzner */
module "nimbus_nodes_prater_ctrl_servers" {
source = "github.com/status-im/infra-tf-dummy-module"
name = "linux"
env = "nimbus"
stage = "prater"
group = "nimbus-prater-metal"
region = "eu-nld1"
prefix = "cs"
domain = var.domain
ips = [
"95.168.165.2", # linux-01.cs-eu-nld1.nimbus.prater
]
}
/* Community test REST API endpoints. */
resource "cloudflare_record" "unstable_prater_beacon_api" {
zone_id = local.zones["nimbus.team"]