diff options
author | Dan Timoney <dtimoney@att.com> | 2019-08-15 20:28:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-15 20:28:00 +0000 |
commit | 11dbd17296d9572a04bb4e3aea9063c2d1ee3f1d (patch) | |
tree | 57879ec7ff6fe70519e8564131c516aeefabef47 /ms | |
parent | f0e6ba623e04fb6389e7d09c321aaae27f07d2d6 (diff) | |
parent | b97946e4848e45d336324341e62f93159bea58fa (diff) |
Merge "application-dev.properties missing python modules paths resulting in failure to execute Jython netconf calls."
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/blueprintsprocessor/application/src/main/resources/application-dev.properties | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties b/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties index cf8311095..16e5b32d3 100755 --- a/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties +++ b/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties @@ -17,6 +17,10 @@ # #logging.level.web=DEBUG + +#NOTE: When creating a runner for CDS BP application, don't forget to update the working directory! +#Current paths assume relative paths to $CDS_DIR/ms/blueprintsprocessor/application + # Web server config server.port=8081 @@ -79,7 +83,7 @@ blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.MySQL5Inno ###blueprints.processor.functions.python.executor.modulePaths=/opt/app/onap/scripts/jython/ccsdk_blueprints,/opt/app/onap/scripts/jython/ccsdk_netconf,/opt/app/onap/scripts/jython/ccsdk_restconf blueprints.processor.functions.python.executor.executionPath=./../../../components/scripts/python/ccsdk_blueprints -blueprints.processor.functions.python.executor.modulePaths=./../../../components/scripts/python/ccsdk_blueprints +blueprints.processor.functions.python.executor.modulePaths=./../../../components/scripts/python/ccsdk_blueprints,./../../../components/scripts/python/ccsdk_netconf,./../../../components/scripts/python/ccsdk_restconf # SDN-C's ODL Restconf Connection Details blueprintsprocessor.restconfEnabled=true |