fix(schema): display_labels must only reference local attributes in mlag.yml
This commit is contained in:
@@ -3,15 +3,16 @@
|
|||||||
---
|
---
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
nodes:
|
nodes:
|
||||||
# =============================================================================
|
# ==========================================================================
|
||||||
# MLAG Domain
|
# MLAG Domain
|
||||||
# =============================================================================
|
# ==========================================================================
|
||||||
- name: MlagDomain
|
- name: MlagDomain
|
||||||
namespace: Infra
|
namespace: Infra
|
||||||
description: MLAG domain configuration for leaf pair
|
description: MLAG domain configuration for leaf pair
|
||||||
label: MLAG Domain
|
label: MLAG Domain
|
||||||
icon: mdi--link-variant
|
icon: mdi--link-variant
|
||||||
default_filter: domain_id__value
|
human_friendly_id:
|
||||||
|
- domain_id__value
|
||||||
display_labels:
|
display_labels:
|
||||||
- domain_id__value
|
- domain_id__value
|
||||||
attributes:
|
attributes:
|
||||||
@@ -64,16 +65,18 @@ nodes:
|
|||||||
optional: true
|
optional: true
|
||||||
description: VLAN for iBGP peering between MLAG peers
|
description: VLAN for iBGP peering between MLAG peers
|
||||||
|
|
||||||
# =============================================================================
|
# ==========================================================================
|
||||||
# MLAG Peer Configuration (per device)
|
# MLAG Peer Configuration (per device)
|
||||||
# =============================================================================
|
# ==========================================================================
|
||||||
- name: MlagPeerConfig
|
- name: MlagPeerConfig
|
||||||
namespace: Infra
|
namespace: Infra
|
||||||
description: MLAG configuration on a specific device
|
description: MLAG configuration on a specific device
|
||||||
label: MLAG Peer Config
|
label: MLAG Peer Config
|
||||||
icon: mdi--server-network
|
icon: mdi--server-network
|
||||||
display_labels:
|
human_friendly_id:
|
||||||
- device__name__value
|
- device__name__value
|
||||||
|
display_labels:
|
||||||
|
- local_interface_ip__value
|
||||||
attributes:
|
attributes:
|
||||||
- name: local_interface_ip
|
- name: local_interface_ip
|
||||||
kind: IPNetwork
|
kind: IPNetwork
|
||||||
@@ -101,9 +104,9 @@ nodes:
|
|||||||
cardinality: one
|
cardinality: one
|
||||||
description: Peer-link port-channel
|
description: Peer-link port-channel
|
||||||
|
|
||||||
# =============================================================================
|
# ==========================================================================
|
||||||
# MLAG Interface (MLAG-enabled LAG)
|
# MLAG Interface (MLAG-enabled LAG)
|
||||||
# =============================================================================
|
# ==========================================================================
|
||||||
- name: MlagInterface
|
- name: MlagInterface
|
||||||
namespace: Infra
|
namespace: Infra
|
||||||
description: MLAG interface configuration
|
description: MLAG interface configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user