-
Notifications
You must be signed in to change notification settings - Fork 995
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 ThinkSystem SR635 #2856
base: master
Are you sure you want to change the base?
Add ThinkSystem SR635 #2856
Conversation
type: 1000base-t | ||
mgmt_only: true | ||
power-ports: | ||
- name: PSU0 |
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.
As these are Modular PSUs they need to be modeled as module-bays
and then add the psu's in the modules folder if they don't already exist.
slug: lenovo-thinksystem-sr635 | ||
part_number: 7Y98 | ||
u_height: 1 | ||
is_full_depth: true |
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.
To make sure we have the most complete information, can you add the following parameters, airflow
weight
and weight_unit
with the required data
part_number: 7Y98 | ||
u_height: 1 | ||
is_full_depth: true | ||
subdevice_role: parent |
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.
Subdevice_role: parent is not required as this has no 'device-bays'
No description provided.