-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathmta.yaml
More file actions
82 lines (81 loc) · 2.58 KB
/
Copy pathmta.yaml
File metadata and controls
82 lines (81 loc) · 2.58 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
ID: "sample-manage-products-fiori-launchpad-mta"
_schema-version: 3.2.0
version: 1.0.0
parameters:
enable-parallel-deployments: true
modules:
- name: HTML5Module
type: html5
path: HTML5Module
build-parameters:
builder: custom
commands:
- npm run build
supported-platforms: []
- name: sample-manage-products-deployer
type: com.sap.application.content
path: .
requires:
- name: sample-manage-products-html5-repo-host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- HTML5Module-content.zip
name: HTML5Module
target-path: resources/
- name: sample-manage-products-destination-content
type: com.sap.application.content
build-parameters:
no-source: true
requires:
- name: sample-manage-products-auth
parameters:
service-key:
name: sample-manage-products-auth-key
- name: sample-manage-products-html5-repo-host
parameters:
service-key:
name: sample-manage-products-html5-repo-host-key
- name: sample-manage-products-destination
parameters:
content-target: true
parameters:
content:
instance:
existing_destinations_policy: update
destinations:
- Name: sample-manage-products-destination-html5
ServiceInstanceName: sample-manage-products-html5-repo-host
ServiceKeyName: sample-manage-products-html5-repo-host-key
sap.cloud.service: multi-cloud-html5-apps-samples
- Name: sample-manage-products-destination-auth
Authentication: OAuth2UserTokenExchange
ServiceInstanceName: sample-manage-products-auth
ServiceKeyName: sample-manage-products-auth-key
sap.cloud.service: multi-cloud-html5-apps-samples
resources:
- name: sample-manage-products-destination
type: org.cloudfoundry.managed-service
parameters:
service-plan: lite
service: destination
path: ./destination.json
- name: sample-manage-products-html5-repo-host
type: org.cloudfoundry.managed-service
parameters:
service-plan: app-host
service: html5-apps-repo
config:
sizeLimit: 2
- name: sample-manage-products-auth
type: org.cloudfoundry.managed-service
parameters:
service: xsuaa
service-plan: application
path: ./xs-security.json
config:
xsappname: sample-manage-products-${org}-${space}
tenant-mode: dedicated