Skip to content

feat(nautobotop): add UCVNI group support to VLAN group sync#1934

Merged
abhimanyu003 merged 3 commits intomainfrom
nautobotOpUCVNI
Apr 16, 2026
Merged

feat(nautobotop): add UCVNI group support to VLAN group sync#1934
abhimanyu003 merged 3 commits intomainfrom
nautobotOpUCVNI

Conversation

@abhimanyu003
Copy link
Copy Markdown
Contributor

Add UCVNI group support to VLAN group sync.

Example of yaml config.

apiVersion: v1
kind: ConfigMap
metadata:
  name: vlan-groups
  namespace: nautobot
data:
  vlan-groups.yaml: |
    - name: management-vlans
      location: iad3
      range: "100-199"
      ucvni_group: spine402-1.iad3
    - name: guest-vlans
      location: dfw1
      range: "200-299"
      ucvni_group: spine402-1.iad3
    - name: production-vlans
      location: iad3
      range: "300-399"
      ucvni_group: spine402-1.iad3

Comment thread go/nautobotop/internal/nautobot/sync/vlanGroup.go
Comment thread go/nautobotop/internal/nautobot/ipam/ucvniGroup.go Outdated
Copy link
Copy Markdown
Collaborator

@skrobul skrobul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@abhimanyu003 abhimanyu003 added this pull request to the merge queue Apr 16, 2026
Merged via the queue into main with commit 048e212 Apr 16, 2026
23 checks passed
@abhimanyu003 abhimanyu003 deleted the nautobotOpUCVNI branch April 16, 2026 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants