Skip to content

Commit

Permalink
Retires sites BOG03 and EZE04 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkinkade authored Oct 15, 2024
1 parent 97353f0 commit 0359e1d
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 @@ -23,6 +23,7 @@ local retiredSites = {
ber01: import 'sites/ber01.jsonnet',
bkk01: import 'sites/bkk01.jsonnet',
bog01: import 'sites/bog01.jsonnet',
bog03: import 'sites/bog03.jsonnet',
bog04: import 'sites/bog04.jsonnet',
bom01: import 'sites/bom01.jsonnet',
bom03: import 'sites/bom03.jsonnet',
Expand All @@ -49,6 +50,7 @@ local retiredSites = {
doh01: import 'sites/doh01.jsonnet',
eze02: import 'sites/eze02.jsonnet',
eze03: import 'sites/eze03.jsonnet',
eze04: import 'sites/eze04.jsonnet',
fra01: import 'sites/fra01.jsonnet',
fra02: import 'sites/fra02.jsonnet',
fra05: import 'sites/fra05.jsonnet',
Expand Down
2 changes: 0 additions & 2 deletions sites.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ local sites = {
beg01: import 'sites/beg01.jsonnet',
ber02: import 'sites/ber02.jsonnet',
bog02: import 'sites/bog02.jsonnet',
bog03: import 'sites/bog03.jsonnet',
bog05: import 'sites/bog05.jsonnet',
bom02: import 'sites/bom02.jsonnet',
bom04: import 'sites/bom04.jsonnet',
Expand All @@ -41,7 +40,6 @@ local sites = {
doh02: import 'sites/doh02.jsonnet',
dub01: import 'sites/dub01.jsonnet',
eze01: import 'sites/eze01.jsonnet',
eze04: import 'sites/eze04.jsonnet',
fln01: import 'sites/fln01.jsonnet',
fra03: import 'sites/fra03.jsonnet',
fra04: import 'sites/fra04.jsonnet',
Expand Down
1 change: 1 addition & 0 deletions sites/bog03.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ sitesDefault {
},
lifecycle+: {
created: '2020-07-06',
retired: '2024-10-15',
},
}
1 change: 1 addition & 0 deletions sites/eze04.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ sitesDefault {
},
lifecycle+: {
created: '2021-09-23',
retired: '2024-10-15',
},
}

0 comments on commit 0359e1d

Please sign in to comment.