diff --git a/templates/ressource-template/skeleton/catalog-info.yaml b/templates/ressource-template/skeleton/catalog-info.yaml new file mode 100644 index 0000000..0329602 --- /dev/null +++ b/templates/ressource-template/skeleton/catalog-info.yaml @@ -0,0 +1,12 @@ +apiVersion: backstage.io/v1alpha1 +kind: Resource +metadata: + name: ${{ values.name }} + description: ${{ values.description }} + annotations: + # Verknüpfung zur NetBox Kachel + netbox.com/device-name: ${{ values.netbox_name }} +spec: + type: physical-server + owner: ${{ values.owner }} + system: ${{ values.system }} \ No newline at end of file