nimbus.prater: add linux-01.cs-eu-nld1.nimbus.prater
Part of research into alternative hosting for Nimbus: https://github.com/status-im/infra-nimbus/issues/132 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e3cbc05ab9
commit
6e05ef6eec
|
@ -151,6 +151,12 @@ 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.ih-eu-mda1.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' }
|
||||
|
|
|
@ -6,6 +6,7 @@ goerli-02.he-eu-hel1.nimbus.geth hostname=goerli-02.he-eu-hel1.nimbus.geth ansib
|
|||
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.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-01.ih-eu-mda1.nimbus.prater hostname=linux-01.ih-eu-mda1.nimbus.prater ansible_host=185.181.229.82 env=nimbus stage=prater data_center=ih-eu-mda1 region=eu-mda1 dns_entry=linux-01.ih-eu-mda1.nimbus.prater.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
|
||||
linux-03.he-eu-hel1.nimbus.prater hostname=linux-03.he-eu-hel1.nimbus.prater ansible_host=65.108.132.230 env=nimbus stage=prater data_center=he-eu-hel1 region=eu-hel1 dns_entry=linux-03.he-eu-hel1.nimbus.prater.statusim.net
|
||||
linux-04.he-eu-hel1.nimbus.prater hostname=linux-04.he-eu-hel1.nimbus.prater ansible_host=135.181.20.36 env=nimbus stage=prater data_center=he-eu-hel1 region=eu-hel1 dns_entry=linux-04.he-eu-hel1.nimbus.prater.statusim.net
|
||||
|
@ -72,6 +73,9 @@ store-02.he-eu-hel1.logs.nimbus
|
|||
store-03.he-eu-hel1.logs.nimbus
|
||||
windows-01.he-eu-hel1.nimbus.prater
|
||||
|
||||
[ih-eu-mda1]
|
||||
linux-01.ih-eu-mda1.nimbus.prater
|
||||
|
||||
[log-dash]
|
||||
node-01.aws-eu-central-1a.dash.nimbus
|
||||
|
||||
|
@ -116,6 +120,7 @@ macos-01.ms-eu-dublin.nimbus.prater
|
|||
|
||||
[nimbus-prater-metal]
|
||||
linux-01.he-eu-hel1.nimbus.prater
|
||||
linux-01.ih-eu-mda1.nimbus.prater
|
||||
linux-02.he-eu-hel1.nimbus.prater
|
||||
linux-03.he-eu-hel1.nimbus.prater
|
||||
linux-04.he-eu-hel1.nimbus.prater
|
||||
|
@ -163,6 +168,7 @@ stable-small-02.aws-eu-central-1a.nimbus.mainnet
|
|||
|
||||
[nimbus.prater]
|
||||
linux-01.he-eu-hel1.nimbus.prater
|
||||
linux-01.ih-eu-mda1.nimbus.prater
|
||||
linux-02.he-eu-hel1.nimbus.prater
|
||||
linux-03.he-eu-hel1.nimbus.prater
|
||||
linux-04.he-eu-hel1.nimbus.prater
|
||||
|
|
17
prater.tf
17
prater.tf
|
@ -130,6 +130,23 @@ module "nimbus_nodes_prater_hetzner" {
|
|||
]
|
||||
}
|
||||
|
||||
/* Possible future alternative to Hetzner */
|
||||
module "nimbus_nodes_prater_innova_servers" {
|
||||
source = "github.com/status-im/infra-tf-dummy-module"
|
||||
|
||||
name = "linux"
|
||||
env = "nimbus"
|
||||
stage = "prater"
|
||||
group = "nimbus-prater-metal"
|
||||
region = "eu-mda1"
|
||||
prefix = "ih"
|
||||
domain = var.domain
|
||||
|
||||
ips = [
|
||||
"185.181.229.82", # linux-01.ih-eu-mda1.nimbus.prater
|
||||
]
|
||||
}
|
||||
|
||||
/* Community test REST API endpoints. */
|
||||
resource "cloudflare_record" "unstable_prater_beacon_api" {
|
||||
zone_id = local.zones["nimbus.team"]
|
||||
|
|
Loading…
Reference in New Issue