3ea588da3ad1dc5e99ba57ab2767a2f10baee52f
[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 # Web server config
17 ### START -Controller Blueprints Properties
18 # Load Resource Source Mappings
19 resourceSourceMappings=processor-db=source-db,input=source-input,default=source-default,config-data=source-rest,aai-data=source-rest,capability=source-capability
20
21 # Controller Blueprints Core Configuration
22 controllerblueprints.blueprintDeployPath=/opt/app/onap/blueprints/deploy
23 controllerblueprints.blueprintArchivePath=/opt/app/onap/blueprints/archive
24 controllerblueprints.blueprintWorkingPath=/opt/app/onap/blueprints/working
25
26 # Controller Blueprint Load Configurations
27 # blueprints.load.initial-data may be overridden by ENV variables
28 controllerblueprints.loadInitialData=false
29 controllerblueprints.loadBluePrint=false
30 controllerblueprints.loadBluePrintPaths=/opt/app/onap/model-catalog/blueprint-model/service-blueprint
31 controllerblueprints.loadModelType=false
32 controllerblueprints.loadModeTypePaths=/opt/app/onap/model-catalog/definition-type/starter-type
33 controllerblueprints.loadResourceDictionary=false
34 controllerblueprints.loadResourceDictionaryPaths=/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary
35
36 # CBA file extension
37 controllerblueprints.loadCbaExtension=zip
38
39 ### END -Controller Blueprints Properties
40
41 blueprintsprocessor.grpcEnable=false
42 blueprintsprocessor.httpPort=8080
43 blueprintsprocessor.grpcPort=9111
44
45 # Blueprint Processor File Execution and Handling Properties
46 blueprintsprocessor.blueprintDeployPath=/opt/app/onap/blueprints/deploy
47 blueprintsprocessor.blueprintArchivePath=/opt/app/onap/blueprints/archive
48 blueprintsprocessor.blueprintWorkingPath=/opt/app/onap/blueprints/working
49
50 # Primary Database Configuration
51 blueprintsprocessor.db.url=jdbc:mysql://db:3306/sdnctl
52 blueprintsprocessor.db.username=sdnctl
53 blueprintsprocessor.db.password=sdnctl
54 blueprintsprocessor.db.driverClassName=org.mariadb.jdbc.Driver
55 blueprintsprocessor.db.hibernateHbm2ddlAuto=update
56 blueprintsprocessor.db.hibernateDDLAuto=update
57 blueprintsprocessor.db.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
58 blueprintsprocessor.db.hibernateDialect=org.hibernate.dialect.MySQL5InnoDBDialect
59
60 # Python executor
61 blueprints.processor.functions.python.executor.executionPath=/opt/app/onap/scripts/jython/ccsdk_blueprints
62 blueprints.processor.functions.python.executor.modulePaths=/opt/app/onap/scripts/jython/ccsdk_blueprints,/opt/app/onap/scripts/jython/ccsdk_netconf,/opt/app/onap/scripts/jython/ccsdk_restconf
63
64 security.user.password: {bcrypt}$2a$10$duaUzVUVW0YPQCSIbGEkQOXwafZGwQ/b32/Ys4R1iwSSawFgz7QNu
65 security.user.name: ccsdkapps
66
67 # SDN-C's ODL Restconf Connection Details
68 blueprintsprocessor.restconfEnabled=true
69 blueprintsprocessor.restclient.sdncodl.type=basic-auth
70 blueprintsprocessor.restclient.sdncodl.url=http://sdnc:8282/
71 blueprintsprocessor.restclient.sdncodl.username=admin
72 blueprintsprocessor.restclient.sdncodl.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
73
74 # Executor Options
75 blueprintprocessor.resourceResolution.enabled=true
76 blueprintprocessor.netconfExecutor.enabled=true
77 blueprintprocessor.restConfExecutor.enabled=true
78 blueprintsprocessor.cliExecutor.enabled=true
79 blueprintprocessor.remoteScriptCommand.enabled=true
80
81 blueprintsprocessor.grpcclient.remote-python.type=token-auth
82 blueprintsprocessor.grpcclient.remote-python.host=localhost
83 blueprintsprocessor.grpcclient.remote-python.port=50051
84 blueprintsprocessor.grpcclient.remote-python.token=Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
85
86
87 # Primary Config Data REST client settings
88 blueprintsprocessor.restclient.config-data.type=basic-auth
89 blueprintsprocessor.restclient.config-data.url=http://sdnc:8282
90 blueprintsprocessor.restclient.config-data.username=admin
91 blueprintsprocessor.restclient.config-data.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
92
93 # Primary AAI Data REST Client settings
94 blueprintsprocessor.restclient.aai-data.type=basic-auth
95 blueprintsprocessor.restclient.aai-data.url=https://aai.onap:8443
96 blueprintsprocessor.restclient.aai-data.username=aai@aai.onap.org
97 blueprintsprocessor.restclient.aai-data.password=demo123456!
98
99 # Kafka-message-lib Configuration
100 blueprintsprocessor.messageclient.self-service-api.topic=producer.t
101 blueprintsprocessor.messageclient.self-service-api.type=kafka-basic-auth
102 blueprintsprocessor.messageclient.self-service-api.bootstrapServers=127.0.0.1:9092
103 blueprintsprocessor.messageclient.self-service-api.consumerTopic=receiver.t
104 blueprintsprocessor.messageclient.self-service-api.groupId=receiver-id
105 blueprintsprocessor.messageclient.self-service-api.clientId=default-client-id
106 blueprintsprocessor.messageclient.self-service-api.kafkaEnable=false