From d4fa4fb425a4036280c37199e9e1751e074e2207 Mon Sep 17 00:00:00 2001 From: lars Date: Sat, 7 Mar 2026 07:47:24 +0000 Subject: [PATCH] =?UTF-8?q?templates/ressource-template/skeleton/catalog-i?= =?UTF-8?q?nfo.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ressource-template/skeleton/catalog-info.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/ressource-template/skeleton/catalog-info.yaml 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