-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmta.yaml
More file actions
128 lines (118 loc) · 2.96 KB
/
Copy pathmta.yaml
File metadata and controls
128 lines (118 loc) · 2.96 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
ID: bookshop-java
_schema-version: "2.1"
version: 0.0.2
modules:
- name: bookshop-java-db
type: hdb
path: db
parameters:
memory: 256M
disk-quota: 256M
requires:
- name: bookshop-db-hdi-container
- name: bookshop-java-srv
type: java
path: srv
parameters:
memory: 1536M
provides:
- name: srv_api
properties:
url: ${default-url}
requires:
- name: bookshop-java-uaa
properties:
SAP_JWT_TRUST_ACL: '[{"clientid" : "*", "identityzone" : "*"}]'
- name: bookshop-db-hdi-container
properties:
JBP_CONFIG_RESOURCE_CONFIGURATION: '[tomee/webapps/ROOT/WEB-INF/resources.xml:
{"service_name_for_DefaultDB" : "~{hdi-container-name}"}]'
properties:
TARGET_RUNTIME: tomee
buildpack: sap_java_buildpack
- name: bookshop-java-app
type: html5
path: app
parameters:
disk-quota: 256M
memory: 256M
build-parameters:
builder: grunt
requires:
- name: srv_api
group: destinations
properties:
forwardAuthToken: true
strictSSL: false
name: srv_api
url: ~{url}
- name: bookshop-java-uaa
- name: bookshop-java-appadmin
type: html5
path: appadmin
parameters:
disk-quota: 256M
memory: 256M
build-parameters:
builder: grunt
requires:
- name: bookshop-java-uaa
- name: srv_api
group: destinations
properties:
forwardAuthToken: true
strictSSL: false
name: srv_api
url: ~{url}
- name: bookshop-java-flp
type: siteentry
path: flp
parameters:
memory: 64M
requires:
- name: sap-portal-services-host-bookshop
- name: bookshop-java-uaa
- name: srv_api
group: destinations
properties:
forwardAuthToken: true
strictSSL: false
name: srv_api
url: ~{url}
- name: sapui5-provider
properties:
sapui5url: ~{url}
- name: bookshop-java-flp-Content
type: sitecontent
path: flp-Content
parameters:
memory: 32M
requires:
- name: sap-portal-services-client-bookshop
- name: bookshop-java-uaa
resources:
- name: bookshop-db-hdi-container
properties:
hdi-container-name: '${service-name}'
type: com.sap.xs.hdi-container
- name: bookshop-java-uaa
parameters:
path: ./xs-security.json
service-plan: space
type: com.sap.xs.uaa
- name: sap-portal-services-host-bookshop
parameters:
config:
siteId: bookshop
type: com.sap.portal.site-host
- name: sapui5-provider
parameters:
provider-id: com.sap.ui5.dist.sapui5-dist-xsa.XSAC_UI5_FESV4:sapui5_fesv4
version: '>=1.42.0'
provider-nid: mta
type: configuration
- name: sap-portal-services-client-bookshop
parameters:
config:
siteId: bookshop
type: com.sap.portal.site-content