-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathmta.yaml
More file actions
145 lines (145 loc) · 4 KB
/
Copy pathmta.yaml
File metadata and controls
145 lines (145 loc) · 4 KB
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
_schema-version: "3.1"
ID: sdmincidents
description: Extend Upload Set to Fiori Elements and utilize Document Management Service
version: 1.0.0
modules:
- name: incidents-srv
type: nodejs
path: gen/srv
requires:
- name: sdi-hana
- name: sdm-incidents-auth
- name: sdm-di-destination
- name: sdm-di-instance
provides:
- name: srv-api
properties:
srv-url: ${default-url}
parameters:
buildpack: nodejs_buildpack
build-parameters:
builder: npm
- name: incidents-db-deployer
type: hdb
path: gen/db
requires:
- name: sdi-hana
parameters:
buildpack: nodejs_buildpack
- name: incidents-destination-content
type: com.sap.application.content
requires:
- name: srv-api
- name: sdm-incidents-auth
parameters:
service-key:
name: incidents-auth-key
- name: incidents-repo-host
parameters:
service-key:
name: incidents-repo-host-key
- name: sdm-di-destination
parameters:
content-target: true
parameters:
content:
instance:
destinations:
- Name: incidents-repo-host
ServiceInstanceName: incidents-html5-srv
ServiceKeyName: incidents-repo-host-key
sap.cloud.service: approuter
- Authentication: OAuth2UserTokenExchange
Name: sdm-incidents-auth
ServiceInstanceName: sdm-incidents-auth
ServiceKeyName: incidents-auth-key
sap.cloud.service: approuter
- Authentication: OAuth2UserTokenExchange
Name: incidents-srv
TokenServiceInstanceName: sdm-incidents-auth
TokenServiceKeyName: incidents-auth-key
URL: ~{srv-api/srv-url}
sap.cloud.service: approuter
existing_destinations_policy: update
build-parameters:
no-source: true
- name: incidents-app-content
type: com.sap.application.content
path: .
requires:
- name: incidents-repo-host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- incidents.zip
name: sdmincidents
target-path: resources/
- name: sdmincidents
type: html5
path: app/incidents
build-parameters:
build-result: dist
builder: custom
commands:
- npm install
- npm run build:cf
supported-platforms: []
resources:
- name: sdi-hana
type: com.sap.xs.hdi-container
parameters:
service: hana
service-plan: hdi-shared
- name: sdm-incidents-auth
type: org.cloudfoundry.managed-service
parameters:
config:
tenant-mode: dedicated
xsappname: sdmincidents
path: ./xs-security.json
service: xsuaa
service-keys:
- name: incidents-auth-key
service-plan: application
- name: sdm-di-destination
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-keys:
- name: incidents-destination-key
service-plan: lite
- name: incidents-repo-host
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-name: incidents-html5-srv
service-plan: app-host
- name: sdm-di-instance
type: org.cloudfoundry.managed-service
parameters:
service: sdm
service-plan: standard
parameters:
deploy_mode: html5-repo
enable-parallel-deployments: true
build-parameters:
before-all:
- builder: custom
commands:
- npm install
- npx cds build --production