-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmta.yaml
149 lines (149 loc) · 3.82 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
_schema-version: "3.2"
ID: sfsfcapapp
version: 0.0.1
modules:
- name: sfsfcapapp-srv
type: nodejs
path: gen/srv
properties:
APIKeyHubSandbox: MINO4cDjctG9Ou1fvK6c7FfQJLEFWlVD
ApplicationInterfaceKey: saptest0
requires:
- name: sfsfcapapp-uaa
- name: sfsfcapapp-dest
provides:
- name: srv-api
properties:
srv-url: ${default-url}
parameters:
buildpack: nodejs_buildpack
disk-quota: 1024M
memory: 512M
- name: sfsfcapapp-html5
type: html5
path: app/html5
build-parameters:
build-result: dist
builder: custom
commands:
- npm install
- npm run build:cf
supported-platforms: []
- name: sfsfcapapp-ui-deployer
type: com.sap.application.content
path: .
requires:
- name: sfsfcapapp-html5repo
parameters:
content-target: true
build-parameters:
build-result: gen/app
requires:
- artifacts:
- html5-content.zip
name: sfsfcapapp-html5
target-path: gen/app
- artifacts:
- comsapcapcandidateview.zip
name: comsapcapcandidateview
target-path: gen/app/
- name: sfsfcapapp-dest-content
type: com.sap.application.content
requires:
- name: sfsfcapapp-uaa
parameters:
service-key:
name: sfsfcapapp-uaa-sk
- name: sfsfcapapp-dest
parameters:
content-target: true
- name: sfsfcapapp-html5repo
parameters:
service-key:
name: sfsfcapapp-html5repo-sk
parameters:
content:
instance:
destinations:
- Authentication: OAuth2UserTokenExchange
Name: sfsfcapapp-service-sfsfcapapp-uaa
ServiceInstanceName: sfsfcapapp-uaa
ServiceKeyName: sfsfcapapp-uaa-sk
sap.cloud.service: sfsfcapapp-service
- Name: sfsfcapapp-service-sfsfcapapp-html5repo
ServiceInstanceName: sfsfcapapp-html5repo
ServiceKeyName: sfsfcapapp-html5repo-sk
sap.cloud.service: sfsfcapapp-service
existing_destinations_policy: update
build-parameters:
no-source: true
- name: comsapcapcandidateview
type: html5
path: app/candidate-view
build-parameters:
build-result: dist
builder: custom
commands:
- npm install
- npm run build:cf
supported-platforms: []
resources:
- name: sfsfcapapp-uaa
type: org.cloudfoundry.managed-service
parameters:
path: ./xs-security.json
service: xsuaa
service-plan: application
- name: sfsfcapapp-dest
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
subaccount:
existing_destinations_policy: update
destinations:
- Name: sfsfcapapp-srv
Description: CAP sample service
Authentication: NoAuthentication
ProxyType: Internet
Type: HTTP
URL: ~{srv-api/srv-url}
HTML5.DynamicDestination: true
HTML5.ForwardAuthToken: true
WebIDEEnabled: true
WebIDEUsage: odata_gen
version: 1.0.0
service: destination
service-plan: lite
requires:
- name: srv-api
- name: sfsfcapapp-html5repo
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-plan: app-host
- name: sfsfcapapp-sf-api
type: org.cloudfoundry.managed-service
parameters:
config:
systemName: SFSF_SFEDU021104
service: sap-successfactors-extensibility
service-plan: api-access
parameters:
deploy_mode: html5-repo
enable-parallel-deployments: true
build-parameters:
before-all:
- builder: custom
commands:
- npm install --production
- npx -p @sap/cds-dk cds build --production