c25176f9719cef548772ba8b99a9201d8c7b2f15
[oom.git] / kubernetes / cds / charts / blueprints-processor / resources / config / application.properties
1 #  Copyright (c) 2019 IBM, Bell Canada.\r
2 #\r
3 #  Licensed under the Apache License, Version 2.0 (the "License");\r
4 #  you may not use this file except in compliance with the License.\r
5 #  You may obtain a copy of the License at\r
6 #\r
7 #      http://www.apache.org/licenses/LICENSE-2.0\r
8 #\r
9 #  Unless required by applicable law or agreed to in writing, software\r
10 #  distributed under the License is distributed on an "AS IS" BASIS,\r
11 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
12 #  See the License for the specific language governing permissions and\r
13 #  limitations under the License.\r
14 \r
15 # Functionality config\r
16 blueprintsprocessor.grpcEnable=true\r
17 blueprintsprocessor.restconfEnabled=true\r
18 blueprintsprocessor.httpPort=8080\r
19 blueprintsprocessor.grpcPort=9111\r
20 \r
21 # Basic Authentication\r
22 security.user.password: {bcrypt}$2a$10$duaUzVUVW0YPQCSIbGEkQOXwafZGwQ/b32/Ys4R1iwSSawFgz7QNu\r
23 security.user.name: ccsdkapps\r
24 \r
25 # Blueprint Processor File Execution and Handling Properties\r
26 blueprintsprocessor.blueprintDeployPath=/opt/app/onap/blueprints/deploy\r
27 blueprintsprocessor.blueprintArchivePath=/opt/app/onap/blueprints/archive\r
28 \r
29 # Primary Database Configuration\r
30 blueprintsprocessor.db.primary.url=jdbc:mysql://cds-db: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=update\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=/opt/app/onap/scripts/jython/ccsdk_blueprints\r
41 blueprints.processor.functions.python.executor.modulePaths=/opt/app/onap/scripts/jython/ccsdk_blueprints,/opt/app/onap/scripts/jython/ccsdk_netconf\r
42 \r
43 # SDN-C's ODL Restconf Connection Details\r
44 blueprintsprocessor.restclient.sdncodl.type=basic-auth\r
45 blueprintsprocessor.restclient.sdncodl.url=http://sdnc:8282/\r
46 blueprintsprocessor.restclient.sdncodl.username=admin\r
47 blueprintsprocessor.restclient.sdncodl.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U