-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmta.yaml
150 lines (149 loc) · 4.01 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
150
_schema-version: "3.1"
ID: cpapp
description: A simple CAP project.
version: 1.0.0
modules:
- name: cpapp-srv
type: nodejs
path: gen/srv
requires:
- name: cpapp-auth
- name: cpapp-db
provides:
- name: srv-api
properties:
srv-url: ${default-url}
parameters:
buildpack: nodejs_buildpack
memory: 256M
build-parameters:
builder: npm-ci
- name: cpapp-destination-content
type: com.sap.application.content
requires:
- name: cpapp-destination-service
parameters:
content-target: true
- name: cpapp_html_repo_host
parameters:
service-key:
name: cpapp_html_repo_host-key
- name: cpapp-auth
parameters:
service-key:
name: cpapp-auth-key
- name: srv-api
parameters:
content:
instance:
destinations:
- Authentication: OAuth2UserTokenExchange
Name: cpapp-app-srv
TokenServiceInstanceName: cpapp-auth
TokenServiceKeyName: cpapp-auth-key
URL: ~{srv-api/srv-url}
sap.cloud.service: cpapp.service
- Name: sap_sample_cpapp_cpapp_html_repo_host
ServiceInstanceName: cpapp-html5-app-host-service
ServiceKeyName: cpapp_html_repo_host-key
sap.cloud.service: cpapp.service
- Authentication: OAuth2UserTokenExchange
Name: sap_sample_cpapp_cpapp_auth
ServiceKeyName: cpapp-auth-key
ServiceInstanceName: cpapp-auth
sap.cloud.service: cpapp.service
existing_destinations_policy: update
build-parameters:
no-source: true
- name: cpapp-app-content
type: com.sap.application.content
path: .
requires:
- name: cpapp_html_repo_host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- nsrisks.zip
name: nsrisks
target-path: resources/
- artifacts:
- nsmitigations.zip
name: nsmitigations
target-path: resources/
- name: nsrisks
type: html5
path: app/risks
build-parameters:
build-result: dist
builder: custom
commands:
- npm install
- npm run build:cf
supported-platforms: []
- name: nsmitigations
type: html5
path: app/mitigations
build-parameters:
build-result: dist
builder: custom
commands:
- npm install
- npm run build:cf
supported-platforms: []
- name: cpapp-db-deployer
type: hdb
path: gen/db
parameters:
buildpack: nodejs_buildpack
requires:
- name: cpapp-db
resources:
- name: cpapp-auth
type: org.cloudfoundry.managed-service
parameters:
config:
tenant-mode: dedicated
xsappname: cpapp-auth
path: ./xs-security.json
service: xsuaa
service-plan: application
- name: cpapp-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: cpapp-destination-service
service-plan: lite
- name: cpapp_html_repo_host
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-name: cpapp-html5-app-host-service
service-plan: app-host
- name: cpapp-db
type: com.sap.xs.hdi-container
parameters:
service: hana
service-plan: hdi-shared
parameters:
deploy_mode: html5-repo
enable-parallel-deployments: true
build-parameters:
before-all:
- builder: custom
commands:
- cds build --production