Renaming Files having BluePrint to have Blueprint
[ccsdk/cds.git] / ms / blueprintsprocessor / application / src / test / resources / application.properties
1 #
2 # Copyright © 2017-2018 AT&T Intellectual Property.
3 #
4 # Modifications Copyright © 2019 IBM, Bell Canada.
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #     http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 #
18 # Web server config
19 server.port=8080
20 ### START -Controller Blueprints Properties
21 # Load Resource Source Mappings
22 resourceSourceMappings=processor-db=source-db,input=source-input,default=source-default,sdnc=source-rest,aai-data=source-rest,capability=source-capability
23
24 # Controller Blueprints Core Configuration
25 blueprintsprocessor.blueprintDeployPath=/opt/app/onap/blueprints/deploy
26 blueprintsprocessor.blueprintArchivePath=/opt/app/onap/blueprints/archive
27 blueprintsprocessor.blueprintWorkingPath=/opt/app/onap/blueprints/working
28
29 # Controller Blueprint Load Configurations
30 # blueprints.load.initial-data may be overridden by ENV variables
31 blueprintsprocessor.loadInitialData=false
32 blueprintsprocessor.loadBlueprint=false
33 blueprintsprocessor.loadBlueprintPaths=/opt/app/onap/model-catalog/blueprint-model/service-blueprint
34 blueprintsprocessor.loadModelType=false
35 blueprintsprocessor.loadModeTypePaths=/opt/app/onap/model-catalog/definition-type/starter-type
36 blueprintsprocessor.loadResourceDictionary=false
37 blueprintsprocessor.loadResourceDictionaryPaths=/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary
38
39 # CBA file extension
40 controllerblueprints.loadCbaExtension=zip
41
42 ### END -Controller Blueprints Properties
43
44 blueprintsprocessor.grpcEnable=false
45 blueprintsprocessor.httpPort=8080
46 blueprintsprocessor.grpcPort=9111
47
48 # Primary Database Configuration
49 blueprintsprocessor.db.url=jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE
50 blueprintsprocessor.db.username=sa
51 blueprintsprocessor.db.password=
52 blueprintsprocessor.db.driverClassName=org.h2.Driver
53 blueprintsprocessor.db.hibernateHbm2ddlAuto=create-drop
54 blueprintsprocessor.db.hibernateDDLAuto=update
55 blueprintsprocessor.db.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
56 blueprintsprocessor.db.hibernateDialect=org.hibernate.dialect.H2Dialect
57 # Python executor
58 blueprints.processor.functions.python.executor.executionPath=/opt/app/onap/scripts/jython/ccsdk_blueprints
59 blueprints.processor.functions.python.executor.modulePaths=/opt/app/onap/scripts/jython/ccsdk_blueprints
60
61 security.user.password:{bcrypt}$2a$10$duaUzVUVW0YPQCSIbGEkQOXwafZGwQ/b32/Ys4R1iwSSawFgz7QNu
62 security.user.name:ccsdkapps
63
64 # Error Managements
65 error.catalog.applicationId=cds
66 error.catalog.type=properties
67 error.catalog.errorDefinitionDir=./src/test/resources/
68
69 # Executor Options
70 blueprintsprocessor.resourceResolution.enabled=true
71 blueprintsprocessor.netconfExecutor.enabled=true
72 blueprintsprocessor.restConfExecutor.enabled=true
73 blueprintsprocessor.cliExecutor.enabled=true
74 blueprintsprocessor.remoteScriptCommand.enabled=false
75
76
77 # Kafka-message-lib Configurations
78 blueprintsprocessor.messageconsumer.self-service-api.kafkaEnable=false
79 blueprintsprocessor.messageconsumer.self-service-api.type=kafka-basic-auth
80 blueprintsprocessor.messageconsumer.self-service-api.bootstrapServers=127.0.0.1:9092
81 blueprintsprocessor.messageconsumer.self-service-api.groupId=receiver-id
82 blueprintsprocessor.messageconsumer.self-service-api.topic=receiver.t
83 blueprintsprocessor.messageconsumer.self-service-api.clientId=request-receiver-client-id
84 blueprintsprocessor.messageconsumer.self-service-api.pollMillSec=1000
85
86 # Kafka audit service Configurations
87 blueprintsprocessor.messageproducer.self-service-api.audit.kafkaEnable=false
88 blueprintsprocessor.messageproducer.self-service-api.audit.request.type=kafka-basic-auth
89 blueprintsprocessor.messageproducer.self-service-api.audit.request.bootstrapServers=127.0.0.1:9092
90 blueprintsprocessor.messageproducer.self-service-api.audit.request.clientId=audit-request-producer-client-id
91 blueprintsprocessor.messageproducer.self-service-api.audit.request.topic=audit-request-producer.t
92
93 blueprintsprocessor.messageproducer.self-service-api.audit.response.type=kafka-basic-auth
94 blueprintsprocessor.messageproducer.self-service-api.audit.response.bootstrapServers=127.0.0.1:9092
95 blueprintsprocessor.messageproducer.self-service-api.audit.response.clientId=audit-response-producer-client-id
96 blueprintsprocessor.messageproducer.self-service-api.audit.response.topic=audit-response-producer.t
97
98
99 endpoints.user.name=eHbVUbJAj4AG2522cSbrOQ==
100 endpoints.user.password=eHbVUbJAj4AG2522cSbrOQ==