-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmta.yaml
136 lines (136 loc) · 3.93 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
_schema-version: "3.1"
ID: bookshop
description: "Bookshop CAP Project for Catalog & Admin users."
version: 1.0.0
parameters:
deploy_mode: html5-repo
enable-parallel-deployments: true
appname: bookcatalog-REPLACE_THIS_WITH_SUBDOMAIN
build-parameters:
before-all:
- builder: custom
commands:
- npm install --production
- npx -p @sap/cds-dk cds build --production
modules:
- name: bookshop-srv
type: nodejs
path: gen/srv
requires:
- name: bookshop-db
- name: bookshop-destination-service
- name: uaa_bookshop
parameters:
host: ${appname}
provides:
- name: srv-api
properties:
srv-url: "${default-url}"
- name: bookshop-db-deployer
type: hdb
path: gen/db
requires:
- name: bookshop-db
parameters:
buildpack: nodejs_buildpack
- name: bookshop-destination-content
type: com.sap.application.content
requires:
- name: bookshop-destination-service
parameters:
content-target: true
- name: bookshop_html_repo_host
parameters:
service-key:
name: bookshop_html_repo_host-key
- name: uaa_bookshop
parameters:
service-key:
name: uaa_bookshop-key
parameters:
content:
instance:
destinations:
- Name: bookshop_bootcamp_bookshop_html_repo_host
ServiceInstanceName: bookshop-html5-app-host-service
ServiceKeyName: bookshop_html_repo_host-key
sap.cloud.service: bookshop.bootcamp
- Authentication: OAuth2UserTokenExchange
Name: bookshop_bootcamp_uaa_bookshop
ServiceInstanceName: bookshop-xsuaa-service
ServiceKeyName: uaa_bookshop-key
sap.cloud.service: bookshop.bootcamp
existing_destinations_policy: ignore
build-parameters:
no-source: true
- name: bookshop-app-content
type: com.sap.application.content
path: .
requires:
- name: bookshop_html_repo_host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- catalog.zip
name: catalog
target-path: resources/
- name: catalog
type: html5
path: app/catalog
build-parameters:
build-result: dist
builder: custom
commands:
- npm install
- "npm run build:cf"
supported-platforms: []
resources:
- name: bookshop-db
type: com.sap.xs.hdi-container
parameters:
service: hana
service-plan: hdi-shared
properties:
hdi-service-name: "${service-name}"
- name: bookshop-destination-service
type: org.cloudfoundry.managed-service
parameters:
path: ./destinations.json
config:
HTML5Runtime_enabled: true
init_data:
instance:
destinations:
- Authentication: NoAuthentication
Name: ui5
ProxyType: Internet
Type: HTTP
URL: "https://ui5.sap.com"
- Authentication: NoAuthentication
Name: bookshop-app-api
ProxyType: Internet
HTML5.FowardAuthToken: true
HTML5.DynamicDestination: true
Type: HTTP
URL: "https://${appname}.${default-domain}"
existing_destinations_policy: update
version: 1.0.0
service: destination
service-name: bookshop-destination-service
service-plan: lite
- name: bookshop_html_repo_host
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-name: bookshop-html5-app-host-service
service-plan: app-host
- name: uaa_bookshop
type: org.cloudfoundry.managed-service
parameters:
path: ./xs-security.json
service: xsuaa
service-name: bookshop-xsuaa-service
service-plan: application