[Phase 2] Define Infrahub Schema for EVPN-VXLAN Fabric #51
@@ -3,14 +3,15 @@
|
||||
---
|
||||
version: "1.0"
|
||||
nodes:
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
# VRF (Virtual Routing and Forwarding)
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
- name: VRF
|
||||
namespace: Infra
|
||||
description: Virtual Routing and Forwarding instance
|
||||
label: VRF
|
||||
icon: mdi--router
|
||||
include_in_menu: false
|
||||
human_friendly_id:
|
||||
- name__value
|
||||
order_by:
|
||||
@@ -56,14 +57,15 @@ nodes:
|
||||
optional: true
|
||||
description: Interfaces assigned to this VRF
|
||||
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
# Route Target
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
- name: RouteTarget
|
||||
namespace: Infra
|
||||
description: BGP Route Target for VPN import/export
|
||||
label: Route Target
|
||||
icon: mdi--target
|
||||
include_in_menu: false
|
||||
human_friendly_id:
|
||||
- target__value
|
||||
order_by:
|
||||
@@ -78,14 +80,15 @@ nodes:
|
||||
kind: Text
|
||||
optional: true
|
||||
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
# VRF Device Assignment
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
- name: VRFDeviceAssignment
|
||||
namespace: Infra
|
||||
description: VRF assignment to a specific device
|
||||
label: VRF Assignment
|
||||
icon: mdi--router-network
|
||||
include_in_menu: false
|
||||
human_friendly_id:
|
||||
- device__name__value
|
||||
- vrf__name__value
|
||||
|
||||
Reference in New Issue
Block a user