VLAN Group Creation Scope Inconsistent #4725

Closed
opened 2025-12-29 19:19:54 +01:00 by adam · 1 comment
Owner

Originally created by @bryanward-net on GitHub (Apr 6, 2021).

NetBox version

v2.11-beta1

Python version

3.9

Steps to Reproduce

  1. Create a new VLAN Group with the scope of DCIM>Site. Note that it asks for a Region, Site Group, and Site.
  2. Create a new VLAN Group with the scope of DCIM>Site Group. Note that it asks for a Site Group only.

Expected Behavior

VLAN Groups being created in the DCIM>Site Group scope should also ask for a Region.

Observed Behavior

VLAN Groups being created in the DCIM>Site Group scope only ask for a Site Group and not a Region.

Reproduced on beta.netbox.dev

Originally created by @bryanward-net on GitHub (Apr 6, 2021). ### NetBox version v2.11-beta1 ### Python version 3.9 ### Steps to Reproduce 1. Create a new VLAN Group with the scope of DCIM>Site. Note that it asks for a Region, Site Group, and Site. 2. Create a new VLAN Group with the scope of DCIM>Site Group. Note that it asks for a Site Group only. ### Expected Behavior VLAN Groups being created in the DCIM>Site Group scope should also ask for a Region. ### Observed Behavior VLAN Groups being created in the DCIM>Site Group scope only ask for a Site Group and not a Region. Reproduced on beta.netbox.dev
adam added the type: bugbeta labels 2025-12-29 19:19:54 +01:00
adam closed this issue 2025-12-29 19:19:54 +01:00
Author
Owner

@jeremystretch commented on GitHub (Apr 6, 2021):

VLAN Groups being created in the DCIM>Site Group scope only ask for a Site Group and not a Region.

This is intentional. Regions and site groups exist in parallel: there is no relationship between the two. A site can be assigned to a group and/or region, but groups cannot be assigned to regions.

@jeremystretch commented on GitHub (Apr 6, 2021): > VLAN Groups being created in the DCIM>Site Group scope only ask for a Site Group and not a Region. This is intentional. Regions and site groups exist in parallel: there is no relationship between the two. A site can be assigned to a group and/or region, but groups cannot be assigned to regions.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4725