diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-04 15:44:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-04 15:44:42 +0000 |
commit | 8b5f4c0583144f6984e1c4b5c8961d094488af8e (patch) | |
tree | 08c29ae6bd8a65d80823320be8e5add630de35c8 /ms/controllerblueprints/distribution/src/main/docker/run.source | |
parent | b8fc5aab826138a3503d1cdd37d6f5eee63f08db (diff) | |
parent | a456e7e4b70b56fe4fb0c0e82645d12402ce2f78 (diff) |
Merge "Remove controllerbluprints distribution."
Diffstat (limited to 'ms/controllerblueprints/distribution/src/main/docker/run.source')
-rwxr-xr-x | ms/controllerblueprints/distribution/src/main/docker/run.source | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ms/controllerblueprints/distribution/src/main/docker/run.source b/ms/controllerblueprints/distribution/src/main/docker/run.source deleted file mode 100755 index cc2c72983..000000000 --- a/ms/controllerblueprints/distribution/src/main/docker/run.source +++ /dev/null @@ -1,13 +0,0 @@ -java -classpath "/etc:${APP_HOME}/lib/*:/lib/*:/src:/schema:/generated-sources:${APP_CONFIG_HOME}:${APP_HOME}" \ --DappName=${APPLICATIONNAME} -DappVersion=${BUNDLEVERSION} \ --DrouteOffer=${ROUTEOFFER} \ --DVERSION_ROUTEOFFER_ENVCONTEXT=${BUNDLEVERSION}/${STICKYSELECTORKEY}/${ENVCONTEXT} \ --DSecurityFilePath=/etc \ --DREST_NAME_NORMALIZER_PATTERN_FILE=/etc/PatternInputs.txt \ --Dms_name=org.onap.ccsdk.cds.controllerblueprints \ --Dlogging.config=${APP_CONFIG_HOME}/logback.xml \ --Djava.security.egd=file:/dev/./urandom \ --DAPPNAME=${APP_NAME} -DAPPENV=${APP_ENV} -DAPPVERSION=${APP_VERSION} -DNAMESPACE=${NAMESPACE} \ --Dspring.config.location=${APP_CONFIG_HOME}/ \ --Dblueprints.load.initial-data=${INIT_DATA_LOAD} \ -org.onap.ccsdk.cds.controllerblueprints.ControllerBlueprintsApplication |