feat(schema): add include_in_menu: false to all BGP nodes #41

This commit is contained in:
2026-02-09 12:03:38 +00:00
parent 69f003b798
commit ffa1eff19a

View File

@@ -3,14 +3,15 @@
--- ---
version: "1.0" version: "1.0"
nodes: nodes:
# =================================================================== # ================================================================
# Autonomous System # Autonomous System
# =================================================================== # ================================================================
- name: AutonomousSystem - name: AutonomousSystem
namespace: Infra namespace: Infra
description: BGP Autonomous System description: BGP Autonomous System
label: Autonomous System label: Autonomous System
icon: mdi--cloud-outline icon: mdi--cloud-outline
include_in_menu: false
human_friendly_id: human_friendly_id:
- asn__value - asn__value
order_by: order_by:
@@ -33,14 +34,15 @@ nodes:
- name: public - name: public
label: Public label: Public
# =================================================================== # ================================================================
# BGP Router Configuration (per device) # BGP Router Configuration (per device)
# =================================================================== # ================================================================
- name: BGPRouterConfig - name: BGPRouterConfig
namespace: Infra namespace: Infra
description: BGP router configuration on a device description: BGP router configuration on a device
label: BGP Router Config label: BGP Router Config
icon: mdi--router-wireless icon: mdi--router-wireless
include_in_menu: false
human_friendly_id: human_friendly_id:
- device__name__value - device__name__value
display_label: "{{ router_id__value }}" display_label: "{{ router_id__value }}"
@@ -81,14 +83,15 @@ nodes:
cardinality: many cardinality: many
kind: Component kind: Component
# =================================================================== # ================================================================
# BGP Peer Group # BGP Peer Group
# =================================================================== # ================================================================
- name: BGPPeerGroup - name: BGPPeerGroup
namespace: Infra namespace: Infra
description: BGP peer group template description: BGP peer group template
label: BGP Peer Group label: BGP Peer Group
icon: mdi--account-group icon: mdi--account-group
include_in_menu: false
human_friendly_id: human_friendly_id:
- name__value - name__value
display_label: "{{ name__value }}" display_label: "{{ name__value }}"
@@ -153,14 +156,15 @@ nodes:
cardinality: one cardinality: one
optional: true optional: true
# =================================================================== # ================================================================
# BGP Session (Neighbor) # BGP Session (Neighbor)
# =================================================================== # ================================================================
- name: BGPSession - name: BGPSession
namespace: Infra namespace: Infra
description: BGP neighbor session description: BGP neighbor session
label: BGP Session label: BGP Session
icon: mdi--connection icon: mdi--connection
include_in_menu: false
human_friendly_id: human_friendly_id:
- peer_address__value - peer_address__value
display_label: "{{ peer_address__value }}" display_label: "{{ peer_address__value }}"
@@ -195,14 +199,15 @@ nodes:
optional: true optional: true
description: Remote peer device (for documentation) description: Remote peer device (for documentation)
# =================================================================== # ================================================================
# BGP Address Family Configuration # BGP Address Family Configuration
# =================================================================== # ================================================================
- name: BGPAddressFamily - name: BGPAddressFamily
namespace: Infra namespace: Infra
description: BGP address family configuration description: BGP address family configuration
label: BGP Address Family label: BGP Address Family
icon: mdi--format-list-bulleted icon: mdi--format-list-bulleted
include_in_menu: false
display_label: "{{ afi__value }}" display_label: "{{ afi__value }}"
attributes: attributes:
- name: afi - name: afi