From c2ef345f67a544831e4ea413ebeeadc5d9fe79a9 Mon Sep 17 00:00:00 2001 From: Rigin Oommen Date: Tue, 5 Dec 2023 18:05:54 +0530 Subject: [PATCH] Included catalog for the broker Signed-off-by: Rigin Oommen --- catalog-info.yaml | 31 ++++++++----------------------- catalog/system/broker.yaml | 24 ++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 23 deletions(-) create mode 100644 catalog/system/broker.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml index 2f0ba68b..2132561b 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,26 +1,11 @@ -# 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/system/broker.yaml diff --git a/catalog/system/broker.yaml b/catalog/system/broker.yaml new file mode 100644 index 00000000..7010e7ba --- /dev/null +++ b/catalog/system/broker.yaml @@ -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