-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmta.yaml
81 lines (81 loc) · 2.16 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
_schema-version: "3.2"
ID: sap-fiori-employee-mgmt
version: 0.0.1
modules:
- name: sap-fiori-employee-mgmt-approuter
type: approuter.nodejs
path: sap-fiori-employee-mgmt-approuter
requires:
- name: sap-fiori-employee-mgmt_html_repo_runtime
- name: uaa_employeemgmt
- name: sap-fiori-employee-mgmt-destination-service
group: destinations
properties:
forwardAuthToken: false
name: ui5
url: https://ui5.sap.com
parameters:
disk-quota: 256M
memory: 256M
- name: sap-fiori-employee-mgmt-app-content
type: com.sap.application.content
path: .
requires:
- name: sap-fiori-employee-mgmt_html_repo_host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- sapui5comemployeemgmt.zip
name: sapui5comemployeemgmt
target-path: resources/
- name: sapui5comemployeemgmt
type: html5
path: employee-mgmt
build-parameters:
build-result: dist
builder: custom
commands:
- npm install
- npm run build:cf
supported-platforms: []
resources:
- name: sap-fiori-employee-mgmt_html_repo_runtime
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-plan: app-runtime
- name: uaa_employeemgmt
type: org.cloudfoundry.managed-service
parameters:
path: ./xs-security.json
service: xsuaa
service-plan: application
- name: sap-fiori-employee-mgmt_html_repo_host
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-name: sap-fiori-employee-mgmt-html5-srv
service-plan: app-host
- name: sap-fiori-employee-mgmt-destination-service
type: org.cloudfoundry.managed-service
parameters:
config:
HTML5Runtime_enabled: false
init_data:
instance:
destinations:
- Authentication: NoAuthentication
Name: ui5
ProxyType: Internet
Type: HTTP
URL: https://ui5.sap.com
existing_destinations_policy: update
version: 1.0.0
service: destination
service-name: sap-fiori-employee-mgmt-destination-service
service-plan: lite
parameters:
deploy_mode: html5-repo