[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 e527534820 - Show all commits

View File

@@ -72,12 +72,6 @@ nodes:
- name: description
kind: Text
description: Link description (e.g., spine1:eth1 <-> leaf1:eth11)
- name: local_ip
kind: IPNetwork
description: Local interface IP with mask
- name: remote_ip
kind: IPNetwork
description: Remote interface IP with mask
- name: mtu
kind: Number
default_value: 9214
@@ -97,6 +91,11 @@ nodes:
identifier: underlay_link_local_interface
cardinality: one
direction: outbound
- name: local_ip_address
peer: InfraIPAddress
identifier: underlay_link_local_ip
cardinality: one
direction: outbound
- name: remote_device
peer: InfraDevice
identifier: underlay_link_remote_device
@@ -107,6 +106,11 @@ nodes:
identifier: underlay_link_remote_interface
cardinality: one
direction: outbound
- name: remote_ip_address
peer: InfraIPAddress
identifier: underlay_link_remote_ip
cardinality: one
direction: outbound
# ================================================================
# Host Connection