-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Environment
- Python version: 3.6.3
- NetBox version: 2.6.9
Proposed Functionality
Though we can model airflow / FAN model numbers in the inventory of a device, not everyone is going to do this. It just might be more ideal to signify in an optional field of the device. Additionally, one could also add the type to the deviceType model, for platforms that do not have swappable fans. At the very least, adding it to device model should be enough.
Relates to #3825
Use Case
There is no standard way the industry signifies airflow direction. Some platforms hardcode the airflow in the model number, some dynamically adjust show version model number with a -F or -R, some just indicate the airflow direction in a bundle SKU not seen in the device's OS, and some combine all of the above methods.
Database Changes
Add a new data model type with the fields mentioned in the proposed functionality.
External Dependencies
N/A