Skip to content

Commit

Permalink
Included catalog for the broker
Browse files Browse the repository at this point in the history
Signed-off-by: Rigin Oommen <[email protected]>
  • Loading branch information
riginoommen committed Dec 5, 2023
1 parent b24bfcf commit d5ef115
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 23 deletions.
32 changes: 9 additions & 23 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
# Catalog entry for Backstage [backstage.io]
apiVersion: backstage.io/v1alpha1
kind: Component
kind: Location
metadata:
name: broker
title: Broker
description: The infrastructure middleman!
links:
- title: PyPi
url: https://pypi.org/project/broker
tags:
- python
- infrastructure
- click
- ansible-tower
- aap
- docker
- podman
namespace: quality-community
annotations:
github.com/project-slug: SatelliteQE/broker
backstage.io/techdocs-ref: https://github.com/SatelliteQE/broker/wiki
name: qe-broker-root-config
title: QE Broker Root Configuration
namespace: quality-community
description: A root collection of all QE Broker configurations for Backstage.
spec:
type: library
owner: group:redhat/satellite-qe
lifecycle: preproduction
owner: user:redhat/rushinde
targets:
- ./catalog/components/broker-component.yaml
- ./catalog/system/broker-system.yaml
26 changes: 26 additions & 0 deletions catalog/components/broker-component.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Catalog entry for Backstage [backstage.io]
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: broker
title: Broker
description: The infrastructure middleman!
links:
- title: PyPi
url: https://pypi.org/project/broker
tags:
- python
- infrastructure
- click
- ansible-tower
- aap
- docker
- podman
namespace: quality-community
annotations:
github.com/project-slug: SatelliteQE/broker
backstage.io/techdocs-ref: https://github.com/SatelliteQE/broker/wiki
spec:
type: library
owner: group:redhat/satellite-qe
lifecycle: preproduction
24 changes: 24 additions & 0 deletions catalog/system/broker-system.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: broker
title: Broker
namespace: quality-community
description: System of the infrastructure middleman!
annotations:
github.com/project-slug: 'SatelliteQE/broker'
tags:
- python
- infrastructure
- click
- ansible-tower
- aap
- docker
- podman
links:
- title: PyPi
url: https://pypi.org/project/broker
spec:
owner: group:redhat/satellite-qe
domain: quality-community/quality-community

0 comments on commit d5ef115

Please sign in to comment.