From fe3ed7d6611267c7b3c597b8f8e4754f4c1761dc Mon Sep 17 00:00:00 2001 From: Chase Coney Date: Wed, 24 Mar 2021 16:21:03 -0500 Subject: [PATCH] feat: adding galaxy configuration file --- catalog-info.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..7294feb --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,14 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component # Possible values `component`, `api`, `resource`, and `system` +metadata: + name: ansible-haproxy + description: TBD # Needs value + annotations: + jira/project-key: TBD # Needs value + github.com/project-slug: CreditCardsCom/ansible-haproxy + github.com/team-slug: TBD # Sluggified github team name + circleci.com/project-slug: github/CreditCardsCom/ansible-haproxy +spec: + type: service # Possible values `service`, `website`, and `library` + lifecycle: production # Possible values `experimental`, `production`, and `deprecated` + owner: TBD # Sluggified github team name