-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbwce-database-adapter.yaml
66 lines (66 loc) · 2.02 KB
/
bwce-database-adapter.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
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: "db-adapter"
description: "Database Adapter"
tags:
- backend
- data-layer
- bwce
- adapter
- platform
tibcoPlatformApps:
# https://tibcoats.us-west.my.tibco.com/cp/bwce/appdetails/processes?dp_id=cuico3vctghk7irje3a0&capability_instance_id=cv3bc6mkokbud8rqrpu0&app_id=cv3bg7dviu18b0t91lb0
- appType: BWCE
appName: Database Adapter
dataPlaneName: Platform-Demo-EKS (Development)
dpId: cuico3vctghk7irje3a0
capabilityInstanceId: cv3bc6mkokbud8rqrpu0
appId: cv3bg7dviu18b0t91lb0
- appType: BWCE
appName: Database Adapter
dataPlaneName: Platform-Demo-EKS (Production)
dpId: cq1duk2jcp26pefl1d60
capabilityInstanceId: csfqing8t66kv5v3aotg
appId: csfqk5cbp2ppslobqgug
links:
- title: TIBCO Business Works
url: https://www.tibco.com/products/tibco-businessworks
- title: BWCE Documentation
url: https://docs.tibco.com/products/tibco-businessworks-container-edition-2-8-1
annotations:
github.com/project-slug: TIBCO-Hub-Backstage/tibco-next-demo
backstage.io/techdocs-ref: dir:.
# backstage.io/kubernetes-id: bwce-ah-test-1
# jenkins.io/job-full-name: Build_BWCE_EAR_DB
spec:
type: service
lifecycle: production
system: car-order-system
owner: operational-department
providesApis: [ "car-details-api" ]
dependsOn:
- resource:default/cars-database
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: "car-details-api"
description: "An API that provides car details"
tags:
- store
- rest
links:
- url: https://github.com/TIBCO-Hub-Backstage/tibco-next-demo
title: GitHub Repo
icon: github
- url: https://github.com/TIBCO-Hub-Backstage/tibco-next-demo/blob/master/sample-api.json
title: API Spec
icon: code
spec:
type: openapi
lifecycle: production
owner: "CarImporter"
apiConsumedBy: [ "component:discount-calculator","component:car-information-provider"]
definition:
$text: ./sample-api.json