-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Location to Circuit Termination #9604
Comments
basic diff (no migration or PR yet etc) here develop...gjvc:9604-add-location-to-circuittermination for clarity / discussion.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our contributing guide. |
As a service provider trying to get better PoP records for interconnects, etc., I think this could help. @gjvc do you think you can complete your code as a PR in the near future? |
@eronlloyd Certainly can! I will make a diff against develop this week and create a PR. Thank you for your consideration. :-) |
@jeremystretch would you be able to provide a milestone for this? |
This would be very handy for us as well. For us Sites is more of a 'compound' large area. Whereas Locations is down to the building within that area. And multiple circuits could come into different buildings. |
I agree with @GoldyXXD, we have sites with multiple demarcs and this would be really helpful. |
…rcuitCircuitTerminationSerializer
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
toLocation
, (wherenull=True
)External dependencies
None
The text was updated successfully, but these errors were encountered: