We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efef91b + d6e8e5d commit 381658aCopy full SHA for 381658a
catalog-info.yaml
@@ -0,0 +1,25 @@
1
+---
2
+apiVersion: backstage.io/v1alpha1
3
+kind: System
4
+metadata:
5
+ name: osia
6
+ title: Osia
7
+ namespace: quality-community
8
+ description: |
9
+ Tool for unified installer of OpenShift to various clouds which is easy to automate and use within CI.
10
+ annotations:
11
+ github.com/project-slug: 'redhat-cop/osia'
12
+ tags:
13
+ - language:python
14
+ - category:cloud
15
+ - ecosystem:openshift
16
+ - ecosystem:public
17
+ links:
18
+ - title: Help
19
+ url: https://github.com/redhat-cop/osia/blob/devel/README.md
20
+ icon: help
21
+ - title: Documentation
22
+ url: https://osia-python.readthedocs.io/en/latest/
23
+spec:
24
+ owner: group:redhat/osia-devel
25
+ domain: quality-community/quality-community
0 commit comments