From 58e186f63c0a20a075116b015ca83c0a52d5b259 Mon Sep 17 00:00:00 2001 From: Saksham-Nautiyal <167847889+Saksham-Nautiyal@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:11:01 +0530 Subject: [PATCH 1/2] Create catalog-info.yaml --- catalog-info.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..c3c5bd8 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,32 @@ +# nonk8s +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: python-powerflex + description: "Python SDK for Dell PowerFlex" + tags: + - ansible + - devops + - automation + - storage + - dell + - infrastructure-as-code + - powerflex + annotations: + backstage.io/techdocs-ref: dir:. + github.com/project-slug: dell/powerflex + links: + - url: 'https://galaxy.ansible.com/dellemc/powerflex' + title: 'Ansible Galaxy' + icon: 'web' + - url: 'https://console.redhat.com/ansible/automation-hub/repo/published/dellemc/powerflex' + title: 'Automation Hub' + icon: 'web' + - url: 'https://github.com/dell/python-powerflex/issues' + title: 'Contact Technical Support' + icon: 'help' +spec: + type: service + lifecycle: production + owner: user:default/sachin.apagundi + visibility: all From e6374ea31a32a793417cea0fe1801a078e84ec73 Mon Sep 17 00:00:00 2001 From: Saksham-Nautiyal <167847889+Saksham-Nautiyal@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:26:16 +0530 Subject: [PATCH 2/2] Update catalog-info.yaml --- catalog-info.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index c3c5bd8..bfa5920 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -14,13 +14,10 @@ metadata: - powerflex annotations: backstage.io/techdocs-ref: dir:. - github.com/project-slug: dell/powerflex + github.com/project-slug: dell/python-powerflex links: - - url: 'https://galaxy.ansible.com/dellemc/powerflex' - title: 'Ansible Galaxy' - icon: 'web' - - url: 'https://console.redhat.com/ansible/automation-hub/repo/published/dellemc/powerflex' - title: 'Automation Hub' + - url: 'https://pypi.org/project/PyPowerFlex/' + title: 'PyPI' icon: 'web' - url: 'https://github.com/dell/python-powerflex/issues' title: 'Contact Technical Support'