-
Notifications
You must be signed in to change notification settings - Fork 0
/
mta.yaml
69 lines (57 loc) · 1.53 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
#This file is a design-time descriptor, that will be used by the platform to create a deployment descriptor. This file contains
#information related to the application (ID, version, description) as well as resources,
#modules and parameters that will be deployed and required at runtime.
#create uaa service
#xs create-service xsuaa default hana_xsa001-uaa
_schema-version: '2.0'
ID: xsa001
version: 0.0.1
modules:
- name: web
type: html5
path: web
requires:
- name: hana_xsa001-uaa
- name: ui5-lib
properties:
ui5liburl: ~{url}
- name: nodejs
group: destinations
properties:
name: nodejs
url: ~{url}
forwardAuthToken: true
- name: db
type: hdb
path: db
requires:
- name: hdi-container
- name: js
type: nodejs
path: js
provides:
- name: nodejs
properties:
url: "${default-url}"
requires:
- name: hana_xsa001-uaa
- name: db
- name: hdi-container
resources:
- name: hana_xsa001-uaa
type: com.sap.xs.uaa
parameters:
config_path: ./xs-security.json
- name: hdi-container
parameters:
config:
schema: XSA001
properties:
hdi-container-name: ${service-name}
type: com.sap.xs.hdi-container
- name: ui5-lib
type: configuration
parameters:
ID: com.sap.ui5.dist.sapui5-dist-xsa.XSAC_SAPUI5_FESV2:sapui5_fesv2 # Specifies the the ID of the provider MTA.
name: sapui5_fesv2
version: "=1.38.15" # The version (range) of the provider MTA.