From 53b20f3ce09e160f8b2c566d667c4d96d42478cf Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Fri, 13 Feb 2026 14:35:01 +0000 Subject: [PATCH] feat: add groups and tags for fabric device targeting --- data/04_groups_tags.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 data/04_groups_tags.yml diff --git a/data/04_groups_tags.yml b/data/04_groups_tags.yml new file mode 100644 index 0000000..54d6df9 --- /dev/null +++ b/data/04_groups_tags.yml @@ -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"