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

Add LinearStage to summit calsys configuration; remove LinearStage from calsys-lab tucson-teststand configuration #341

Merged
merged 1 commit into from
Nov 15, 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
6 changes: 0 additions & 6 deletions apps/calsys-lab/values-tucson-teststand.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions apps/calsys/values-summit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ cscs:
- tunablelaser
- cbp
- ledprojector
- linearstage101
- linearstage102
- linearstage103
- linearstage104
renameMap:
electrometer101: comcam-electrometer-101
electrometer102: cbpcal-electrometer-102
Expand Down
4 changes: 0 additions & 4 deletions apps/linearstage/values-linearstage1.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions apps/linearstage/values-linearstage101.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
env:
OSPL_INFOFILE: /tmp/ospl-info-linearstage101.log
OSPL_ERRORFILE: /tmp/ospl-error-linearstage101.log
RUN_ARG: 101
4 changes: 4 additions & 0 deletions apps/linearstage/values-linearstage102.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
env:
OSPL_INFOFILE: /tmp/ospl-info-linearstage102.log
OSPL_ERRORFILE: /tmp/ospl-error-linearstage102.log
RUN_ARG: 102
4 changes: 4 additions & 0 deletions apps/linearstage/values-linearstage103.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
env:
OSPL_INFOFILE: /tmp/ospl-info-linearstage103.log
OSPL_ERRORFILE: /tmp/ospl-error-linearstage103.log
RUN_ARG: 103
4 changes: 4 additions & 0 deletions apps/linearstage/values-linearstage104.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
env:
OSPL_INFOFILE: /tmp/ospl-info-linearstage104.log
OSPL_ERRORFILE: /tmp/ospl-error-linearstage104.log
RUN_ARG: 104
4 changes: 0 additions & 4 deletions apps/linearstage/values-linearstage2.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions apps/linearstage/values-linearstage3.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions apps/linearstage/values-summit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
namespace: calsys
image:
repository: ts-dockerhub.lsst.org/linearstage
tag: c0039
pullPolicy: Always
env:
LSST_DDS_PARTITION_PREFIX: summit
LSST_SITE: summit
OSPL_INFOFILE: /tmp/ospl-info-linearstage.log
OSPL_ERRORFILE: /tmp/ospl-error-linearstage.log
shmemDir: /run/ospl
osplVersion: V6.10.4
12 changes: 12 additions & 0 deletions apps/love-producer/values-summit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,18 @@ producers:
ledprojector:
name_index: LEDProjector:0
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
linearstage101:
name_index: LinearStage:101
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
linearstage102:
name_index: LinearStage:102
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
linearstage103:
name_index: LinearStage:103
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
linearstage104:
name_index: LinearStage:104
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
love:
name_index: LOVE:0
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
Expand Down
Loading