-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
netboxseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
Deployment Type
Self-hosted
NetBox Version
v4.1.3
Python Version
3.12
Steps to Reproduce
- Write a module type YAML, which contains module bays (similar to interfaces or as you do with device types)
- Use the bulkimport function on the GUI and upload it to the module types.
Here is the YAML, that I tried:
---
manufacturer: Cisco
model: ASR1000-SIP40
part_number: ASR1000-SIP40
module-bays:
- name: Slot 1
label: Expansion 1
position: 0
- name: Slot 2
label: Expansion 2
position: 1
- name: Slot 3
label: Expansion 3
position: 2
- name: Slot 4
label: Expansion 4
position: 3
Expected Behavior
It should create the module-bay templates as it does with interfaces.
Observed Behavior
It creates the module type without the module bay information. Of course you can add them with the "add component" button, but if you have 100 modular cards, it is not ideal.

Metadata
Metadata
Assignees
Labels
netboxseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application