Skip to content

Commit

Permalink
rapid-analysis: roll back NFS mounts with data/ prefix on tucson
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-aranda authored and mfisherlevine committed Oct 9, 2024
1 parent 685e4db commit f2e0492
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions applications/rapid-analysis/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ scripts:
###
- name: summit/auxTel/runBackgroundService.py
mounts:
- auxtel-data
- auxtel-gen3-data
- project-shared
resources:
Expand All @@ -24,30 +25,37 @@ scripts:
memory: 10G
- name: summit/auxTel/runButlerWatcher.py
mounts:
- auxtel-data
- auxtel-gen3-data
- project-shared
- name: summit/auxTel/runCalibrateCcdRunner.py
mounts:
- auxtel-data
- auxtel-gen3-data
- project-shared
- name: summit/auxTel/runImExaminer.py
mounts:
- auxtel-data
- auxtel-gen3-data
- project-shared
- name: summit/auxTel/runIsrRunner.py
mounts:
- auxtel-data
- auxtel-gen3-data
- project-shared
- name: summit/auxTel/runMetadataCreator.py
mounts:
- auxtel-data
- auxtel-gen3-data
- project-shared
- name: summit/auxTel/runMetadataServer.py
mounts:
- auxtel-data
- auxtel-gen3-data
- project-shared
- name: summit/auxTel/runMonitor.py
mounts:
- auxtel-data
- auxtel-gen3-data
- project-shared
resources:
Expand All @@ -59,14 +67,17 @@ scripts:
memory: 10G
- name: summit/auxTel/runMountTorquePlotter.py
mounts:
- auxtel-data
- auxtel-gen3-data
- project-shared
- name: summit/auxTel/runNightReporter.py
mounts:
- auxtel-data
- auxtel-gen3-data
- project-shared
- name: summit/auxTel/runSpecExaminer.py
mounts:
- auxtel-data
- auxtel-gen3-data
- project-shared
resources:
Expand All @@ -81,18 +92,22 @@ scripts:
###
- name: summit/LSSTComCam/runButlerWatcher.py
mounts:
- comcam-data
- comcam-gen3-data
- project-shared
- name: summit/LSSTComCam/runHeadNode.py
mounts:
- comcam-data
- comcam-gen3-data
- project-shared
- name: summit/LSSTComCam/runMetadataServer.py
mounts:
- comcam-data
- comcam-gen3-data
- project-shared
- name: summit/LSSTComCam/runPlotter.py
mounts:
- comcam-data
- comcam-gen3-data
- project-shared
###
Expand All @@ -101,6 +116,7 @@ scripts:
comcamWorkerSet:
name: summit/LSSTComCam/runSfmRunner.py
mounts:
- comcam-data
- comcam-gen3-data
- project-shared
replicas: 1
Expand All @@ -114,6 +130,7 @@ comcamWorkerSet:
comcamGather2aSet:
name: summit/LSSTComCam/runStep2aWorker.py
mounts:
- comcam-data
- comcam-gen3-data
- project-shared
replicas: 1
Expand All @@ -127,6 +144,7 @@ comcamGather2aSet:
comcamGatherRollupSet:
name: summit/LSSTComCam/runNightlyWorker.py
mounts:
- comcam-data
- comcam-gen3-data
- project-shared
replicas: 1
Expand All @@ -151,16 +169,26 @@ butlerSecret:
imagePullSecrets:
- name: pull-secret
nfsMountpoint:
- name: auxtel-gen3-data
- name: auxtel-data
containerPath: /repo/LATISS
readOnly: false
server: nfs-auxtel.tu.lsst.org
serverPath: /auxtel/repo/LATISS
- name: comcam-gen3-data
- name: auxtel-gen3-data
containerPath: /data/lsstdata/TTS/auxtel
readOnly: true
server: nfs-auxtel.tu.lsst.org
serverPath: /auxtel/lsstdata/TTS/auxtel
- name: comcam-data
containerPath: /repo/LSSTComCam
readOnly: false
server: comcam-archiver.tu.lsst.org
serverPath: /repo/LSSTComCam
- name: comcam-gen3-data
containerPath: /data/lsstdata/TTS/comcam
readOnly: true
server: comcam-archiver.tu.lsst.org
serverPath: /lsstdata/TTS/comcam
- name: project-shared
containerPath: /project
readOnly: false
Expand Down

0 comments on commit f2e0492

Please sign in to comment.