mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-14 01:38:37 +00:00
27 lines
607 B
YAML
27 lines
607 B
YAML
#This is required for the SAC sailing analytics showcase
|
|
#(presumably in the root folder, see bug5451)
|
|
_schema-version: "2.1"
|
|
ID: Sailing-Analytics
|
|
version: 0.0.1
|
|
modules:
|
|
- name: db
|
|
type: hdb
|
|
path: db
|
|
requires:
|
|
- name: sailing-schema
|
|
- name: hdi_db
|
|
properties:
|
|
TARGET_CONTAINER: ~{hdi-container-name}
|
|
resources:
|
|
- name: hdi_db
|
|
type: com.sap.xs.hdi-container
|
|
parameters:
|
|
config:
|
|
schema: Sailing_Analytics
|
|
properties:
|
|
hdi-container-name: sailing-analytics
|
|
- name: sailing-schema
|
|
type: org.cloudfoundry.existing-service
|
|
parameters:
|
|
service-name: sailing-access
|