-
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 decommissioning as device status #3070
Comments
Even when not (mis-)using netbox as an asset management tool, having a decomissioning (or to-be-decomissioned) status would be valuable, as it would make clear that the device is not ment to be repaired or taken back online, but is still taking up space in the datacenter until it has been removed from the rack and from netbox. So +1 from me. |
+1 this, but (despite how much I like opinionated software) I would actually argue in favor of making all statuses site-configurable, e.g. via the admin panel, rather than trying to have a one-setting-fits-all. Wikimedia has mapped Netbox's statuses to our own stages but I think we'd be better served if we were able to rename them to fit our own terminology, as well as add or remove stages as needed. If that makes sense we can take a stab at implementing that, although I suspect it may be relatively trivial for someone that already knows the codebase :) |
@clercrobin check the last two lines of your sample status choices. I like the idea of a status to indicate a planned removal, but do prefer to have the reasons curated and not customizable per server. |
Fixes : #3070 Add the decommissioning status for devices
Environment
Proposed Functionality
To extend the issue #154, we want to add a status decommissioning to the already existing status list:
Use Case
We are currently using Netbox as our asset management system, in addition to its DCIM functionality and are quite happy with this. A valuable output from Netbox would be a forecasting vision enabled by a status like planned. However it is not sufficient to complete this functionality and thus to indicate that a machine will be soon offline we want to add the status decommissioning.
It would enable the 2 following views:
Database Changes
The device statuses lines (314 - 328) of the file netbox\dcim\constants.py would change to:
External Dependencies
No external dependancy
The text was updated successfully, but these errors were encountered: