Description
NetBox version
4.0
Feature type
New functionality
Proposed functionality
Extend virtual machines with the ability to add image attachments.
- Inherit the ImageAttachmentsMixin in the VirtualMachine model.
- Add the required template to the object view for VMs
https://github.com/Hedius/netbox/tree/15712-add_imageattachments_to_virtualmachines
Use case
I acknowledge that this feature (according to the FAQ) is or was initially meant for uploading photos of hardware and racks.
Our NetBox partly evolved into us uploading diagrams etc. into devices to extend the comment section with them.
(We document there what a host / server is doing etc.)
It would be a nice to have if we can do the same in virtual machines.
Main advantage is that you have those images directly linked to the host.
I do not know how other organizations use this feature, but having the same abilities for bare metal servers and virtual machines seems right to me.
Would this change be acceptable to you?
Adding the modal to VMs would not extend the complexity of NetBox.
Database changes
None
External dependencies
None