catalog-info.yaml aktualisiert
This commit is contained in:
parent
ebaf4852df
commit
ffb104a5b0
|
|
@ -28,6 +28,27 @@ spec:
|
|||
- component:default/mariadb-storage
|
||||
- resource:default/raspberry-pi5
|
||||
|
||||
---
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Resource
|
||||
metadata:
|
||||
name: raspberry-pi5
|
||||
description: "Zentraler ARM-Rechenknoten (Raspberry Pi 5)"
|
||||
annotations:
|
||||
# Hier liegt die Wahrheit über die Hardware
|
||||
netbox.com/device-name: 'Raspberry Pi5 (Paperless)'
|
||||
home-lab.io/management-ip: '192.168.2.49'
|
||||
links:
|
||||
- url: http://192.168.2.49:8001/dcim/devices/1/ # Tausche '1' gegen die echte ID aus
|
||||
title: "Netbox: Device Details"
|
||||
icon: resource
|
||||
- url: http://192.168.2.49:8001/api/dcim/devices/1/
|
||||
title: "Raw API Data (via Netbox)"
|
||||
icon: code
|
||||
spec:
|
||||
type: compute-node
|
||||
owner: admin
|
||||
|
||||
---
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user