From e31846b0573a7b4a559eed292bfae4a80c4f289b Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Mon, 9 Feb 2026 12:04:46 +0000 Subject: [PATCH] feat(schema): add include_in_menu: false to all MLAG nodes #41 --- schemas/mlag.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/schemas/mlag.yml b/schemas/mlag.yml index e42be15..7a6c220 100644 --- a/schemas/mlag.yml +++ b/schemas/mlag.yml @@ -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