-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Cable Matters variant of 1U keystone patch panel #3267
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
base: master
Are you sure you want to change the base?
Cable Matters variant of 1U keystone patch panel #3267
Conversation
appease the linter :)
ComputeBlade and similar. Still very much a WIP, especially the cm4/5.
Re open PR using different incoming branch
This replaces: #3266 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new YAML file defining the Cable Matters 24 Port Keystone Patch Panel device with detailed specifications.
- Introduces a new device type file with manufacturer, model, part number, and module bay information.
- Defines 24 module bays in a sequential layout.
position: '1' | ||
- name: '2' | ||
position: '2' | ||
- name: '3' | ||
position: '3' | ||
- name: '4' | ||
position: '4' | ||
- name: '5' | ||
position: '5' | ||
- name: '6' | ||
position: '6' | ||
- name: '7' | ||
position: '7' | ||
- name: '8' | ||
position: '8' | ||
- name: '9' | ||
position: '9' | ||
- name: '10' | ||
position: '10' | ||
- name: '11' | ||
position: '11' | ||
- name: '12' | ||
position: '12' | ||
- name: '13' | ||
position: '13' | ||
- name: '14' | ||
position: '14' | ||
- name: '15' | ||
position: '15' | ||
- name: '16' | ||
position: '16' | ||
- name: '17' | ||
position: '17' | ||
- name: '18' | ||
position: '18' | ||
- name: '19' | ||
position: '19' | ||
- name: '20' | ||
position: '20' | ||
- name: '21' | ||
position: '21' | ||
- name: '22' | ||
position: '22' | ||
- name: '23' | ||
position: '23' | ||
- name: '24' | ||
position: '24' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] If supported by the schema, consider using numeric values for the 'position' field (e.g., position: 1) to better reflect its numeric nature and simplify downstream processing.
position: '1' | |
- name: '2' | |
position: '2' | |
- name: '3' | |
position: '3' | |
- name: '4' | |
position: '4' | |
- name: '5' | |
position: '5' | |
- name: '6' | |
position: '6' | |
- name: '7' | |
position: '7' | |
- name: '8' | |
position: '8' | |
- name: '9' | |
position: '9' | |
- name: '10' | |
position: '10' | |
- name: '11' | |
position: '11' | |
- name: '12' | |
position: '12' | |
- name: '13' | |
position: '13' | |
- name: '14' | |
position: '14' | |
- name: '15' | |
position: '15' | |
- name: '16' | |
position: '16' | |
- name: '17' | |
position: '17' | |
- name: '18' | |
position: '18' | |
- name: '19' | |
position: '19' | |
- name: '20' | |
position: '20' | |
- name: '21' | |
position: '21' | |
- name: '22' | |
position: '22' | |
- name: '23' | |
position: '23' | |
- name: '24' | |
position: '24' | |
position: 1 | |
- name: '2' | |
position: 2 | |
- name: '3' | |
position: 3 | |
- name: '4' | |
position: 4 | |
- name: '5' | |
position: 5 | |
- name: '6' | |
position: 6 | |
- name: '7' | |
position: 7 | |
- name: '8' | |
position: 8 | |
- name: '9' | |
position: 9 | |
- name: '10' | |
position: 10 | |
- name: '11' | |
position: 11 | |
- name: '12' | |
position: 12 | |
- name: '13' | |
position: 13 | |
- name: '14' | |
position: 14 | |
- name: '15' | |
position: 15 | |
- name: '16' | |
position: 16 | |
- name: '17' | |
position: 17 | |
- name: '18' | |
position: 18 | |
- name: '19' | |
position: 19 | |
- name: '20' | |
position: 20 | |
- name: '21' | |
position: 21 | |
- name: '22' | |
position: 22 | |
- name: '23' | |
position: 23 | |
- name: '24' | |
position: 24 |
Copilot uses AI. Check for mistakes.
All hail the linter
… into add/uptime-industries-compute-blade
Re open PR using different incoming branch