Rework netconf-executor
[ccsdk/cds.git] / ms / blueprintsprocessor / application / src / main / resources / application.properties
1 #
2 #  Copyright (c) 2017-2019 AT&T, IBM, Bell Canada.
3 #
4 #  Licensed under the Apache License, Version 2.0 (the "License");
5 #  you may not use this file except in compliance with the License.
6 #  You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #  Unless required by applicable law or agreed to in writing, software
11 #  distributed under the License is distributed on an "AS IS" BASIS,
12 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #  See the License for the specific language governing permissions and
14 #  limitations under the License.
15 #
16 #logging.level.web=DEBUG
17
18 # Web server config
19 server.port=8080
20
21 blueprintsprocessor.grpcEnable=false
22 blueprintsprocessor.httpPort=8080
23 blueprintsprocessor.grpcPort=9111
24 # Blueprint Processor File Execution and Handling Properties
25 blueprintsprocessor.blueprintDeployPath=/opt/app/onap/blueprints/deploy
26 blueprintsprocessor.blueprintArchivePath=/opt/app/onap/blueprints/archive
27 # Primary Database Configuration
28 blueprintsprocessor.db.primary.url=jdbc:mysql://db:3306/sdnctl
29 blueprintsprocessor.db.primary.username=sdnctl
30 blueprintsprocessor.db.primary.password=sdnctl
31 blueprintsprocessor.db.primary.driverClassName=org.mariadb.jdbc.Driver
32 blueprintsprocessor.db.primary.hibernateHbm2ddlAuto=update
33 blueprintsprocessor.db.primary.hibernateDDLAuto=update
34 blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
35 blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.MySQL5InnoDBDialect
36 # Python executor
37 blueprints.processor.functions.python.executor.executionPath=/opt/app/onap/scripts/jython/ccsdk_blueprints
38 blueprints.processor.functions.python.executor.modulePaths=/opt/app/onap/scripts/jython/ccsdk_blueprints,/opt/app/onap/scripts/jython/ccsdk_netconf