-
Notifications
You must be signed in to change notification settings - Fork 978
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 functionality for recording Rack Types for netbox 4.1.0+ #2618
Comments
If this gets approved / added, I have access to the following 2 rack types I'd be willing to add files for: |
@harryajc, is this possible in current state devicetype-library or is this something that has to come down from upstream netbox? |
Hey all, could you submit an example file built out for this? Attach it here and I will review. This might work well and if so we would be happy to help build it out/review what you build out |
Example / actual file for Startech 42U 4 poster: ---
manufacturer: Startech
model: 4 Post 42U
slug: startech-4postrack42
width: 19
u_height: 42
form_factor: 4-post-frame
description: Startech 4 Post 42U 19in rack with optional casters
starting_unit: 1
outer_width: 600
outer_unit: mm
# Adjustable depth, do we want the minimum or maximum depth?
# Minimum adjusted depth
mounting_depth: 560
# Maximum adjusted depth
# mounting_depth: 1017
weight: 38.5
# Different weights between stationary and on casters, which one?
# Stationary
# max_weight: 600
# Rolling
max_weight: 360
weight_unit: kg Couple of possible options for There's no field for this currently, but maybe somewhere we could also put a URL to the product page / specs? Could add that to comments I guess. |
Adding a field for spec sheet/datasheet is a good idea. |
I suppose this is more of a discussion on formatting as any logic would likely live in https://github.com/netbox-community/Device-Type-Library-Import, but I'd like to propose the following:
rack-types
{{ manufacturer_name }}
format as device-types and module-types does today.This will allow a feature request to Device-Type-Library-Import to support Rack types as an importable object.
The text was updated successfully, but these errors were encountered: