Skip to content

Commit

Permalink
Merge pull request #80 from Frawless/add-backstage-catalog
Browse files Browse the repository at this point in the history
Add catalog-info.yaml for Backstage catalog
  • Loading branch information
mijaros authored Jun 7, 2024
2 parents efef91b + d6e8e5d commit 381658a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: osia
title: Osia
namespace: quality-community
description: |
Tool for unified installer of OpenShift to various clouds which is easy to automate and use within CI.
annotations:
github.com/project-slug: 'redhat-cop/osia'
tags:
- language:python
- category:cloud
- ecosystem:openshift
- ecosystem:public
links:
- title: Help
url: https://github.com/redhat-cop/osia/blob/devel/README.md
icon: help
- title: Documentation
url: https://osia-python.readthedocs.io/en/latest/
spec:
owner: group:redhat/osia-devel
domain: quality-community/quality-community

0 comments on commit 381658a

Please sign in to comment.