From ce109599499b0edd573d601e2b2603103358a35f Mon Sep 17 00:00:00 2001 From: Krzysztof Findeisen Date: Tue, 17 Dec 2024 09:42:15 -0800 Subject: [PATCH 1/2] Stop forwarding messages to Prompt Processing ComCam-prod. We do not expect any more such messages, now that the camera is off the telescope. --- .../next-visit-fan-out/values-usdfprod-prompt-processing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/next-visit-fan-out/values-usdfprod-prompt-processing.yaml b/applications/next-visit-fan-out/values-usdfprod-prompt-processing.yaml index c2fd7c9667..a06b5fd453 100644 --- a/applications/next-visit-fan-out/values-usdfprod-prompt-processing.yaml +++ b/applications/next-visit-fan-out/values-usdfprod-prompt-processing.yaml @@ -13,4 +13,4 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: 2.5.0 -instruments: "LATISS LSSTComCam" +instruments: "LATISS" From d26395ba04c7fed117f7d3137562684478365f7c Mon Sep 17 00:00:00 2001 From: Krzysztof Findeisen Date: Tue, 17 Dec 2024 09:43:25 -0800 Subject: [PATCH 2/2] Shut down ComCam-prod instance of Prompt Processing. The camera is off the telescope, so no further processing is expected. --- .../values-usdfprod-prompt-processing.yaml | 86 ------------------- .../values-usdfprod-prompt-processing.yaml | 2 +- 2 files changed, 1 insertion(+), 87 deletions(-) delete mode 100644 applications/prompt-proto-service-lsstcomcam/values-usdfprod-prompt-processing.yaml diff --git a/applications/prompt-proto-service-lsstcomcam/values-usdfprod-prompt-processing.yaml b/applications/prompt-proto-service-lsstcomcam/values-usdfprod-prompt-processing.yaml deleted file mode 100644 index 40a10fd995..0000000000 --- a/applications/prompt-proto-service-lsstcomcam/values-usdfprod-prompt-processing.yaml +++ /dev/null @@ -1,86 +0,0 @@ -prompt-proto-service: - - podAnnotations: - # HACK: disable autoscaling as workaround for DM-41829 - autoscaling.knative.dev/min-scale: "200" - # see values.yaml for calculation of max-scale - autoscaling.knative.dev/max-scale: "200" - # Update this field if using latest or static image tag in dev - revision: "1" - - # HACK: disable autoscaling as workaround for DM-41829 - worker: - restart: 15 - - image: - pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. - tag: 4.11.1 - - instrument: - pipelines: - # IMPORTANT: don't use flow-style mappings (i.e., {}) in pipelines specs - # if the result (including any comments) is longer than 72 characters. - # The config will get corrupted after template substitution. - # Block-style mappings can have lines of any length. - main: |- - - survey: BLOCK-320 # Science Validation - pipelines: - - ${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCam/ApPipe.yaml - - ${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCam/SingleFrame.yaml - - ${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCam/Isr.yaml - - survey: BLOCK-T246 # instrument checkout - pipelines: ['${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCam/Isr-cal.yaml'] - # Manual observations during SV blocks - - survey: BLOCK-T306 - pipelines: [] - - survey: BLOCK-T307 - pipelines: [] - - survey: BLOCK-T308 - pipelines: [] - - survey: BLOCK-T309 - pipelines: [] - - survey: BLOCK-T310 - pipelines: [] - - survey: BLOCK-T311 - pipelines: [] - - survey: BLOCK-T312 - pipelines: [] - # Miscellaneous scripts, not always images - - {survey: "", pipelines: []} - # Ignore anything else - - {pipelines: []} - preprocessing: |- - - survey: BLOCK-320 - pipelines: ['${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCam/Preprocessing.yaml'] - - {survey: "", pipelines: []} - # No preprocessing for anything else - - {pipelines: []} - calibRepo: s3://rubin-summit-users - - s3: - imageBucket: rubin-summit - endpointUrl: https://sdfembs3.sdf.slac.stanford.edu - - raw_microservice: http://172.24.5.158:8080/presence - - imageNotifications: - kafkaClusterAddress: prompt-processing-2-kafka-bootstrap.kafka:9092 - topic: rubin-summit-notification - # Copied over from LATISS, works well empirically - imageTimeout: 110 - - apdb: - config: s3://rubin-summit-users/apdb_config/cassandra/pp_apdb_lsstcomcam.py - - alerts: - topic: "lsstcomcam-alerts" - - sasquatch: - endpointUrl: https://usdf-rsp-dev.slac.stanford.edu/sasquatch-rest-proxy - namespace: lsst.prompt.prod - auth_env: false - - logLevel: timer.lsst.activator=DEBUG lsst.diaPipe=VERBOSE lsst.rbClassify=VERBOSE lsst.resources=DEBUG - - fullnameOverride: "prompt-proto-service-lsstcomcam" diff --git a/environments/values-usdfprod-prompt-processing.yaml b/environments/values-usdfprod-prompt-processing.yaml index 79c9897f4a..b1c1ce92d9 100644 --- a/environments/values-usdfprod-prompt-processing.yaml +++ b/environments/values-usdfprod-prompt-processing.yaml @@ -11,6 +11,6 @@ applications: prompt-proto-service-hsc: false prompt-proto-service-latiss: true prompt-proto-service-lsstcam: false - prompt-proto-service-lsstcomcam: true + prompt-proto-service-lsstcomcam: false prompt-proto-service-lsstcomcamsim: false vault-secrets-operator: false