Skip to content

Commit e3dc1be

Browse files
authored
Merge pull request #305 from mwvgroup/u/ch/lsst/update_default_topic
Update pipelines for LSST schema v10_0
2 parents 645edf4 + 46ecf08 commit e3dc1be

File tree

3 files changed

+2398
-2
lines changed

3 files changed

+2398
-2
lines changed

broker/consumer/lsst/vm_startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fi
4444
) || exit
4545

4646
#--- Set the topic names to the "FORCE" metadata attributes if exist, else defaults
47-
KAFKA_TOPIC_DEFAULT="lsst-alerts-v9.0"
47+
KAFKA_TOPIC_DEFAULT="lsst-alerts-v10.0"
4848
KAFKA_TOPIC="${KAFKA_TOPIC_FORCE:-${KAFKA_TOPIC_DEFAULT}}"
4949
PS_TOPIC="${PS_TOPIC_FORCE:-${PS_TOPIC_DEFAULT}}"
5050
# set VM metadata, just for clarity and easy viewing

broker/setup_broker/lsst/setup_broker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ testid="${1:-test}"
88
teardown="${2:-False}"
99
# name of the survey this broker instance will ingest
1010
survey="${3:-lsst}"
11-
schema_version="${4:-9.0}"
11+
schema_version="${4:-10.0}"
1212
versiontag=v$(echo "${schema_version}" | tr . _) # 9.0 -> v9_0
1313
region="${5:-us-central1}"
1414
zone="${region}-a" # just use zone "a" instead of adding another script arg

0 commit comments

Comments
 (0)