-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmta.yaml
112 lines (112 loc) · 2.88 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
_schema-version: "3.2"
ID: MTA03
version: 0.0.1
modules:
- name: northwinddemo-srv
type: nodejs
path: ./northwind-srv
requires:
- name: uaa_MTA03
provides:
- name: srv-api
properties:
srv-url: ${default-url}
parameters:
buildpack: nodejs_buildpack
build-parameters:
builder: npm-ci
- name: MTA03-destination-content
type: com.sap.application.content
requires:
- name: MTA03-destination-service
parameters:
content-target: true
- name: MTA03_html_repo_host
parameters:
service-key:
name: MTA03_html_repo_host-key
- name: srv-api
- name: uaa_MTA03
parameters:
service-key:
name: uaa_MTA03-key
parameters:
content:
instance:
destinations:
- Authentication: OAuth2UserTokenExchange
Name: northwind-app-srv
TokenServiceInstanceName: MTA03-xsuaa-service
TokenServiceKeyName: uaa_MTA03-key
URL: ~{srv-api/srv-url}
sap.cloud.service: MTA03
- Name: MTA03_MTA03_html_repo_host
ServiceInstanceName: MTA03-html5-app-host-service
ServiceKeyName: MTA03_html_repo_host-key
sap.cloud.service: MTA03
- Authentication: OAuth2UserTokenExchange
Name: MTA03_uaa_MTA03
ServiceInstanceName: MTA03-xsuaa-service
ServiceKeyName: uaa_MTA03-key
sap.cloud.service: MTA03
existing_destinations_policy: ignore
build-parameters:
no-source: true
- name: MTA03-app-content
type: com.sap.application.content
path: .
requires:
- name: MTA03_html_repo_host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- nsmta03mta03.zip
name: nsmta03mta03
target-path: resources/
- name: nsmta03mta03
type: html5
path: mta03
build-parameters:
build-result: dist
builder: custom
commands:
- npm install
- npm run build:cf
supported-platforms: []
resources:
- name: MTA03-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: MTA03-destination-service
service-plan: lite
- name: MTA03_html_repo_host
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-name: MTA03-html5-app-host-service
service-plan: app-host
- name: uaa_MTA03
type: org.cloudfoundry.managed-service
parameters:
path: ./xs-security.json
service: xsuaa
service-name: MTA03-xsuaa-service
service-plan: application
parameters:
deploy_mode: html5-repo