Skip to content

Commit

Permalink
Merge pull request #335 from lsst-ts/tickets/DM-46927
Browse files Browse the repository at this point in the history
Tickets/dm 46927
  • Loading branch information
tribeiro authored Oct 30, 2024
2 parents 1e5872b + 48c1fd6 commit 650c7ad
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/dmocps/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ namespace: uws
cscs:
- atocps
- ccocps
- raocps
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 @@ -177,6 +177,9 @@ producers:
ocsscriptqueue:
name_index: ScriptQueue:3 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/queue/ws/subscription
raocps:
name_index: OCPS:101 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
tmaess001:
name_index: ESS:1 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
Expand Down
18 changes: 18 additions & 0 deletions apps/raocps/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
namespace: uws
image:
repository: ts-dockerhub.lsst.org/dmocps
tag: c0039
pullPolicy: Always
env:
LSST_DDS_PARTITION_PREFIX: tucson
LSST_SITE: tucson
OSPL_INFOFILE: /tmp/ospl-info-raocps.log
OSPL_ERRORFILE: /tmp/ospl-error-raocps.log
RUN_ARG: 101
REDIS_HOST: redis-service.rapid-analysis.svc.cluster.local
REDIS_PORT: 6379
shmemDir: /run/ospl
osplVersion: V6.10.4
envSecrets:
- name: REDIS_PASSWORD
secretKey: redis-password

0 comments on commit 650c7ad

Please sign in to comment.