From b97946e4848e45d336324341e62f93159bea58fa Mon Sep 17 00:00:00 2001 From: Oleg Mitsura Date: Thu, 15 Aug 2019 10:59:24 -0400 Subject: application-dev.properties missing python modules paths resulting in failure to execute Jython netconf calls. Issue-Id: CCSDK-1622 Signed-off-by: Oleg Mitsura Change-Id: I9c255e2c5ca8dca85f3b2fbd34c4c823c6f6bf69 --- .../application/src/main/resources/application-dev.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg