Make UatExecutor accessible inside a CBA JUnit test
[ccsdk/cds.git] / components / model-catalog / blueprint-model / archetype-blueprint / src / main / resources / archetype-resources / Tests / resources / application-test.properties
1 #
2 # Copyright © 2019 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
17 spring.http.log-request-details=true
18
19 # Error Managements
20 error.catalog.applicationId=cds
21 error.catalog.type=properties
22 error.catalog.errorDefinitionDir=./src/test/resources/
23
24 blueprintsprocessor.httpPort=0
25 blueprintsprocessor.grpcEnable=true
26 blueprintsprocessor.grpcPort=0
27
28 blueprintsprocessor.db.url=jdbc:h2:mem:testdb;MODE=MySQL;DB_CLOSE_DELAY=-1
29 blueprintsprocessor.db.username=sa
30 blueprintsprocessor.db.password=
31 blueprintsprocessor.db.driverClassName=org.h2.Driver
32 blueprintsprocessor.db.hibernateHbm2ddlAuto=create-drop
33 blueprintsprocessor.db.hibernateDDLAuto=update
34 blueprintsprocessor.db.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
35 blueprintsprocessor.db.hibernateDialect=org.hibernate.dialect.H2Dialect
36
37 # The properties bellow are set programmatically
38 #blueprintsprocessor.blueprintDeployPath=
39 #blueprintsprocessor.blueprintArchivePath=
40 #blueprintsprocessor.blueprintWorkingPath=
41 #security.user.name=
42 #security.user.password=
43
44 # Python executor
45 blueprints.processor.functions.python.executor.executionPath=../../../components/scripts/python/ccsdk_blueprints
46 blueprints.processor.functions.python.executor.modulePaths=\
47   ../../../components/scripts/python/ccsdk_blueprints,\
48   ../../../components/scripts/python/ccsdk_netconf,\
49   ../../../components/scripts/python/ccsdk_restconf
50
51 # Executor Options
52 blueprintsprocessor.cliExecutor.enabled=true
53 blueprintsprocessor.netconfExecutor.enabled=true
54
55 blueprintsprocessor.restconfEnabled=true
56
57
58 #Encrypted username and password for health check service
59 endpoints.user.name=eHbVUbJAj4AG2522cSbrOQ==
60 endpoints.user.password=eHbVUbJAj4AG2522cSbrOQ==
61
62 #BaseUrls for health check blueprint processor services
63 blueprintprocessor.healthcheck.baseUrl=http://localhost:8080/
64 blueprintprocessor.healthcheck.mapping-service-name-with-service-link=[Execution service,/api/v1/execution-service/health-check],[Resources service,/api/v1/resources/health-check],[Template service,/api/v1/template/health-check]
65
66 #BaseUrls for health check Cds Listener services
67 cdslistener.healthcheck.baseUrl=http://cds-sdc-listener:8080/
68 cdslistener.healthcheck.mapping-service-name-with-service-link=[SDC Listener service,/api/v1/sdclistener/healthcheck]
69
70 #K8s Plugin properties
71 blueprintprocessor.k8s.plugin.username=test
72 blueprintprocessor.k8s.plugin.password=pass
73 blueprintprocessor.k8s.plugin.url=http://multicloud-k8s:9015/
74
75 #Workflow store configuration
76 #workflow Audit request
77 blueprintsprocessor.workflow.self-service-api.audit.storeEnable=false