Add the field Facility to the Location model #13918
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
NetBox version
v3.6.3
Feature type
Data model extension
Proposed functionality
Add the field
facility
to theLocation
model the same way it's done on theSite
modelUse case
Most of the time the Facility is not a whole building but rather a Suite (Location) in a building (Site). You may also have more than one Facility inside the same Site or have a single facility in a suite in the building but also other tenants in their own Locations which are not part of that Facility.
For example:
151 Front St., Toronto, ON Canada; Canada's largest Carrier Hotel.
Equinix TR1: Suite 706
Neutral Data Toronto: Suite 800
BELL Canada: Suite 605
Coloware YTZ1: Suite 504
Cologix TOR1: Suite 602
eStruxture TOR-1: Suite 341
Aptum: Suite 402
... and many others
Being able to document this Facility name/ID in a consistent manner across NetBox seems only reasonable.
Database changes
A new CharField,
facility
needs to be added to theLocation
model.We can use the
Site
model for reference.External dependencies
None
The text was updated successfully, but these errors were encountered: