feat(schema): add include_in_menu: false to all MLAG nodes #41
This commit is contained in:
@@ -3,14 +3,15 @@
|
|||||||
---
|
---
|
||||||
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
|
||||||
|
include_in_menu: false
|
||||||
human_friendly_id:
|
human_friendly_id:
|
||||||
- domain_id__value
|
- domain_id__value
|
||||||
display_label: "{{ domain_id__value }}"
|
display_label: "{{ domain_id__value }}"
|
||||||
@@ -64,14 +65,15 @@ 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
|
||||||
|
include_in_menu: false
|
||||||
human_friendly_id:
|
human_friendly_id:
|
||||||
- device__name__value
|
- device__name__value
|
||||||
display_label: "{{ local_interface_ip__value }}"
|
display_label: "{{ local_interface_ip__value }}"
|
||||||
@@ -103,14 +105,15 @@ 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
|
||||||
label: MLAG Interface
|
label: MLAG Interface
|
||||||
icon: mdi--ethernet-cable
|
icon: mdi--ethernet-cable
|
||||||
|
include_in_menu: false
|
||||||
display_label: "{{ mlag_id__value }}"
|
display_label: "{{ mlag_id__value }}"
|
||||||
attributes:
|
attributes:
|
||||||
- name: mlag_id
|
- name: mlag_id
|
||||||
|
|||||||
Reference in New Issue
Block a user