feat: add groups and tags for fabric device targeting
This commit is contained in:
28
data/04_groups_tags.yml
Normal file
28
data/04_groups_tags.yml
Normal 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"
|
||||||
Reference in New Issue
Block a user