add SDNC MD-SAL and AAI Restconf URL settings to CDS Blueprint Processor
[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 blueprintsprocessor.grpcEnable=true
18 blueprintsprocessor.httpPort=8080
19 blueprintsprocessor.grpcPort=9111
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/work
25
26 # Primary Database Configuration
27 blueprintsprocessor.db.primary.url=jdbc:mysql://cds-db:3306/sdnctl
28 blueprintsprocessor.db.primary.username=sdnctl
29 blueprintsprocessor.db.primary.password=sdnctl
30 blueprintsprocessor.db.primary.driverClassName=org.mariadb.jdbc.Driver
31 blueprintsprocessor.db.primary.hibernateHbm2ddlAuto=update
32 blueprintsprocessor.db.primary.hibernateDDLAuto=update
33 blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
34 blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.MySQL5InnoDBDialect
35
36 # Python executor
37 blueprints.processor.functions.python.executor.executionPath=/opt/app/onap/scripts/jython/ccsdk_blueprints
38 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
39
40 security.user.password: {bcrypt}$2a$10$duaUzVUVW0YPQCSIbGEkQOXwafZGwQ/b32/Ys4R1iwSSawFgz7QNu
41 security.user.name: ccsdkapps
42
43 # SDN-C's ODL Restconf Connection Details
44 blueprintsprocessor.restconfEnabled=true
45 blueprintsprocessor.restclient.sdncodl.type=basic-auth
46 blueprintsprocessor.restclient.sdncodl.url=http://sdnc:8282/
47 blueprintsprocessor.restclient.sdncodl.username=admin
48 blueprintsprocessor.restclient.sdncodl.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
49
50 # Executor Options
51 blueprintprocessor.resourceResolution.enabled=true
52 blueprintprocessor.netconfExecutor.enabled=true
53 blueprintprocessor.restConfExecutor.enabled=true
54 blueprintprocessor.remoteScriptCommand.enabled=true
55
56 # Command executor
57 blueprintsprocessor.grpcclient.remote-python.type=token-auth
58 blueprintsprocessor.grpcclient.remote-python.host=cds-command-executor
59 blueprintsprocessor.grpcclient.remote-python.port=50051
60 blueprintsprocessor.grpcclient.remote-python.token=Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
61
62 # Primary Config Data REST client settings
63 blueprintsprocessor.restclient.primary-config-data.type=basic-auth
64 blueprintsprocessor.restclient.primary-config-data.url=http://sdnc:8282
65 blueprintsprocessor.restclient.primary-config-data.username=admin
66 blueprintsprocessor.restclient.primary-config-data.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
67
68 # Primary AAI Data REST Client settings
69 blueprintsprocessor.restclient.primary-aai-data.type=basic-auth
70 blueprintsprocessor.restclient.primary-aai-data.url=https://aai.onap:8443
71 blueprintsprocessor.restclient.primary-aai-data.username=aai@aai.onap.org
72 blueprintsprocessor.restclient.primary-aai-data.password=demo123456!
73