-
Notifications
You must be signed in to change notification settings - Fork 0
/
mta.yaml
119 lines (111 loc) · 3.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
## Generated mta.yaml based on template version 0.4.0
## appName = inventory
## language=nodejs; multiTenant=false
## approuter=
_schema-version: '3.1'
ID: inventory
version: 1.0.0
description: "A simple CAP project."
parameters:
enable-parallel-deployments: true
build-parameters:
before-all:
- builder: custom
commands:
- npm install --production
- npx -p @sap/cds-dk cds build --production
modules:
# --------------------- FRONTEND MODULE ------------------------
- name: Inventory
# --------------------------------------------------------------
type: html5
path: app/
parameters:
disk-quota: 512M
memory: 512M
build-parameters:
ignore: ["node_modules/"]
builder: custom
commands:
- ui5 build
requires:
# Resources extracted from CAP configuration
- name: inventory-hdi
- name: inventory_xsuaa
- name: inventory_destination
- name: inventory_connectivity
# - name: backend
# group: destinations
# properties:
# name: backend
# url: ~{url}
# forwardAuthToken: true
# --------------------- SERVER MODULE ------------------------
- name: inventory-srv
# ------------------------------------------------------------
type: nodejs
path: gen/srv
provides:
- name: backend # required by consumers of CAP services (e.g. approuter)
properties:
srv-url: ${default-url}
requires:
# Resources extracted from CAP configuration
- name: inventory-hdi
- name: inventory_xsuaa
- name: inventory_destination
- name: inventory_connectivity
# --------------------- DB MODULE ------------------------
- name: inventory-db
# ------------------------------------------------------------
type: hdb
path: gen/db
parameters:
app-name: inventory-db
build-parameters:
ignore: ["node_modules/"]
requires:
# 'hana' and 'xsuaa' resources extracted from CAP configuration
- name: inventory-hdi
- name: inventory_xsuaa
resources:
# services extracted from CAP configuration
# 'service-plan' can be configured via 'cds.requires.<name>.vcap.plan'
# ------------------------------------------------------------
- name: inventory-hdi
# ------------------------------------------------------------
type: com.sap.xs.hdi-container
parameters:
service: hana # or 'hanatrial' on trial landscapes
service-plan: hdi-shared
properties:
hdi-service-name: ${service-name}
# ------------------------------------------------------------
- name: inventory_xsuaa
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service: xsuaa
service-plan: application
config:
xsappname: inventory-${space} # name + space dependency
tenant-mode: dedicated
## path to xs-security.json to add roles and scopes
#path: config/xs-security.json
## or inline definition
# scopes:
# - name: $XSAPPNAME...
# ------------------------------------------------------------
- name: inventory_destination
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service-plan: lite
service: destination
# ------------------------------------------------------------
- name: inventory_connectivity
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service-plan: lite
service: connectivity