mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-23 10:58:06 +00:00
nimbus.prater: move windows-01 validators to linux-01
Validators necessary for the Dencun upgrade due to low participation. Dropped and decomissioned Hetzner windows-01 as no longer necessary. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
afc0e93e36
commit
1253d61233
File diff suppressed because it is too large
Load Diff
@ -62,7 +62,6 @@ store-02.he-eu-hel1.logs.nimbus hostname=store-02.he-eu-hel1.logs.nimbus ansible
|
||||
store-03.he-eu-hel1.logs.nimbus hostname=store-03.he-eu-hel1.logs.nimbus ansible_host=65.109.49.101 env=logs stage=nimbus data_center=he-eu-hel1 region=eu-hel1 dns_entry=store-03.he-eu-hel1.logs.nimbus.statusim.net
|
||||
testing-large-01.aws-eu-central-1a.nimbus.prater hostname=testing-large-01.aws-eu-central-1a.nimbus.prater ansible_host=3.65.99.236 env=nimbus stage=prater data_center=aws-eu-central-1a region=eu-central-1a dns_entry=testing-large-01.aws-eu-central-1a.nimbus.prater.statusim.net
|
||||
unstable-large-01.aws-eu-central-1a.nimbus.prater hostname=unstable-large-01.aws-eu-central-1a.nimbus.prater ansible_host=3.65.85.130 env=nimbus stage=prater data_center=aws-eu-central-1a region=eu-central-1a dns_entry=unstable-large-01.aws-eu-central-1a.nimbus.prater.statusim.net
|
||||
windows-01.he-eu-hel1.nimbus.prater hostname=windows-01.he-eu-hel1.nimbus.prater ansible_host=65.21.233.67 env=nimbus stage=prater data_center=he-eu-hel1 region=eu-hel1 dns_entry=windows-01.he-eu-hel1.nimbus.prater.statusim.net
|
||||
windows-01.ih-eu-mda1.nimbus.prater hostname=windows-01.ih-eu-mda1.nimbus.prater ansible_host=194.33.40.240 env=nimbus stage=prater data_center=ih-eu-mda1 region=eu-mda1 dns_entry=windows-01.ih-eu-mda1.nimbus.prater.statusim.net
|
||||
|
||||
[aws-eu-central-1a]
|
||||
@ -81,7 +80,6 @@ node-01.aws-eu-central-1a.dash.nimbus
|
||||
store-01.he-eu-hel1.logs.nimbus
|
||||
store-02.he-eu-hel1.logs.nimbus
|
||||
store-03.he-eu-hel1.logs.nimbus
|
||||
windows-01.he-eu-hel1.nimbus.prater
|
||||
|
||||
[ih-eu-mda1]
|
||||
erigon-01.ih-eu-mda1.nimbus.holesky
|
||||
@ -230,7 +228,6 @@ testing-large-01.aws-eu-central-1a.nimbus.prater
|
||||
unstable-large-01.aws-eu-central-1a.nimbus.prater
|
||||
|
||||
[nimbus-prater-windows]
|
||||
windows-01.he-eu-hel1.nimbus.prater
|
||||
windows-01.ih-eu-mda1.nimbus.prater
|
||||
|
||||
[nimbus-sepolia-linux]
|
||||
@ -303,7 +300,6 @@ macm1-01.ih-eu-mda1.nimbus.prater
|
||||
stable-large-01.aws-eu-central-1a.nimbus.prater
|
||||
testing-large-01.aws-eu-central-1a.nimbus.prater
|
||||
unstable-large-01.aws-eu-central-1a.nimbus.prater
|
||||
windows-01.he-eu-hel1.nimbus.prater
|
||||
windows-01.ih-eu-mda1.nimbus.prater
|
||||
|
||||
[nimbus.sepolia]
|
||||
|
@ -17,11 +17,6 @@ nodes_layout:
|
||||
- { branch: 'testing', start: 9000, end: 12000, build_start: '15:00:00' }
|
||||
- { branch: 'unstable', start: 12000, end: 14000, build_start: '17:00:00' }
|
||||
|
||||
'windows-01.he-eu-hel1.nimbus.prater': # 2000 each
|
||||
- { branch: 'stable', start: 14000, end: 16000, build_start: '13:00:00' }
|
||||
- { 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' }
|
||||
|
||||
'windows-01.ih-eu-mda1.nimbus.prater':
|
||||
- { branch: 'stable', build_start: '13:00:00' }
|
||||
- { branch: 'testing', build_start: '15:00:00' }
|
||||
@ -29,9 +24,9 @@ nodes_layout:
|
||||
|
||||
# Innova Hosting
|
||||
'linux-01.ih-eu-mda1.nimbus.prater': # 0 each
|
||||
- { branch: 'stable', build_freq: '*-*-* 13:00:00' }
|
||||
- { branch: 'testing', build_freq: '*-*-* 15:00:00' }
|
||||
- { branch: 'unstable', build_freq: '*-*-* 17:00:00', public_api: true }
|
||||
- { branch: 'stable', start: 14000, end: 16000, build_freq: '*-*-* 13:00:00' }
|
||||
- { branch: 'testing', start: 16000, end: 18000, build_freq: '*-*-* 15:00:00' }
|
||||
- { branch: 'unstable', start: 18000, end: 20000, build_freq: '*-*-* 17:00:00', public_api: true }
|
||||
- { branch: 'libp2p', build_freq: '*-*-* 19:00:00' }
|
||||
|
||||
'linux-02.ih-eu-mda1.nimbus.prater': # 1 each
|
||||
|
@ -12,7 +12,6 @@ output "hosts" {
|
||||
module.nimbus_nodes_prater_testing_large.hosts,
|
||||
module.nimbus_nodes_prater_unstable_large.hosts,
|
||||
module.nimbus_nodes_prater_innova.hosts,
|
||||
module.nimbus_nodes_prater_windows_hetzner.hosts,
|
||||
module.nimbus_nodes_prater_windows_innova.hosts,
|
||||
module.nimbus_nodes_prater_macm1_innova.hosts,
|
||||
module.nimbus_nodes_sepolia_innova.hosts,
|
||||
|
21
prater.tf
21
prater.tf
@ -88,27 +88,6 @@ module "nimbus_nodes_prater_unstable_large" {
|
||||
keypair_name = aws_key_pair.jakubgs.key_name
|
||||
}
|
||||
|
||||
module "nimbus_nodes_prater_windows_hetzner" {
|
||||
source = "github.com/status-im/infra-tf-dummy-module"
|
||||
|
||||
name = "windows"
|
||||
env = "nimbus"
|
||||
stage = "prater"
|
||||
group = "nimbus-prater-windows"
|
||||
region = "eu-hel1"
|
||||
prefix = "he"
|
||||
domain = var.domain
|
||||
|
||||
/* Windows */
|
||||
become_user = "admin"
|
||||
become_method = "runas"
|
||||
shell_type = "powershell"
|
||||
|
||||
ips = [
|
||||
"65.21.233.67", # windows-01.he-eu-hel1.nimbus.prater
|
||||
]
|
||||
}
|
||||
|
||||
module "nimbus_nodes_prater_windows_innova" {
|
||||
source = "github.com/status-im/infra-tf-dummy-module"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user