feat(schema): add include_in_menu: false to all MLAG nodes #41
This commit is contained in:
@@ -3,14 +3,15 @@
|
||||
---
|
||||
version: "1.0"
|
||||
nodes:
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
# MLAG Domain
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
- name: MlagDomain
|
||||
namespace: Infra
|
||||
description: MLAG domain configuration for leaf pair
|
||||
label: MLAG Domain
|
||||
icon: mdi--link-variant
|
||||
include_in_menu: false
|
||||
human_friendly_id:
|
||||
- domain_id__value
|
||||
display_label: "{{ domain_id__value }}"
|
||||
@@ -64,14 +65,15 @@ nodes:
|
||||
optional: true
|
||||
description: VLAN for iBGP peering between MLAG peers
|
||||
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
# MLAG Peer Configuration (per device)
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
- name: MlagPeerConfig
|
||||
namespace: Infra
|
||||
description: MLAG configuration on a specific device
|
||||
label: MLAG Peer Config
|
||||
icon: mdi--server-network
|
||||
include_in_menu: false
|
||||
human_friendly_id:
|
||||
- device__name__value
|
||||
display_label: "{{ local_interface_ip__value }}"
|
||||
@@ -103,14 +105,15 @@ nodes:
|
||||
cardinality: one
|
||||
description: Peer-link port-channel
|
||||
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
# MLAG Interface (MLAG-enabled LAG)
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
- name: MlagInterface
|
||||
namespace: Infra
|
||||
description: MLAG interface configuration
|
||||
label: MLAG Interface
|
||||
icon: mdi--ethernet-cable
|
||||
include_in_menu: false
|
||||
display_label: "{{ mlag_id__value }}"
|
||||
attributes:
|
||||
- name: mlag_id
|
||||
|
||||
Reference in New Issue
Block a user