Skip to content

Commit

Permalink
Retires standalone VM site BOM05 (#345)
Browse files Browse the repository at this point in the history
We already have MIG BOM06 in BOM, and don't need a 3-VM standalone site here.
This got skipped over in the MIG migrations somehow because MIG BOM06 already
existed, so I didn't try to migrate BOM05, but forgot to remove it anyway.
  • Loading branch information
nkinkade authored Aug 13, 2024
1 parent 21738db commit e123c90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions retired.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ local retiredSites = {
bkk01: import 'sites/bkk01.jsonnet',
bog01: import 'sites/bog01.jsonnet',
bom03: import 'sites/bom03.jsonnet',
bom05: import 'sites/bom05.jsonnet',
bru03: import 'sites/bru03.jsonnet',
bru05: import 'sites/bru05.jsonnet',
bru06: import 'sites/bru06.jsonnet',
Expand Down
1 change: 0 additions & 1 deletion sites.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ local sites = {
bom01: import 'sites/bom01.jsonnet',
bom02: import 'sites/bom02.jsonnet',
bom04: import 'sites/bom04.jsonnet',
bom05: import 'sites/bom05.jsonnet',
bom06: import 'sites/bom06.jsonnet',
bru01: import 'sites/bru01.jsonnet',
bru02: import 'sites/bru02.jsonnet',
Expand Down
1 change: 1 addition & 0 deletions sites/bom05.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ sitesDefault {
},
lifecycle+: {
created: '2023-11-13',
retired: '2024-08-13',
},
}

0 comments on commit e123c90

Please sign in to comment.