forked from equinor/flotilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
83 lines (77 loc) · 2.47 KB
/
catalog-info.yaml
File metadata and controls
83 lines (77 loc) · 2.47 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
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: flotilla
description: Software system enabling autonomous inspection in industrial facilities using a fleet of robots.
annotations:
github.com/team-slug: equinor/eq-robot-developer
spec:
owner: eq-robot-developer
type: product
lifecycle: production
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: flotilla-frontend
description: The user interface for the Flotilla system, providing access to data and control of the robot fleet.
annotations:
github.com/project-slug: equinor/flotilla
github.com/team-slug: equinor/eq-robot-developer
links:
- url: https://shared.dev.aurora.equinor.com/robotics-frontend/
title: Flotilla Frontend Dev
icon: public
- url: https://shared.aurora.equinor.com/robotics-staging-frontend/
title: Flotilla Frontend Staging
icon: public
- url: https://shared.aurora.equinor.com/robotics-prod-frontend/
title: Flotilla Frontend Prod
icon: public
spec:
type: website
lifecycle: production
owner: eq-robot-developer
system: system:default/flotilla
dependsOn:
- component:flotilla-backend
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: flotilla-backend
description: The backend services for the Flotilla system, robot control, mission execution data and integration with external systems.
annotations:
github.com/project-slug: equinor/flotilla
github.com/team-slug: equinor/eq-robot-developer
links:
- url: https://shared.dev.aurora.equinor.com/robotics-backend/swagger
title: Flotilla Backend Dev
icon: public
- url: https://shared.aurora.equinor.com/robotics-staging-backend/swagger
title: Flotilla Backend Staging
icon: public
- url: https://shared.aurora.equinor.com/robotics-prod-backend/swagger
title: Flotilla Backend Prod
icon: public
spec:
type: service
lifecycle: production
owner: eq-robot-developer
system: system:default/flotilla
dependsOn:
- component:flotilla-broker
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: flotilla-broker
description: The message broker for the Flotilla system, enabling communication between the frontend, backend, and robot fleet.
annotations:
github.com/project-slug: equinor/flotilla
github.com/team-slug: equinor/eq-robot-developer
spec:
type: service
lifecycle: production
owner: eq-robot-developer
system: system:default/flotilla