mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 00:13:36 +01:00
add Lenovo Servers SR530/SR550/X3250M6 and fix SR650 (#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 <daniel.anner@danstechsupport.com>
This commit is contained in:
parent
f2709fed8b
commit
fe7844e861
22
device-types/Lenovo/SR530.yaml
Normal file
22
device-types/Lenovo/SR530.yaml
Normal file
@ -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
device-types/Lenovo/SR550.yaml
Normal file
22
device-types/Lenovo/SR550.yaml
Normal file
@ -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
|
@ -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
|
||||
|
18
device-types/Lenovo/system_x3250_M6.yaml
Normal file
18
device-types/Lenovo/system_x3250_M6.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user