Skip to content

Commit

Permalink
Initial implementation for DREAM and ATBuilding CSCs
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrondel committed Oct 18, 2024
1 parent 6c370f5 commit 4f86f32
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/atbuilding/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: atbuilding
apiVersion: v2
version: 0.13.0
description: A Helm chart for deploying the ATBuilding CSC.
1 change: 1 addition & 0 deletions apps/atbuilding/templates
13 changes: 13 additions & 0 deletions apps/atbuilding/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespace: auxtel
image:
repository: ts-dockerhub.lsst.org/atbuilding
tag: c0039
pullPolicy: Always
env:
LSST_DDS_PARTITION_PREFIX: tucson
LSST_SITE: tucson
OSPL_INFOFILE: /tmp/ospl-info-atbuilding.log
OSPL_ERRORFILE: /tmp/ospl-error-atbuilding.log
RUN_ARG: --simulate
shmemDir: /run/ospl
osplVersion: V6.10.4
1 change: 1 addition & 0 deletions apps/atbuilding/values.yaml
1 change: 1 addition & 0 deletions apps/auxtel/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ env: tucson-teststand
namespace: auxtel
cscs:
- ataos
- atbuilding
- atdome
- atdometrajectory
- atheaderservice
Expand Down
4 changes: 4 additions & 0 deletions apps/dream/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: dream
apiVersion: v2
version: 0.13.0
description: A Helm chart for deploying the Dream CSC.
1 change: 1 addition & 0 deletions apps/dream/templates
13 changes: 13 additions & 0 deletions apps/dream/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespace: eas
image:
repository: ts-dockerhub.lsst.org/dream
tag: c0039
pullPolicy: Always
env:
LSST_DDS_PARTITION_PREFIX: tucson
LSST_SITE: tucson
OSPL_INFOFILE: /tmp/ospl-info-dream.log
OSPL_ERRORFILE: /tmp/ospl-error-dream.log
RUN_ARG: --simulate
shmemDir: /run/ospl
osplVersion: V6.10.4
1 change: 1 addition & 0 deletions apps/dream/values.yaml
1 change: 1 addition & 0 deletions apps/eas/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cscs:
- dsm2
- dimm1
- dimm2
- dream
- epm1
- ess1
- ess104
Expand Down

0 comments on commit 4f86f32

Please sign in to comment.