Skip to content

Commit

Permalink
Add EAS CSC app (not EAS collector app)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrondel committed Nov 22, 2024
1 parent f59ac49 commit 21fa8e8
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/eas/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cscs:
- dimm1
- dimm2
- dream
- eascsc
- epm1
- ess1
- ess104
Expand All @@ -30,6 +31,7 @@ isSim:
- dimm1
- dimm2
- dream
- eascsc
- epm1
- ess1
- ess104
Expand Down
4 changes: 4 additions & 0 deletions apps/eascsc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: eascsc
apiVersion: v2
version: 0.13.0
description: A Helm chart for deploying the EAS CSC.
1 change: 1 addition & 0 deletions apps/eascsc/templates
13 changes: 13 additions & 0 deletions apps/eascsc/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/eas
tag: c0039
pullPolicy: Always
env:
LSST_DDS_PARTITION_PREFIX: tucson
LSST_SITE: tucson
OSPL_INFOFILE: /tmp/ospl-info-eascsc.log
OSPL_ERRORFILE: /tmp/ospl-error-eascsc.log
RUN_ARG: --simulate
shmemDir: /run/ospl
osplVersion: V6.10.4
1 change: 1 addition & 0 deletions apps/eascsc/values.yaml
2 changes: 1 addition & 1 deletion apps/kafka-producers/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ producers:
mtaircompressor:
cscs: MTAirCompressor
eas:
cscs: DIMM DREAM DSM EPM ESS WeatherForecast
cscs: DIMM DREAM DSM EAS EPM ESS WeatherForecast
lasertracker:
cscs: LaserTracker
genericcamera:
Expand Down
3 changes: 3 additions & 0 deletions apps/love-producer/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ producers:
dsm2:
name_index: DSM:2 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
eascsc:
name_index: EAS:0 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
epm1:
name_index: EPM:1 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
Expand Down

0 comments on commit 21fa8e8

Please sign in to comment.