Skip to content

Commit

Permalink
Retires sites AMS08 and ATL07 (#313)
Browse files Browse the repository at this point in the history
* Retires site AMS08

m-lab/ops-tracker#1716

* Retires sites atl07

There was an oversight in all the accounting for which sites to retire and this
one got looked over. We will still have two physical sites in ATL with Cogent
and GTT, as well as cloud capacity in Charleston, SC.
  • Loading branch information
nkinkade authored Jan 5, 2024
1 parent aa82d5c commit 379ceba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions retired.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ local retiredSites = {
ams03: import 'sites/ams03.jsonnet',
ams06: import 'sites/ams06.jsonnet',
ams07: import 'sites/ams07.jsonnet',
ams08: import 'sites/ams08.jsonnet',
ams09: import 'sites/ams09.jsonnet',
arn01: import 'sites/arn01.jsonnet',
arn05: import 'sites/arn05.jsonnet',
Expand All @@ -16,6 +17,7 @@ local retiredSites = {
atl03: import 'sites/atl03.jsonnet',
atl05: import 'sites/atl05.jsonnet',
atl06: import 'sites/atl06.jsonnet',
atl07: import 'sites/atl07.jsonnet',
atl08: import 'sites/atl08.jsonnet',
bkk01: import 'sites/bkk01.jsonnet',
bog01: import 'sites/bog01.jsonnet',
Expand Down
2 changes: 0 additions & 2 deletions sites.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ local sites = {
akl01: import 'sites/akl01.jsonnet',
ams04: import 'sites/ams04.jsonnet',
ams05: import 'sites/ams05.jsonnet',
ams08: import 'sites/ams08.jsonnet',
ams10: import 'sites/ams10.jsonnet',
arn02: import 'sites/arn02.jsonnet',
arn03: import 'sites/arn03.jsonnet',
arn04: import 'sites/arn04.jsonnet',
ath03: import 'sites/ath03.jsonnet',
atl02: import 'sites/atl02.jsonnet',
atl04: import 'sites/atl04.jsonnet',
atl07: import 'sites/atl07.jsonnet',
bcn01: import 'sites/bcn01.jsonnet',
beg01: import 'sites/beg01.jsonnet',
ber01: import 'sites/ber01.jsonnet',
Expand Down
1 change: 1 addition & 0 deletions sites/ams08.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ sitesDefault {
},
lifecycle+: {
created: '2019-01-01',
retired: '2024-01-04',
},
}
1 change: 1 addition & 0 deletions sites/atl07.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ sitesDefault {
},
lifecycle+: {
created: '2019-01-01',
retired: '2024-01-04',
},
}

0 comments on commit 379ceba

Please sign in to comment.