-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathmta.yaml
More file actions
89 lines (83 loc) · 2.5 KB
/
Copy pathmta.yaml
File metadata and controls
89 lines (83 loc) · 2.5 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
_schema-version: "3.1"
ID: "sample-northwind-cap"
version: 1.0.0
description: "A sample CAP project that mocks the Northwind OData service."
parameters:
enable-parallel-deployments: true
build-parameters:
before-all:
- builder: custom
commands:
- npx cds build --production
modules:
- name: sample-northwind-cap-srv
type: nodejs
path: gen/srv
build-parameters:
ignore:
- "default-env.json"
- "node_modules/"
parameters:
buildpack: nodejs_buildpack
memory: 256M
disk-quota: 1GB
requires:
- name: sample-northwind-cap-db
- name: managed-fiori-uaa
provides:
- name: srv-api
properties:
srv-url: ${default-url}
- name: sample-northwind-cap-db-deployer
type: hdb
path: gen/db
build-parameters:
ignore:
- "default-env.json"
- "node_modules/"
parameters:
buildpack: nodejs_buildpack
memory: 256M
disk-quota: 256M
requires:
- name: sample-northwind-cap-db
resources:
# services extracted from CAP configuration
# 'service-plan' can be configured via 'cds.requires.<name>.vcap.plan'
# ------------------------------------------------------------
- name: sample-northwind-cap-db
# ------------------------------------------------------------
type: com.sap.xs.hdi-container
parameters:
service: hana # or 'hanatrial' on trial landscapes
service-plan: hdi-shared
properties:
hdi-service-name: ${service-name}
# manually add to replace the original destination deployed by
# managed-html5-runtime-fiori-mta
- name: sample-manage-products-destination
type: org.cloudfoundry.managed-service
requires:
- name: srv-api
parameters:
service-plan: lite
service: destination
config:
init_data:
instance:
existing_destinations_policy: update
destinations:
- Name: Northwind
Description: Self-hosted CAP backend instead of Northwind service
Authentication: NoAuthentication
ProxyType: Internet
Type: HTTP
URL: ~{srv-api/srv-url}
HTML5.DynamicDestination: true
HTML5.ForwardAuthToken: true
# manually add to bind to the xsuaa service deployed by
# managed-html5-runtime-fiori-mta
- name: sample-manage-products-auth
type: org.cloudfoundry.existing-service
parameters:
service-name: sample-manage-products-auth