-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmta.yaml
92 lines (92 loc) · 2.66 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
_schema-version: "3.2"
ID: MTAFioriApp01
version: 0.0.1
modules:
- name: MTAFioriApp01-destination-content
type: com.sap.application.content
requires:
- name: MTAFioriApp01-destination-service
parameters:
content-target: true
- name: MTAFioriApp01_html_repo_host
parameters:
service-key:
name: MTAFioriApp01_html_repo_host-key
- name: uaa_MTAFioriApp01
parameters:
service-key:
name: uaa_MTAFioriApp01-key
parameters:
content:
instance:
destinations:
- Name: ns_mtafioriappmanaged01_MTAFioriApp01_html_repo_host
ServiceInstanceName: MTAFioriApp01-html5-app-host-service
ServiceKeyName: MTAFioriApp01_html_repo_host-key
sap.cloud.service: ns.mtafioriappmanaged01
- Authentication: OAuth2UserTokenExchange
Name: ns_mtafioriappmanaged01_uaa_MTAFioriApp01
ServiceInstanceName: MTAFioriApp01-xsuaa-service
ServiceKeyName: uaa_MTAFioriApp01-key
sap.cloud.service: ns.mtafioriappmanaged01
existing_destinations_policy: ignore
build-parameters:
no-source: true
- name: MTAFioriApp01-app-content
type: com.sap.application.content
path: .
requires:
- name: MTAFioriApp01_html_repo_host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- nsmtafiorimanagedapp01mtafioriapp01.zip
name: nsmtafiorimanagedapp01mtafioriapp01
target-path: resources/
- name: nsmtafiorimanagedapp01mtafioriapp01
type: html5
path: mtafioriapp01
build-parameters:
build-result: dist
builder: custom
commands:
- npm install
- npm run build:cf
supported-platforms: []
resources:
- name: MTAFioriApp01-destination-service
type: org.cloudfoundry.managed-service
parameters:
config:
HTML5Runtime_enabled: true
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: MTAFioriApp01-destination-service
service-plan: lite
- name: MTAFioriApp01_html_repo_host
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-name: MTAFioriApp01-html5-app-host-service
service-plan: app-host
- name: uaa_MTAFioriApp01
type: org.cloudfoundry.managed-service
parameters:
path: ./xs-security.json
service: xsuaa
service-name: MTAFioriApp01-xsuaa-service
service-plan: application
parameters:
deploy_mode: html5-repo