Skip to content

Commit

Permalink
Merge pull request #3770 from lsst-sqre/tickets/DM-46701
Browse files Browse the repository at this point in the history
DM-46701: Update Butler configuration in preparation for moving DP02 files to SLAC
  • Loading branch information
dhirving authored Oct 10, 2024
2 parents c59adf1 + e7beee0 commit e3a3bd5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions applications/butler/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ data:
datastore_constraints:
# One entry per datastore in datastores section
# Use empty `-` if no constraint override required
- constraints:
reject:
- all
- constraints:
reject:
- all
- constraints:
reject:
- all
Expand All @@ -24,6 +30,22 @@ data:
name: FileDatastore@s3://butler-us-central1-panda-dev/dc2
cls: lsst.daf.butler.datastores.fileDatastore.FileDatastore
root: s3://butler-us-central1-panda-dev/dc2
- datastore:
# Datasets of type 'raw' are stored in a separate bucket for
# historical reasons.
name: FileDatastore@s3://curation-us-central1-desc-dc2-run22i
cls: lsst.daf.butler.datastores.fileDatastore.FileDatastore
root: s3://curation-us-central1-desc-dc2-run22i/
records:
table: raw_datastore_records
- datastore:
# Also for historical reasons, some files that originated in DP01
# are kept in a separate bucket.
name: FileDatastore@s3://butler-us-central1-dp01-desc-dr6
cls: lsst.daf.butler.datastores.fileDatastore.FileDatastore
root: s3://butler-us-central1-dp01-desc-dr6/
records:
table: dp01_datastore_records
- datastore:
name: FileDatastore@s3://butler-us-central1-dp02-user
cls: lsst.daf.butler.datastores.fileDatastore.FileDatastore
Expand Down

0 comments on commit e3a3bd5

Please sign in to comment.