-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmta.yaml
More file actions
155 lines (136 loc) · 3.66 KB
/
mta.yaml
File metadata and controls
155 lines (136 loc) · 3.66 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
146
147
148
149
150
151
152
153
154
155
_schema-version: "3.1"
ID: pizzapreference
description: A simple CAP project.
version: 1.0.0
modules:
- name: pizzapreference-srv
type: nodejs
path: gen/srv
properties:
EXIT: 1
requires:
- name: pizzapreference-xsuaa-service
- name: pizzapreference-db
provides:
- name: srv-api
public: true
properties:
srv-url: ${default-url}
parameters:
buildpack: nodejs_buildpack
- name: pizzapreference-db-deployer
type: hdb
path: gen/db
requires:
- name: pizzapreference-xsuaa-service
- name: pizzapreference-db
parameters:
buildpack: nodejs_buildpack
- name: pizzapreference-destination-content
type: com.sap.application.content
requires:
- name: pizzapreference-destination-service
parameters:
content-target: true
- name: pizzapreference-html-repo-host
parameters:
service-key:
name: pizzapreference-html-repo-host-key
- name: pizzapreference-xsuaa-service
parameters:
service-key:
name: pizzapreference-xsuaa-service-key
parameters:
content:
instance:
destinations:
- Name: pizzapreference-html-repo-host
ServiceInstanceName: pizzapreference-html5-app-host-service
ServiceKeyName: pizzapreference-html-repo-host-key
sap.cloud.service: pizzapreference
- Authentication: OAuth2UserTokenExchange
Name: pizzapreference-uaa-pizzapreference
ServiceInstanceName: pizzapreference-xsuaa-service
ServiceKeyName: pizzapreference-xsuaa-service-key
sap.cloud.service: pizzapreference
existing_destinations_policy: ignore
build-parameters:
no-source: true
- name: pizzapreference-ui-deployer
type: com.sap.application.content
path: app
requires:
- name: pizzapreference-html-repo-host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- pizzapreference-content.zip
name: pizzapreference
target-path: resources/
- name: pizzapreference
type: html5
path: app/pizzapreference
build-parameters:
builder: custom
commands:
- npm run build
supported-platforms: []
resources:
- name: pizzapreference-destination-service
type: org.cloudfoundry.managed-service
parameters:
config:
HTML5Runtime_enabled: true
init_data:
instance:
destinations:
- Authentication: NoAuthentication
HTML5.ForwardAuthToken: true
Name: pizzapreference-api
ProxyType: Internet
Type: HTTP
URL: ~{srv-api/srv-url}
existing_destinations_policy: ignore
version: 1.0.0
service: destination
service-name: pizzapreference-destination-service
service-plan: lite
requires:
- name: srv-api
- name: pizzapreference-db
type: com.sap.xs.hdi-container
parameters:
config:
schema: pizzapreference
service: hana
service-plan: hdi-shared
properties:
HDI_DEPLOY_OPTIONS:
auto_undeploy: true
hdi-service-name: ${service-name}
- name: pizzapreference-xsuaa-service
type: org.cloudfoundry.managed-service
parameters:
config:
tenant-mode: dedicated
xsappname: pizzapreference
path: ./xs-security.json
service: xsuaa
service-plan: application
- name: pizzapreference-html-repo-host
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-name: pizzapreference-html5-app-host-service
service-plan: app-host
parameters:
enable-parallel-deployments: true
build-parameters:
before-all:
- builder: custom
commands:
- npm install --production
- npx -p @sap/cds-dk cds build --production