feat: add groups and tags for fabric device targeting

This commit is contained in:
2026-02-13 14:35:01 +00:00
parent a3a4417773
commit 53b20f3ce0

28
data/04_groups_tags.yml Normal file
View File

@@ -0,0 +1,28 @@
---
apiVersion: infrahub.app/v1
kind: Object
spec:
kind: CoreStandardGroup
data:
- name: spine_devices
description: "All spine switches in the EVPN fabric"
- name: leaf_devices
description: "All leaf switches in the EVPN fabric"
- name: arista_devices
description: "All Arista EOS devices"
---
apiVersion: infrahub.app/v1
kind: Object
spec:
kind: BuiltinTag
data:
- name: evpn-vxlan
description: "EVPN-VXLAN fabric device"
- name: mlag
description: "Device participates in MLAG"
- name: l2-vxlan
description: "L2 VXLAN enabled VTEP"
- name: l3-vxlan
description: "L3 VXLAN enabled VTEP (symmetric IRB)"
- name: containerlab
description: "Containerlab managed device"