diff options
author | Oleg Mitsura <oleg.mitsura@amdocs.com> | 2019-08-15 10:59:24 -0400 |
---|---|---|
committer | Oleg Mitsura <oleg.mitsura@amdocs.com> | 2019-08-15 10:59:24 -0400 |
commit | b97946e4848e45d336324341e62f93159bea58fa (patch) | |
tree | b84573328f82c32f3d4043b62f167d4c48baeac8 /ms/blueprintsprocessor/application/src | |
parent | e7a193764c9532ed51244b55cd81232c70594c82 (diff) |
application-dev.properties missing python modules
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
Diffstat (limited to 'ms/blueprintsprocessor/application/src')
-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 |