-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmta.yaml
45 lines (39 loc) · 1.04 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
ID: StudentApp
_schema-version: '2.0'
version: 0.0.1
modules:
- name: StudentDB
type: hdb
path: StudentDB
requires:
- name: hdi_StudentDB
- name: StudentDBConsumer
type: hdb
path: StudentDBConsumer
requires:
- name: hdi_StudentDBConsumer_2
properties:
TARGET_CONTAINER: ~{hdi-container-name_3}
- name: cross-container-service-1
group: SERVICE_REPLACEMENTS
properties:
key: ServiceName_1
service: ~{the-service-name}
resources:
- name: hdi_StudentDB
properties:
hdi-container-name: ${service-name}
type: com.sap.xs.hdi-container
- name: hdi_StudentDBConsumer_2
parameters:
config:
schema: STUDENT_DB_CONSUMER
properties:
hdi-container-name_3: ${service-name}
type: com.sap.xs.hdi-container
- name: cross-container-service-1
parameters:
service-name: JEFF-jwdffabztupzmv52-student-anonymization-app-hdi_StudentDB
properties:
the-service-name: ${service-name}
type: org.cloudfoundry.existing-service