Skip to content

Commit

Permalink
add Lenovo Servers SR530/SR550/X3250M6 and fix SR650 (netbox-communit…
Browse files Browse the repository at this point in the history
…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
nxzz and danner26 authored Jan 21, 2023
1 parent f2709fe commit fe7844e
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 1 deletion.
22 changes: 22 additions & 0 deletions device-types/Lenovo/SR530.yaml
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
22 changes: 22 additions & 0 deletions device-types/Lenovo/SR550.yaml
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
4 changes: 3 additions & 1 deletion device-types/Lenovo/SR650.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
manufacturer: Lenovo
model: SR650
model: ThinkSystem SR650
slug: SR650
part_number: 7X06
u_height: 2
is_full_depth: true
comments: '[Lenovo System SR650 product guide](https://lenovopress.lenovo.com/lp1050.pdf)'
subdevice_role: parent
interfaces:
- name: XCC
Expand Down
18 changes: 18 additions & 0 deletions device-types/Lenovo/system_x3250_M6.yaml
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

0 comments on commit fe7844e

Please sign in to comment.