From 7d13599a78f19c3b81aff68f346d716761a31c10 Mon Sep 17 00:00:00 2001 From: Jacob Callahan Date: Wed, 4 Oct 2023 10:50:10 -0400 Subject: [PATCH] Add catalog info for backstage --- catalog-info.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..62a57106 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,22 @@ +# Catalog entry for Backstage [backstage.io] +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: nailgun + title: Nailgun + description: Why use a hammer when you can use a nailgun. + links: + - title: Documentation + url: https://nailgun.readthedocs.io/en/latest/ + tags: + - python + - rh-satellite + - interaction-library + namespace: quality-community + annotations: + github.com/project-slug: SatelliteQE/nailgun + backstage.io/techdocs-ref: https://nailgun.readthedocs.io/en/latest/ +spec: + type: library + owner: group:redhat/satellite-qe + lifecycle: preproduction