-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmta.yaml
124 lines (115 loc) · 3.83 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
## Generated mta.yaml based on template version 0.2.0
## appName = dataextraction
## language=nodejs; multiTenant=false
## approuter=
_schema-version: '3.1'
ID: btp-procurement-data-extractor
version: 1.0.0
description: "SAP Procurement Extraction Data Lake"
parameters:
enable-parallel-deployments: true
build-parameters:
before-all:
- builder: custom
commands:
- npm install --production
- npx cds build --production
modules:
# --------------------- SERVER MODULE ------------------------
- name: btp-procurement-data-extractor-srv
# ------------------------------------------------------------
type: nodejs
path: gen/srv
properties:
EXIT: 1 # required by deploy.js task to terminate
SAP_JWT_TRUST_ACL:
- clientid: "*"
identityzone: "*"
parameters:
app-name: btp-procurement-data-extractor-srv
disk-quota: 4G
memory: 4G
build-parameters:
ignore: ["node_modules/"]
requires:
# Resources extracted from CAP configuration
- name: btp-procurement-data-extractor-pgdatabase
- name: btp-procurement-data-extractor-uaa
- name: btp-procurement-data-extractor-dest
- name: btp-procurement-data-extractor-conn
- name: btp-procurement-data-extractor-log
- name: btp-procurement-data-extractor-jobscheduler
provides:
- name: srv-api # required by consumers of CAP services (e.g. approuter)
public: true
properties:
url: ${default-url}
- name: btp-procurement-data-extractor-pgdb-deployer
type: custom
path: gen/db
parameters:
buildpacks: [https://github.com/cloudfoundry/apt-buildpack#v0.3.0, nodejs_buildpack]
no-route: true
no-start: true
disk-quota: 2GB
memory: 512MB
tasks:
- name: deploy_to_postgresql
command: chmod 755 deploy.sh && ./deploy.sh
disk-quota: 2GB
memory: 512MB
build-parameters:
ignore: ["node_modules/"]
requires:
- name: btp-procurement-data-extractor-pgdatabase
resources:
# ------------------------------------------------------------
- name: btp-procurement-data-extractor-pgdatabase
# ------------------------------------------------------------
parameters:
path: ./pg-options.json
service: postgresql-db
service-plan: standard
skip-service-updates:
parameters: true
service-tags:
- plain
type: org.cloudfoundry.managed-service
# ------------------------------------------------------------
- name: btp-procurement-data-extractor-jobscheduler
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service-plan: standard
service: jobscheduler
config:
enable-xsuaa-support: true
# ------------------------------------------------------------
- name: btp-procurement-data-extractor-uaa
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service: xsuaa
service-plan: application
path: ./xs-security.json
# ------------------------------------------------------------
- name: btp-procurement-data-extractor-dest
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service-plan: lite
service: destination
# ------------------------------------------------------------
- name: btp-procurement-data-extractor-conn
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service-plan: lite
service: connectivity
# ------------------------------------------------------------
- name: btp-procurement-data-extractor-log
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service-plan: standard
service: cloud-logging