3b97e672c846845ad104138ce668cf3de6d8a436
[ccsdk/cds.git] / ms / blueprintsprocessor / application / src / main / resources / application.properties
1 #
2 #  Copyright (c) 2017-2019 AT&T, IBM, Bell Canada, Nordix Foundation.
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
25 # Blueprint Processor File Execution and Handling Properties
26 blueprintsprocessor.blueprintDeployPath=/opt/app/onap/blueprints/deploy
27 blueprintsprocessor.blueprintArchivePath=/opt/app/onap/blueprints/archive
28
29 # Primary Database Configuration
30 blueprintsprocessor.db.primary.url=jdbc:mysql://db:3306/sdnctl
31 blueprintsprocessor.db.primary.username=sdnctl
32 blueprintsprocessor.db.primary.password=sdnctl
33 blueprintsprocessor.db.primary.driverClassName=org.mariadb.jdbc.Driver
34 blueprintsprocessor.db.primary.hibernateHbm2ddlAuto=update
35 blueprintsprocessor.db.primary.hibernateDDLAuto=update
36 blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
37 blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.MySQL5InnoDBDialect
38
39 # Python executor
40 blueprints.processor.functions.python.executor.executionPath=/opt/app/onap/scripts/jython/ccsdk_blueprints
41 blueprints.processor.functions.python.executor.modulePaths=/opt/app/onap/scripts/jython/ccsdk_blueprints,/opt/app/onap/scripts/jython/ccsdk_netconf
42
43 security.user.password: {bcrypt}$2a$10$duaUzVUVW0YPQCSIbGEkQOXwafZGwQ/b32/Ys4R1iwSSawFgz7QNu
44 security.user.name: ccsdkapps
45
46 # SDN-C's ODL Restconf Connection Details
47 blueprintsprocessor.restconfEnabled=true
48 blueprintsprocessor.restclient.sdncodl.type=basic-auth
49 blueprintsprocessor.restclient.sdncodl.url=http://sdnc:8282/
50 blueprintsprocessor.restclient.sdncodl.username=admin
51 blueprintsprocessor.restclient.sdncodl.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U