Enable usage of storm.yaml

Story: 2008592
Task: 41749
Change-Id: I3a3a51f50ad64ab1bd73672b0bc7b09884309e68
This commit is contained in:
bandorf 2021-02-03 16:19:30 +01:00
parent 0ee0e79a73
commit 1464b7b541

View File

@ -180,7 +180,8 @@ if [ "${NO_STORM_CLUSTER}" = "true" ]; then
echo "Submitting storm topology as local cluster using JAVAOPTS of $JAVAOPTS"
# shellcheck disable=SC2086
java $JAVAOPTS -classpath "/monasca-thresh.jar:$APACHE_STORM_DIR/lib/*" monasca.thresh.ThresholdingEngine /etc/monasca/thresh-config.yml thresh-cluster local
export STORM_JAR_JVM_OPTS="$JAVAOPTS"
exec storm jar "/monasca-thresh.jar" monasca.thresh.ThresholdingEngine /etc/monasca/thresh-config.yml thresh-cluster local
exit $?
fi