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