Skip to content
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

Open
justin-davisibm opened this issue Jan 8, 2025 · 1 comment
Open

Comments

@justin-davisibm
Copy link

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:

  • Add new top level folder rack-types
  • Children folders will follow the same {{ manufacturer_name }} format as device-types and module-types does today.
  • Add new schema that supports the allowed field options for rack types in Netbox:
    • manufacturer (required)
    • model (required)
    • slug (required)
    • width (required)
    • u_height (required)
    • form_factor (2-post-frame, 4-post-frame, 4-post-cabinet, wall-frame, wall-frame-vertical, wall-cabinet, wall-cabinet-vertical)
    • starting_unit
    • desc_units (boolean)
    • outer_width
    • outer_depth
    • outer_unit (mm, in)
    • mounting_depth
    • weight
    • max_weight
    • weight_unit (kg, g, lb, oz)
    • description
    • comments
    • tags
    • id

This will allow a feature request to Device-Type-Library-Import to support Rack types as an importable object.

@BCurrell
Copy link
Contributor

If this gets approved / added, I have access to the following 2 rack types I'd be willing to add files for:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants