-
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
Inventory templates #8118
Comments
We wouldn't remove the manufacturer assignment as part of this. The InventoryItemTemplate model would replicate the manufacturer field and set its value upon the instantiation of new InventoryItems. |
What I meant is, that it should be possible to (for example) put an Samung HD in a Dell server. |
…plate Closes #8118: Inventory item templates
NetBox version
v3.1.0
Feature type
Data model extension
Proposed functionality
Proposal is to create Inventory Templates that allow us to define an inventory item basics,
The device inventory item will need a reference to the template and extended with unique fields like serial numbers
Use case
In devices, the inventory can be updated by manually entering the Manu/Partid/name,...
Lots of parts are used multiple times in different devices (like in servers :CPU types, Memory or in routers/switches, linecards, routing engines,...),
It will keep the inventory 'clean' of typo's, garbage, ...
The inventory items can be limited to the only those that are allowed.
Database changes
A new model is required
dcim.inventory_template
The dcim.inventory_item needs to be updated
Remove
Add
There is no need to enforce the Manufacturer to be the same as or limit to the device the inventory item is added to.
External dependencies
No response
The text was updated successfully, but these errors were encountered: