Allow for module/part manufacturers #120

Closed
opened 2025-12-29 15:33:53 +01:00 by adam · 3 comments
Owner

Originally created by @ryanmerolle on GitHub (Jul 1, 2016).

Examples where module/parts manufacturer are different from the chassis:

  • Optics/twinax/DAC in NICs
  • Server NICs (SolarFlare, Intel, etc.)
Originally created by @ryanmerolle on GitHub (Jul 1, 2016). Examples where module/parts manufacturer are different from the chassis: - Optics/twinax/DAC in NICs - Server NICs (SolarFlare, Intel, etc.)
adam closed this issue 2025-12-29 15:33:53 +01:00
Author
Owner

@puck commented on GitHub (Jul 1, 2016):

Also, modules and parts can add more ports.

@puck commented on GitHub (Jul 1, 2016): Also, modules and parts can add more ports.
Author
Owner

@jeremystretch commented on GitHub (Jul 1, 2016):

Modules were originally intended to store information gleaned through automated inventory, e.g. show inventory (Cisco IOS) or show chassis hardware (Junos). AFAIK it's not possible to determine a vendor this way, so that wasn't added as a field.

I think it makes sense to add an optional manufacturer field to the Module model. Should this be tied to the Manufacturer model (as DeviceTypes are) or a freeform text field?

@jeremystretch commented on GitHub (Jul 1, 2016): Modules were originally intended to store information gleaned through automated inventory, e.g. `show inventory` (Cisco IOS) or `show chassis hardware` (Junos). AFAIK it's not possible to determine a vendor this way, so that wasn't added as a field. I think it makes sense to add an optional `manufacturer` field to the Module model. Should this be tied to the Manufacturer model (as DeviceTypes are) or a freeform text field?
Author
Owner

@ryanmerolle commented on GitHub (Jul 1, 2016):

I would tie it to manufacturer model. Free form allows for mistakes. From an inventory / search I'd want to be able to find out how many of a x model in an environment when it comes to recalls or upgrades.

@ryanmerolle commented on GitHub (Jul 1, 2016): I would tie it to manufacturer model. Free form allows for mistakes. From an inventory / search I'd want to be able to find out how many of a x model in an environment when it comes to recalls or upgrades.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#120