-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
registering this repo to backstage.io
- Loading branch information
1 parent
237b0fe
commit 8a6338f
Showing
1 changed file
with
31 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# nonk8s | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: dell-ansible-powermax | ||
description: "Ansible Modules for Dell PowerMax" | ||
tags: | ||
- ansible | ||
- devops | ||
- automation | ||
- dell | ||
- infrastructure-as-code | ||
- powermax | ||
annotations: | ||
backstage.io/techdocs-ref: dir:. | ||
github.com/project-slug: dell/ansible-powermax | ||
links: | ||
- url: 'https://galaxy.ansible.com/dellemc/powermax' | ||
title: 'Ansible Galaxy' | ||
icon: 'web' | ||
- url: 'https://console.redhat.com/ansible/automation-hub/repo/published/dellemc/powermax' | ||
title: 'Automation Hub' | ||
icon: 'web' | ||
- url: 'https://github.com/dell/ansible-powermax/issues' | ||
title: 'Contact Technical Support' | ||
icon: 'help' | ||
spec: | ||
type: service | ||
lifecycle: production | ||
owner: user:default/sachin.apagundi | ||
visibility: all |