-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmta.yaml
30 lines (30 loc) · 881 Bytes
/
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
ID: db_test_pool500
_schema-version: '2.1'
version: 0.0.1
modules:
- name: db_pool500
type: hdb
path: db
requires:
- name: hdi_db_pool500
- name: srv_pool500
type: java
path: srv
parameters:
memory: 4092M
provides:
- name: srv_api
properties:
url: '${default-url}'
requires:
- name: hdi_db_pool500
properties:
JBP_CONFIG_RESOURCE_CONFIGURATION: '[tomcat/webapps/ROOT/META-INF/context.xml: {"service_name_for_DefaultDB" : "~{hdi-container-name}"}]'
#JBP_CONFIG_RESOURCE_CONFIGURATION: '[tomcat/webapps/ROOT/META-INF/context.xml: {"service_name_for_DefaultDB" : "~{hdi-container-name}"}]'
build-parameters:
build-result: 'target/*.war'
resources:
- name: hdi_db_pool500
properties:
hdi-container-name: '${service-name}'
type: com.sap.xs.hdi-container