Add processor-db endpoint to application props
[oom.git] / kubernetes / cds / charts / cds-blueprints-processor / resources / config / 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,sdnc=source-rest,aai-data=source-rest,capability=source-capability,rest=source-rest,script=source-capability
20
21 # Blueprint Processor File Execution and Handling Properties
22 blueprintsprocessor.blueprintDeployPath=/opt/app/onap/blueprints/deploy
23 blueprintsprocessor.blueprintArchivePath=/opt/app/onap/blueprints/archive
24 blueprintsprocessor.blueprintWorkingPath=/opt/app/onap/blueprints/working
25
26 # blueprints.load.initial-data may be overridden by ENV variables
27 blueprintsprocessor.loadInitialData=true
28 blueprintsprocessor.loadBluePrint=true
29 blueprintsprocessor.loadBluePrintPaths=/opt/app/onap/model-catalog/blueprint-model/service-blueprint
30 blueprintsprocessor.loadModelType=true
31 blueprintsprocessor.loadModeTypePaths=/opt/app/onap/model-catalog/definition-type/starter-type
32 blueprintsprocessor.loadResourceDictionary=true
33 blueprintsprocessor.loadResourceDictionaryPaths=/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary
34
35 # CBA file extension
36 controllerblueprints.loadCbaExtension=zip
37
38 ### END -Controller Blueprints Properties
39
40 blueprintsprocessor.grpcEnable=true
41 blueprintsprocessor.httpPort=8080
42 blueprintsprocessor.grpcPort=9111
43
44 # db
45 blueprintsprocessor.db.url=jdbc:mysql://cds-db:3306/sdnctl
46 blueprintsprocessor.db.username=sdnctl
47 blueprintsprocessor.db.password=sdnctl
48 blueprintsprocessor.db.driverClassName=org.mariadb.jdbc.Driver
49 blueprintsprocessor.db.hibernateHbm2ddlAuto=update
50 blueprintsprocessor.db.hibernateDDLAuto=update
51 blueprintsprocessor.db.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
52 blueprintsprocessor.db.hibernateDialect=org.hibernate.dialect.MySQL5InnoDBDialect
53
54 # processor-db endpoint
55 blueprintsprocessor.db.processor-db.type=maria-db
56 blueprintsprocessor.db.processor-db.url=jdbc:mysql://mariadb-galera:3306/sdnctl
57 blueprintsprocessor.db.processor-db.username=root
58 blueprintsprocessor.db.processor-db.password=secretpassword
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 blueprintprocessor.remoteScriptCommand.enabled=true
79
80 # Command executor
81 blueprintsprocessor.grpcclient.remote-python.type=token-auth
82 blueprintsprocessor.grpcclient.remote-python.host=cds-command-executor
83 blueprintsprocessor.grpcclient.remote-python.port=50051
84 blueprintsprocessor.grpcclient.remote-python.token=Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
85
86 # Config Data REST client settings
87 blueprintsprocessor.restclient.sdnc.type=basic-auth
88 blueprintsprocessor.restclient.sdnc.url=http://sdnc:8282
89 blueprintsprocessor.restclient.sdnc.username=admin
90 blueprintsprocessor.restclient.sdnc.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
91
92 # AAI Data REST Client settings
93 blueprintsprocessor.restclient.aai-data.type=basic-auth
94 blueprintsprocessor.restclient.aai-data.url=https://aai:8443
95 blueprintsprocessor.restclient.aai-data.username=aai@aai.onap.org
96 blueprintsprocessor.restclient.aai-data.password=demo123456!
97
98 # Self Service Request Kafka Message Consumer
99 blueprintsprocessor.messageconsumer.self-service-api.kafkaEnable=false
100 blueprintsprocessor.messageconsumer.self-service-api.type=kafka-basic-auth
101 blueprintsprocessor.messageconsumer.self-service-api.bootstrapServers=message-router-kafka:9092
102 blueprintsprocessor.messageconsumer.self-service-api.groupId=cds-consumer-group
103 blueprintsprocessor.messageconsumer.self-service-api.topic=cds-consumer
104 blueprintsprocessor.messageconsumer.self-service-api.clientId=cds-client
105 blueprintsprocessor.messageconsumer.self-service-api.pollMillSec=1000
106
107 # Self Service Response Kafka Message Producer
108 blueprintsprocessor.messageproducer.self-service-api.bootstrapServers=message-router-kafka:9092
109 blueprintsprocessor.messageproducer.self-service-api.type=kafka-basic-auth
110 blueprintsprocessor.messageproducer.self-service-api.clientId=cds-client
111 blueprintsprocessor.messageproducer.self-service-api.topic=cds-producer
112