forked from netbox-community/devicetype-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Lenovo Servers SR530/SR550/X3250M6 and fix SR650 (netbox-communit…
…y#1062) * fix SR650 unit height , add comments * add Lenovo SR530 SR550 X3250M6 * Update system_x3250_M6.yaml * remove VGA port * Update SR530.yaml Added ThinkSystem to model name * Update SR550.yaml Added ThinkSystem to model name * Update SR650.yaml Added ThinkSystem to model name Co-authored-by: Daniel W. Anner <[email protected]>
- Loading branch information
Showing
4 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
manufacturer: Lenovo | ||
model: ThinkSystem SR530 | ||
slug: SR530 | ||
part_number: 7X07 | ||
u_height: 1 | ||
is_full_depth: true | ||
subdevice_role: parent | ||
comments: '[Lenovo ThinkSystem SR530 product guide](https://lenovopress.lenovo.com/lp1045.pdf)' | ||
power-ports: | ||
- name: PSU0 | ||
type: iec-60320-c14 | ||
- name: PSU1 | ||
type: iec-60320-c14 | ||
interfaces: | ||
- name: Ethernet 1 | ||
type: 1000base-t | ||
- name: Ethernet 2 | ||
type: 1000base-t | ||
- name: XCC | ||
type: 1000base-t | ||
mgmt_only: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
manufacturer: Lenovo | ||
model: ThinkSystem SR550 | ||
slug: SR550 | ||
part_number: 7X04 | ||
u_height: 2 | ||
is_full_depth: true | ||
subdevice_role: parent | ||
comments: '[Lenovo ThinkSystem SR550 product guide](https://lenovopress.lenovo.com/lp1046.pdf)' | ||
power-ports: | ||
- name: PSU0 | ||
type: iec-60320-c14 | ||
- name: PSU1 | ||
type: iec-60320-c14 | ||
interfaces: | ||
- name: Ethernet 1 | ||
type: 1000base-t | ||
- name: Ethernet 2 | ||
type: 1000base-t | ||
- name: XCC | ||
type: 1000base-t | ||
mgmt_only: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
manufacturer: Lenovo | ||
model: System x3250 M6 | ||
slug: system_x3250_m6 | ||
part_number: '3633' | ||
u_height: 1 | ||
is_full_depth: true | ||
comments: '[Lenovo System x3250 M6 product guide](https://lenovopress.lenovo.com/lp0096.pdf)' | ||
power-ports: | ||
- name: PSU 1 | ||
type: iec-60320-c14 | ||
- name: PSU 2 | ||
type: iec-60320-c14 | ||
interfaces: | ||
- name: Ethernet 1 | ||
type: 1000base-t | ||
- name: Ethernet 2 | ||
type: 1000base-t |