-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmta.yaml
173 lines (163 loc) · 4.98 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
## Generated mta.yaml based on template version 0.4.0
## appName = ItkApp
## language=nodejs; multiTenant=false
## approuter=
_schema-version: '3.1'
ID: ItkApp
version: 1.0.0
description: "ITK Lite Portal"
parameters:
enable-parallel-deployments: true
build-parameters:
before-all:
- builder: custom
commands:
- npm install --production
- cds build --production
modules:
# --------------------- FRONTEND MODULE ------------------------
- name: ItkApp
# --------------------------------------------------------------
type: html5
path: app/
parameters:
disk-quota: 512M
memory: 512M
build-parameters:
ignore: ["node_modules/"]
builder: custom
commands:
- ui5 build
requires:
# Resources extracted from CAP configuration
- name: ItkApp_xsuaa
# - name: ItkApp_destination
- name: ItkApp_connectivity
- name: backend
group: destinations
properties:
name: backend
url: ~{srv-url}
forwardAuthToken: true
# routes:
# - route: backend
# destination: ItkApp_destination
# --------------------- SERVER MODULE ------------------------
- name: ItkApp-srv
# ------------------------------------------------------------
type: nodejs
path: gen/srv
properties:
EXIT: 1 # required by deploy.js task to terminate
SAP_JWT_TRUST_ACL:
- clientid: "*"
identityzone: "*"
JOB_SCHED_APP_URL: '${org}-${space}-ItkApp.${default-domain}'
CRED_NAMESPACE: "SolarchitectureCF"
EMAIL_TEMPLATE: "./srv/utils/email-body.json"
ITK_CRED_NAME: "ITKPassword"
SMTP_CRED_NAME: "SMTPPassword"
SFTP_CRED_PKNAME: "SFTPPrivateKey"
SFTP_CRED_PASSNAME: "FTPPassword"
provides:
- name: backend # required by consumers of CAP services (e.g. approuter)
properties:
srv-url: ${default-url}
requires:
# Resources extracted from CAP configuration
- name: ItkApp_xsuaa
- name: ItkApp-pgdatabase
- name: ItkApp_destination
- name: ItkApp_connectivity
- name: mycreds
- name: backend
group: destinations
properties:
name: backend
url: ~{srv-url}
forwardAuthToken: true
- name: ITKApp-jobscheduler
- name: ITKApp-log
# routes:
# - route: backend
# destination: ItkApp_destination
# --------------------- DB MODULE ------------------------
- name: ItkApp-db
# ------------------------------------------------------------
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: ItkApp-pgdatabase
resources:
# ------------------------------------------------------------
- name: ItkApp-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: ItkApp_xsuaa
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service: xsuaa
service-plan: application
path: ./xs-security.json
config:
xsappname: ItkApp-${space}
tenant-mode: dedicated
# ------------------------------------------------------------
- name: ItkApp_destination
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service-plan: lite
service: destination
# ------------------------------------------------------------
- name: ItkApp_connectivity
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service-plan: lite
service: connectivity
# ------------------------------------------------------------
- name: mycreds
# ------------------------------------------------------------
type: org.cloudfoundry.existing-service
parameters:
service-name: solarchitecture-cf-credstore
# ------------------------------------------------------------
- name: ITKApp-jobscheduler
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service-plan: standard
service: jobscheduler
config:
enable-xsuaa-support: true
# ------------------------------------------------------------
- name: ITKApp-log
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service-plan: lite
service: application-logs