Merge "Doc Rest source code"
[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=8081\r
22 \r
23 blueprintsprocessor.grpcEnable=false\r
24 blueprintsprocessor.httpPort=8081\r
25 blueprintsprocessor.grpcPort=9111\r
26 \r
27 # Blueprint Processor File Execution and Handling Properties\r
28 blueprintsprocessor.blueprintDeployPath=blueprints/deploy\r
29 blueprintsprocessor.blueprintArchivePath=blueprints/archive\r
30 blueprintsprocessor.blueprintWorkingPath=blueprints/work\r
31 # Primary Database Configuration\r
32 blueprintsprocessor.db.primary.url=jdbc:mysql://localhost:3306/sdnctl\r
33 blueprintsprocessor.db.primary.username=sdnctl\r
34 blueprintsprocessor.db.primary.password=sdnctl\r
35 blueprintsprocessor.db.primary.driverClassName=org.mariadb.jdbc.Driver\r
36 blueprintsprocessor.db.primary.hibernateHbm2ddlAuto=update\r
37 blueprintsprocessor.db.primary.hibernateDDLAuto=none\r
38 blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy\r
39 blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.MySQL5InnoDBDialect\r
40 \r
41 # Python executor\r
42 blueprints.processor.functions.python.executor.executionPath=./../../../components/scripts/python/ccsdk_blueprints\r
43 blueprints.processor.functions.python.executor.modulePaths=./../../../components/scripts/python/ccsdk_blueprints\r
44 \r
45 # SDN-C's ODL Restconf Connection Details\r
46 blueprintsprocessor.restconfEnabled=true\r
47 blueprintsprocessor.restclient.sdncodl.type=basic-auth\r
48 blueprintsprocessor.restclient.sdncodl.url=http://localhost:8282/\r
49 blueprintsprocessor.restclient.sdncodl.username=admin\r
50 blueprintsprocessor.restclient.sdncodl.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
51
52 # Executor Options
53 blueprintprocessor.resourceResolution.enabled=true
54 blueprintprocessor.netconfExecutor.enabled=true
55 blueprintprocessor.restConfExecutor.enabled=true
56 blueprintprocessor.remoteScriptCommand.enabled=false