-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathmta.yaml
More file actions
82 lines (80 loc) · 2.41 KB
/
mta.yaml
File metadata and controls
82 lines (80 loc) · 2.41 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
_schema-version: "3.2"
ID: "sample-basic-html5-mta"
version: 1.0.0
build-parameters:
before-all:
- builder: custom
commands:
- npm install
modules:
- name: sample-basic-html5-destination-content
type: com.sap.application.content
requires:
- name: sample-basic-html5-uaa
- name: sample-basic-html5-repo-host
- name: sample-basic-html5-destination-service
parameters:
content-target: true
parameters:
content:
instance:
destinations:
- Name: sample-basic-html5-repo-host
ServiceInstanceName: sample-basic-html5-repo-host
ServiceKeyName: sample-basic-html5-repo-host-key
sap.cloud.service: multi-cloud-html5-apps-samples
- Name: sample-basic-html5-uaa
ServiceInstanceName: sample-basic-html5-uaa
ServiceKeyName: sample-basic-html5-uaa-key
sap.cloud.service: multi-cloud-html5-apps-samples
Authentication: OAuth2UserTokenExchange
existing_destinations_policy: update
build-parameters:
no-source: true
- name: sample-basic-html5-ui-deployer
type: com.sap.application.content
path: .
requires:
- name: sample-basic-html5-repo-host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- HTML5Module-content.zip
name: HTML5Module
target-path: resources/
- name: HTML5Module
type: html5
path: HTML5Module
build-parameters:
builder: custom
commands:
- npm run build
supported-platforms: []
resources:
- name: sample-basic-html5-destination-service
type: org.cloudfoundry.managed-service
parameters:
service: destination
service-name: sample-basic-html5-destination-service
service-plan: lite
config:
HTML5Runtime_enabled: true
version: 1.0.0
- name: sample-basic-html5-repo-host
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-plan: app-host
service-keys:
- name: sample-basic-html5-repo-host-key
- name: sample-basic-html5-uaa
type: org.cloudfoundry.managed-service
parameters:
path: ./xs-security.json
service: xsuaa
service-plan: application
service-keys:
- name: sample-basic-html5-uaa-key