-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
breaking changeThis change modifies or removes some previously documented functionalityThis change modifies or removes some previously documented functionalitycomplexity: lowRequires minimal effort to implementRequires minimal effort to implementnetboxstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Milestone
Description
NetBox version
v3.2.5
Feature type
Data model extension
Proposed functionality
When editing a circuit termination, i can specify "Region", "Site group", and "Site", but not "Location".
I would like to specify the "Location" field (optionally) as part of the termination.
Use case
We have cross-connects between our cage and cages of other tenants in Equinix. Each tenant's cage is identified by placing the Equinix cage ID in the "Location" field, and this works well in the "Region / Site Group / Site / Location" containment hierarchy.
Right now I am having to specify the tenant's cage as the "Site", because "Location" is not available to me when editing the circuit termination, which makes for something of an impedance mismatch.
Database changes
add foreign key from CircuitTerminations
to Location
, (where null=True
)
External dependencies
None
BarbarossaTM, eronlloyd, b66renr, jcralbino, cybarox and 2 more
Metadata
Metadata
Assignees
Labels
breaking changeThis change modifies or removes some previously documented functionalityThis change modifies or removes some previously documented functionalitycomplexity: lowRequires minimal effort to implementRequires minimal effort to implementnetboxstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application