Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ATOODS and CCOODS config files to OODS 9.x format #324

Merged
merged 6 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions apps/atoods/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,31 @@ configfile:
minutes: 0
seconds: 0

ingesterClass:
ingesterType: lsst.ctrl.oods.fileIngester
ingesterName : FileIngester

ingester:
imageStagingDirectory: /data/staging/auxtel/oods
butlers:
- butler:
instrument: lsst.obs.lsst.Latiss
class:
import : lsst.ctrl.oods.gen3ButlerIngester
name : Gen3ButlerIngester
import: lsst.ctrl.oods.fileAttendant
name : FileAttendant
instrument: lsst.obs.lsst.Latiss
stagingDirectory : /data/lsstdata/TTS/auxtel/oods/gen3butler/raw
badFileDirectory: /data/lsstdata/TTS/auxtel/oods/gen3butler/badfiles
repoDirectory : /repo/LATISS
collections:
- LATISS/raw/all
cleanCollections:
- collection: LATISS/raw/all
filesOlderThan:
<<: *interval
days: 30
scanInterval:
<<: *interval
hours: 1
filesOlderThan:
<<: *interval
days: 30
batchSize: 20
scanInterval:
<<: *interval
Expand All @@ -69,7 +75,7 @@ configfile:
clearEmptyDirectoriesAndOldFiles:
- /data/lsstdata/TTS/auxtel/oods/gen3butler/badfiles
- /data/staging/auxtel/oods
- /data/staging/auxtel/forwarder
- /data/staging/auxtel/camera
scanInterval:
<<: *interval
hours: 1
Expand Down
20 changes: 13 additions & 7 deletions apps/ccoods/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,31 @@ configfile:
minutes: 0
seconds: 0

ingesterClass:
ingesterType: lsst.ctrl.oods.fileIngester
ingesterName : FileIngester

ingester:
imageStagingDirectory: /data/staging/comcam/oods
butlers:
- butler:
instrument: lsst.obs.lsst.LsstComCam
class:
import : lsst.ctrl.oods.gen3ButlerIngester
name : Gen3ButlerIngester
import : lsst.ctrl.oods.fileAttendant
name : FileAttendant
instrument: lsst.obs.lsst.LsstComCam
stagingDirectory : /data/lsstdata/TTS/comcam/oods/gen3butler/raw
badFileDirectory: /data/lsstdata/TTS/comcam/oods/gen3butler/badfiles
repoDirectory : /repo/LSSTComCam
collections:
- LSSTComCam/raw/all
cleanCollections:
- collection: LSSTComCam/raw/all
filesOlderThan:
<<: *interval
days: 30
scanInterval:
<<: *interval
hours: 1
filesOlderThan:
<<: *interval
days: 30
batchSize: 20
scanInterval:
<<: *interval
Expand All @@ -69,7 +75,7 @@ configfile:
clearEmptyDirectoriesAndOldFiles:
- /data/lsstdata/TTS/comcam/oods/gen3butler/badfiles
- /data/staging/comcam/oods
- /data/staging/comcam/forwarder
- /data/staging/comcam/camera
scanInterval:
<<: *interval
hours: 1
Expand Down
Loading