[Phase 2] Define Infrahub Schema for EVPN-VXLAN Fabric #51

Merged
Damien merged 58 commits from feature/41-infrahub-schema into main 2026-02-13 19:36:27 +00:00
Showing only changes of commit d05c96915f - Show all commits

View File

@@ -3,14 +3,15 @@
---
version: "1.0"
nodes:
# ===================================================================
# ================================================================
# Fabric (Top-level container for all fabric objects)
# ===================================================================
# ================================================================
- name: Fabric
namespace: Infra
description: EVPN-VXLAN Fabric definition
label: Fabric
icon: mdi--vector-polygon
include_in_menu: false
human_friendly_id:
- name__value
order_by:
@@ -57,14 +58,15 @@ nodes:
cardinality: many
optional: true
# ===================================================================
# ================================================================
# Underlay P2P Link
# ===================================================================
# ================================================================
- name: UnderlayLink
namespace: Infra
description: Point-to-point underlay link between devices
label: Underlay Link
icon: mdi--cable-data
include_in_menu: false
display_label: "{{ description__value }}"
attributes:
- name: description
@@ -106,14 +108,15 @@ nodes:
cardinality: one
direction: outbound
# ===================================================================
# ================================================================
# Host Connection
# ===================================================================
# ================================================================
- name: HostConnection
namespace: Infra
description: Host connection to fabric (single or dual-homed)
label: Host Connection
icon: mdi--desktop-tower
include_in_menu: false
human_friendly_id:
- hostname__value
display_label: "{{ hostname__value }}"