Skip to content

Commit 381658a

Browse files
authored
Merge pull request #80 from Frawless/add-backstage-catalog
Add catalog-info.yaml for Backstage catalog
2 parents efef91b + d6e8e5d commit 381658a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Diff for: catalog-info.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)