diff options
author | Brinda Santh <bs2796@att.com> | 2019-12-19 16:11:31 -0500 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2019-12-23 18:00:26 +0000 |
commit | 8fd7adbb9428bc0c14f5f08a321eabd582fbaf48 (patch) | |
tree | cbd5b63624bbceecceb7b5af423505edd3c55d98 /ms/blueprintsprocessor/application/src/main/docker | |
parent | 10c2988b51c764e62d8eeed52b254d363512eb24 (diff) |
Cluster distributed lock service.
Included and fixed clustered env properties and utils.
Fixed docker compose instance sequence numbers.
Issue-ID: CCSDK-2011
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: Ie28935ae7cb3de8c77cd7110993304eb49799b6c
Diffstat (limited to 'ms/blueprintsprocessor/application/src/main/docker')
-rw-r--r-- | ms/blueprintsprocessor/application/src/main/docker/startService.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/docker/startService.sh b/ms/blueprintsprocessor/application/src/main/docker/startService.sh index f5967dcb4..f516a3c57 100644 --- a/ms/blueprintsprocessor/application/src/main/docker/startService.sh +++ b/ms/blueprintsprocessor/application/src/main/docker/startService.sh @@ -18,10 +18,4 @@ exec java -classpath "/etc:${APP_HOME}/lib/*:/lib/*:/src:/schema:/generated-sour -Djava.security.egd=file:/dev/./urandom \ -DAPPNAME=${APPLICATIONNAME} -DAPPENV=${APP_ENV} -DAPPVERSION=${APP_VERSION} -DNAMESPACE=${NAMESPACE} \ -Dspring.config.location=${APP_CONFIG_HOME}/ \ --DCLUSTER_ID=${CLUSTER_ID} \ --DCLUSTER_NODE_ID=${CLUSTER_NODE_ID} \ --DCLUSTER_NODE_ADDRESS=${CLUSTER_NODE_ID} \ --DCLUSTER_MEMBERS=${CLUSTER_MEMBERS} \ --DCLUSTER_STORAGE_PATH=${CLUSTER_STORAGE_PATH} \ --DCLUSTER_CONFIG_FILE=${CLUSTER_CONFIG_FILE} \ org.onap.ccsdk.cds.blueprintsprocessor.BlueprintProcessorApplicationKt |