application-dev.properties missing python modules 30/93630/1
authorOleg Mitsura <oleg.mitsura@amdocs.com>
Thu, 15 Aug 2019 14:59:24 +0000 (10:59 -0400)
committerOleg Mitsura <oleg.mitsura@amdocs.com>
Thu, 15 Aug 2019 14:59:24 +0000 (10:59 -0400)
paths resulting in failure to execute Jython
netconf calls.

Issue-Id: CCSDK-1622

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I9c255e2c5ca8dca85f3b2fbd34c4c823c6f6bf69

ms/blueprintsprocessor/application/src/main/resources/application-dev.properties

index cf83110..16e5b32 100755 (executable)
 #
 #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