-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmta.yaml
54 lines (54 loc) · 1.5 KB
/
mta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
ID: dbTestEnric
_schema-version: "2.1"
version: 0.0.1
modules:
- name: dbTestEnric-db
type: hdb
path: db
parameters:
memory: 256M
disk-quota: 256M
requires:
- name: dbTestEnric-db-hdi-container
- name: dbTestEnric-srv
type: java
path: srv
parameters:
memory: 1024M
provides:
- name: srv_api
properties:
url: ${default-url}
requires:
- name: dbTestEnric-db-hdi-container
properties:
JBP_CONFIG_RESOURCE_CONFIGURATION: '[tomcat/webapps/ROOT/META-INF/context.xml:
{"service_name_for_DefaultDB" : "~{hdi-container-name}"}]'
- name: dbTestEnric-srv-uaa
properties:
SAP_JWT_TRUST_ACL: '[{"clientid" : "*", "identityzone" : "*"}]'
resources:
- name: dbTestEnric-db-hdi-container
type: com.sap.xs.hdi-container
properties:
hdi-container-name: ${service-name}
- name: dbTestEnric-srv-uaa
type: org.cloudfoundry.managed-service
parameters:
service-plan: application
service: xsuaa
path: xs-security.json
- name: dbTestEnric-srv-uaa_no_exist
type: org.cloudfoundry.existing-service
- name: dbTestEnric-srv-uaa_error_plan
type: org.cloudfoundry.managed-service
parameters:
service-plan: application2
service: xsuaa
path: xs-security.json
- name: dbTestEnric-srv-uaa_error_service
type: org.cloudfoundry.managed-service
parameters:
service-plan: application
service: xsuaa2
path: xs-security.json