-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new format for catalog-info.yaml and system info for firewatch …
…to be recognized as a system under quatity community domain
- Loading branch information
1 parent
0d2434f
commit ee6f70c
Showing
2 changed files
with
31 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,11 @@ | ||
# Catalog entry for Backstage [backstage.io] | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
kind: Location | ||
metadata: | ||
name: firewatch | ||
title: firewatch | ||
description: Create Jira issues for OpenShift CI failures | ||
tags: | ||
- prog:python | ||
- cat:test-reporting | ||
- feat:extdeps | ||
name: firewatch-root-config | ||
title: Firewatch Root Configuration | ||
namespace: quality-community | ||
links: | ||
- url: https://github.com/CSPI-QE/firewatch | ||
title: Repository | ||
- url: https://github.com/CSPI-QE/firewatch/issues | ||
title: Issue Tracker | ||
- url: https://redhat-internal.slack.com/archives/C062WMK4MCM | ||
title: Slack Channel | ||
annotations: | ||
github.com/project-slug: CSPI-QE/firewatch | ||
backstage.io/techdocs-ref: dir:. | ||
description: A root collection of all Firewatch configurations for Backstage. | ||
spec: | ||
type: library | ||
owner: group:redhat/cspi-qe | ||
lifecycle: production | ||
owner: group:redhat/quality-community | ||
targets: | ||
- ./catalog/system/firewatch.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: System | ||
metadata: | ||
name: firewatch | ||
title: Firewatch | ||
description: Create Jira issues for OpenShift CI failures | ||
tags: | ||
- language:python | ||
- category:test-reporting | ||
namespace: quality-community | ||
links: | ||
- url: https://github.com/CSPI-QE/firewatch | ||
title: Repository | ||
- url: https://github.com/CSPI-QE/firewatch/issues | ||
title: Issue Tracker | ||
- url: https://redhat-internal.slack.com/archives/C062WMK4MCM | ||
title: Slack Channel | ||
annotations: | ||
github.com/project-slug: CSPI-QE/firewatch | ||
backstage.io/techdocs-ref: dir:../../ | ||
spec: | ||
owner: group:redhat/cspi-qe | ||
domain: quality-community/quality-community |