Skip to content

Commit d3be3c9

Browse files
authored
Retires site AMS04 (#365)
The site has been down since Nov 2024 and there is little to no hope of us ever recovering it at this point. I'm not even sure if the circuit still exists or whether the contract may have even expired by now. In any case, there is no point in having a site on the platform that has been down for 1+ years virtually no hope of recovering it.
1 parent 823e8c5 commit d3be3c9

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

retired.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ local retiredSites = {
44
ams01: import 'sites/ams01.jsonnet',
55
ams02: import 'sites/ams02.jsonnet',
66
ams03: import 'sites/ams03.jsonnet',
7+
ams04: import 'sites/ams04.jsonnet',
78
ams06: import 'sites/ams06.jsonnet',
89
ams07: import 'sites/ams07.jsonnet',
910
ams08: import 'sites/ams08.jsonnet',

sites.jsonnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
local sites = {
22
// Physical sites.
33
akl01: import 'sites/akl01.jsonnet',
4-
ams04: import 'sites/ams04.jsonnet',
54
ams05: import 'sites/ams05.jsonnet',
65
ams11: import 'sites/ams11.jsonnet',
76
arn02: import 'sites/arn02.jsonnet',

sites/ams04.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ sitesDefault {
4343
},
4444
lifecycle+: {
4545
created: '2019-01-01',
46+
retired: '2026-01-13',
4647
},
4748
}

0 commit comments

Comments
 (0)