From e89ddd8b750e8dae9654e4a68de60673335cddff Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Thu, 19 Sep 2024 10:08:50 +0200 Subject: [PATCH] Adding toolbelt catalog metadata file Signed-off-by: Jiri Podivin --- docs/toolbelt-catalog.yaml | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 docs/toolbelt-catalog.yaml diff --git a/docs/toolbelt-catalog.yaml b/docs/toolbelt-catalog.yaml new file mode 100644 index 0000000000..b31edad3ca --- /dev/null +++ b/docs/toolbelt-catalog.yaml @@ -0,0 +1,41 @@ +# Catalog entry for Backstage [backstage.io] + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: ci-framework + title: ci-framework + description: | + CI Framework - used for CI, QE and Devs to run OSP 18+ jobs in a converged way + annotations: + github.com/project-slug: openstack-k8s-operators/ci-framework + feedback/type: JIRA + feedback/host: https://issues.redhat.com + jira/project-key: OSPRH + links: + - title: docs + url: https://ci-framework.readthedocs.io/en/latest/ + icon: docs + - title: code + url: https://github.com/openstack-k8s-operators/ci-framework + icon: github + - title: #osp-podified-ci-support + url: https://app.slack.com/client/E030G10V24F/C03MD4LG22Z + icon: chat + tags: + - testing + - test-execution + - test-framework + - test-management + - test-reporting + - provisioning + - python + - openstack + - openshift + - cloud + - continuous-integration + namespace: quality-community +spec: + type: tool + owner: group:redhat/openstack-k8s-operators-ci + lifecycle: production