From fe7844e861db0397014b63049f0b1dc236dbe005 Mon Sep 17 00:00:00 2001 From: Rimpei Kunimoto <19310909+nxzz@users.noreply.github.com> Date: Sat, 21 Jan 2023 14:14:36 +0900 Subject: [PATCH] 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 --- device-types/Lenovo/SR530.yaml | 22 ++++++++++++++++++++++ device-types/Lenovo/SR550.yaml | 22 ++++++++++++++++++++++ device-types/Lenovo/SR650.yaml | 4 +++- device-types/Lenovo/system_x3250_M6.yaml | 18 ++++++++++++++++++ 4 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 device-types/Lenovo/SR530.yaml create mode 100644 device-types/Lenovo/SR550.yaml create mode 100644 device-types/Lenovo/system_x3250_M6.yaml diff --git a/device-types/Lenovo/SR530.yaml b/device-types/Lenovo/SR530.yaml new file mode 100644 index 000000000..64cd683cb --- /dev/null +++ b/device-types/Lenovo/SR530.yaml @@ -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 diff --git a/device-types/Lenovo/SR550.yaml b/device-types/Lenovo/SR550.yaml new file mode 100644 index 000000000..17aebb13e --- /dev/null +++ b/device-types/Lenovo/SR550.yaml @@ -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 diff --git a/device-types/Lenovo/SR650.yaml b/device-types/Lenovo/SR650.yaml index a92445095..e75d0a0cd 100644 --- a/device-types/Lenovo/SR650.yaml +++ b/device-types/Lenovo/SR650.yaml @@ -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 diff --git a/device-types/Lenovo/system_x3250_M6.yaml b/device-types/Lenovo/system_x3250_M6.yaml new file mode 100644 index 000000000..2537628e8 --- /dev/null +++ b/device-types/Lenovo/system_x3250_M6.yaml @@ -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