2 # Copyright © 2017-2018 AT&T Intellectual Property.
4 # Modifications Copyright © 2019 - 2020 IBM, Bell Canada.
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
10 # http://www.apache.org/licenses/LICENSE-2.0
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.
18 blueprintsprocessor.db.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
19 blueprintsprocessor.db.username=sa
20 blueprintsprocessor.db.password=
21 blueprintsprocessor.db.driverClassName=org.h2.Driver
22 blueprintsprocessor.db.hibernateHbm2ddlAuto=create-drop
23 blueprintsprocessor.db.hibernateDDLAuto=update
24 blueprintsprocessor.db.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
25 blueprintsprocessor.db.hibernateDialect=org.hibernate.dialect.H2Dialect
26 # Controller Blueprints Core Configuration
27 blueprintsprocessor.blueprintDeployPath=./target/blueprints/deploy
28 blueprintsprocessor.blueprintWorkingPath=./target/blueprints/work
29 blueprintsprocessor.blueprintArchivePath=./target/blueprints/archive
32 error.catalog.applicationId=cds
33 error.catalog.type=properties
34 error.catalog.errorDefinitionDir=./../../../application/src/test/resources/
37 blueprints.processor.functions.python.executor.executionPath=./../../../../components/scripts/python/ccsdk_blueprints
38 blueprints.processor.functions.python.executor.modulePaths=./../../../../components/scripts/python/ccsdk_blueprints
40 # Kafka-message-lib Configurations
41 blueprintsprocessor.messageconsumer.self-service-api.kafkaEnable=false
42 blueprintsprocessor.messageconsumer.self-service-api.type=kafka-scram-ssl-auth
43 blueprintsprocessor.messageconsumer.self-service-api.bootstrapServers=127.0.0.1:9092
44 blueprintsprocessor.messageconsumer.self-service-api.groupId=receiver-id
45 blueprintsprocessor.messageconsumer.self-service-api.topic=receiver.t
46 blueprintsprocessor.messageconsumer.self-service-api.clientId=request-receiver-client-id
47 blueprintsprocessor.messageconsumer.self-service-api.pollMillSec=1000
50 blueprintsprocessor.messageconsumer.self-service-api.truststore=src/test/resources/test.truststore.jks
51 blueprintsprocessor.messageconsumer.self-service-api.truststorePassword=secretpassword
52 blueprintsprocessor.messageconsumer.self-service-api.keystore=src/test/resources/test.keystore.jks
53 blueprintsprocessor.messageconsumer.self-service-api.keystorePassword=secretpassword
55 blueprintsprocessor.messageconsumer.self-service-api.scramUsername=test-user
56 blueprintsprocessor.messageconsumer.self-service-api.scramPassword=testUserPassword
58 # Kafka audit service Configurations
60 blueprintsprocessor.messageproducer.self-service-api.audit.kafkaEnable=false
61 blueprintsprocessor.messageproducer.self-service-api.audit.request.type=kafka-basic-auth
62 blueprintsprocessor.messageproducer.self-service-api.audit.request.bootstrapServers=127.0.0.1:9092
63 blueprintsprocessor.messageproducer.self-service-api.audit.request.clientId=audit-request-producer-client-id
64 blueprintsprocessor.messageproducer.self-service-api.audit.request.topic=audit-request-producer.t
67 blueprintsprocessor.messageproducer.self-service-api.audit.response.type=kafka-basic-auth
68 blueprintsprocessor.messageproducer.self-service-api.audit.response.bootstrapServers=127.0.0.1:9092
69 blueprintsprocessor.messageproducer.self-service-api.audit.response.clientId=audit-response-producer-client-id
70 blueprintsprocessor.messageproducer.self-service-api.audit.response.topic=audit-response-producer.t