-
Notifications
You must be signed in to change notification settings - Fork 60
/
mta.yaml
190 lines (189 loc) · 5.49 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
_schema-version: '3.1'
ID: BPVerification
version: 2.0.1
description: Verifying Business Partners with a extension application for SAP
BTP with CI/CD and much more
parameters:
enable-parallel-deployments: true
build-parameters:
before-all:
- builder: custom
commands:
- npm install --production
- npm run build:cf
modules:
- name: BPVerification-srv
type: nodejs
path: gen/srv
requires:
- name: BPVerification-db
- name: BPVerification-ems
- name: BPVerification-cs
- name: BPVerification-dest
- name: BPVerification-uaa
- name: BPVerification-logging
- name: BPVerification-autoscaler
parameters:
config:
instance_min_count: 1
instance_max_count: 5
scaling_rules:
- metric_type: cpu
threshold: 6
operator: '>'
adjustment: '+1'
breach_duration_secs: 60
cool_down_secs: 60
- metric_type: cpu
threshold: 6
operator: '<='
adjustment: '-1'
breach_duration_secs: 60
cool_down_secs: 60
provides:
- name: srv-api
properties:
srv-url: '${default-url}'
- name: BPVerification-db-deployer
type: hdb
path: gen/db
parameters:
buildpack: nodejs_buildpack
requires:
- name: BPVerification-db
- name: BPVerification-destination-content
type: com.sap.application.content
requires:
- name: BPVerification-destination-service
parameters:
content-target: true
- name: BPVerification_html_repo_host
parameters:
service-key:
name: BPVerification_html_repo_host-key
- name: BPVerification-uaa
parameters:
service-key:
name: BPVerification-uaa-key
parameters:
content:
instance:
destinations:
- Name: bpui_BPVerification_html_repo_host
ServiceInstanceName: BPVerification-html5-app-host-service
ServiceKeyName: BPVerification_html_repo_host-key
sap.cloud.service: tfe.bp
- Authentication: OAuth2UserTokenExchange
Name: bpui_uaa_BPVerification
ServiceInstanceName: BPVerification-uaa
ServiceKeyName: BPVerification-uaa-key
sap.cloud.service: tfe.bp
existing_destinations_policy: ignore
build-parameters:
no-source: true
- name: BPVerification_ui_deployer
type: com.sap.application.content
path: app
requires:
- name: BPVerification_html_repo_host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- businesspartners-content.zip
name: businesspartners
target-path: resources/
- name: businesspartners
type: html5
path: app/businesspartners
requires:
- name: BPVerification-logging
build-parameters:
builder: custom
commands:
- npm run build
supported-platforms: []
resources:
# HANA HDI Container
- name: BPVerification-db
type: com.sap.xs.hdi-container
parameters:
service: hana
service-plan: hdi-shared
properties:
hdi-service-name: '${service-name}'
# Destination Service
- name: BPVerification-destination-service
type: org.cloudfoundry.managed-service
parameters:
config:
HTML5Runtime_enabled: true
init_data:
instance:
destinations:
- Authentication: NoAuthentication
HTML5.ForwardAuthToken: true
Name: BPVerification-srv-api
ProxyType: Internet
Type: HTTP
URL: '~{srv-api/srv-url}'
existing_destinations_policy: ignore
version: 1.0.0
service: destination
service-name: BPVerification-destination-service
service-plan: lite
requires:
- name: srv-api
# HTML Repository
- name: BPVerification_html_repo_host
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-name: BPVerification-html5-app-host-service
service-plan: app-host
# Authorization & Trust Management
- name: BPVerification-uaa
type: org.cloudfoundry.managed-service
parameters:
path: ./xs-security.json
service: xsuaa
service-name: BPVerification-uaa
service-plan: application
# Event Mesh
- name: BPVerification-ems
type: org.cloudfoundry.managed-service
parameters:
path: # empty, comes from mtaext
service: enterprise-messaging
service-plan: #
parameters-metadata:
path:
optional: false # make the parameter required
service-plan:
optional: false
# Connectivity Service
- name: BPVerification-cs
parameters:
service: connectivity
service-plan: lite
type: org.cloudfoundry.managed-service
# Destination Service
- name: BPVerification-dest
parameters:
service: destination
service-plan: lite
type: org.cloudfoundry.managed-service
# Application Logging
- name: BPVerification-logging
type: org.cloudfoundry.managed-service
parameters:
service: application-logs
service-plan: lite
# Application Logging
- name: BPVerification-autoscaler
type: org.cloudfoundry.managed-service
parameters:
service: autoscaler
service-plan: standard