From 990ef2d1e7a95867edee793a75a8c13812be43bc Mon Sep 17 00:00:00 2001 From: Rimpei Kunimoto Date: Sat, 21 Jan 2023 00:27:07 +0900 Subject: [PATCH 1/7] fix SR650 unit height , add comments --- device-types/Lenovo/SR650.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/device-types/Lenovo/SR650.yaml b/device-types/Lenovo/SR650.yaml index a924450954..e9572c42d7 100644 --- a/device-types/Lenovo/SR650.yaml +++ b/device-types/Lenovo/SR650.yaml @@ -3,7 +3,9 @@ manufacturer: Lenovo model: 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 @@ -14,3 +16,6 @@ power-ports: type: iec-60320-c14 - name: PSU1 type: iec-60320-c14 +console-ports: + - name: Rear VGA + type: other From 78d18b239cf01e48eb242bdef33f6741d90ff6a2 Mon Sep 17 00:00:00 2001 From: Rimpei Kunimoto Date: Sat, 21 Jan 2023 00:27:28 +0900 Subject: [PATCH 2/7] add Lenovo SR530 SR550 X3250M6 --- device-types/Lenovo/SR530.yaml | 27 ++++++++++++++++++++++++ device-types/Lenovo/SR550.yaml | 25 ++++++++++++++++++++++ device-types/Lenovo/system_x3250_M6.yaml | 21 ++++++++++++++++++ 3 files changed, 73 insertions(+) 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 0000000000..5d7722c32e --- /dev/null +++ b/device-types/Lenovo/SR530.yaml @@ -0,0 +1,27 @@ +--- +manufacturer: Lenovo +model: 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 +console-ports: + - name: Front VGA + type: other + - name: Rear VGA + type: other diff --git a/device-types/Lenovo/SR550.yaml b/device-types/Lenovo/SR550.yaml new file mode 100644 index 0000000000..6c7bdc6053 --- /dev/null +++ b/device-types/Lenovo/SR550.yaml @@ -0,0 +1,25 @@ +--- +manufacturer: Lenovo +model: 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 +console-ports: + - name: Rear VGA + type: other diff --git a/device-types/Lenovo/system_x3250_M6.yaml b/device-types/Lenovo/system_x3250_M6.yaml new file mode 100644 index 0000000000..28907ab402 --- /dev/null +++ b/device-types/Lenovo/system_x3250_M6.yaml @@ -0,0 +1,21 @@ +--- +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 +console-ports: + - name: Rear VGA + type: other From 1f81f29a8117e15f48277f6722d0147e55c9c615 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Fri, 20 Jan 2023 10:48:13 -0500 Subject: [PATCH 3/7] Update system_x3250_M6.yaml --- device-types/Lenovo/system_x3250_M6.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-types/Lenovo/system_x3250_M6.yaml b/device-types/Lenovo/system_x3250_M6.yaml index 28907ab402..888b6af5ab 100644 --- a/device-types/Lenovo/system_x3250_M6.yaml +++ b/device-types/Lenovo/system_x3250_M6.yaml @@ -2,7 +2,7 @@ manufacturer: Lenovo model: System x3250 M6 slug: system_x3250_m6 -part_number: 3633 +part_number: '3633' u_height: 1 is_full_depth: true comments: '[Lenovo System x3250 M6 product guide](https://lenovopress.lenovo.com/lp0096.pdf)' From aa2a55e295379b41cc9b1cc2664e343bcda74fbf Mon Sep 17 00:00:00 2001 From: Rimpei Kunimoto Date: Sat, 21 Jan 2023 13:41:56 +0900 Subject: [PATCH 4/7] remove VGA port --- device-types/Lenovo/SR530.yaml | 5 ----- device-types/Lenovo/SR550.yaml | 3 --- device-types/Lenovo/SR650.yaml | 3 --- device-types/Lenovo/system_x3250_M6.yaml | 3 --- 4 files changed, 14 deletions(-) diff --git a/device-types/Lenovo/SR530.yaml b/device-types/Lenovo/SR530.yaml index 5d7722c32e..54574a16b9 100644 --- a/device-types/Lenovo/SR530.yaml +++ b/device-types/Lenovo/SR530.yaml @@ -20,8 +20,3 @@ interfaces: - name: XCC type: 1000base-t mgmt_only: true -console-ports: - - name: Front VGA - type: other - - name: Rear VGA - type: other diff --git a/device-types/Lenovo/SR550.yaml b/device-types/Lenovo/SR550.yaml index 6c7bdc6053..b3647c23f2 100644 --- a/device-types/Lenovo/SR550.yaml +++ b/device-types/Lenovo/SR550.yaml @@ -20,6 +20,3 @@ interfaces: - name: XCC type: 1000base-t mgmt_only: true -console-ports: - - name: Rear VGA - type: other diff --git a/device-types/Lenovo/SR650.yaml b/device-types/Lenovo/SR650.yaml index e9572c42d7..6e3defa7df 100644 --- a/device-types/Lenovo/SR650.yaml +++ b/device-types/Lenovo/SR650.yaml @@ -16,6 +16,3 @@ power-ports: type: iec-60320-c14 - name: PSU1 type: iec-60320-c14 -console-ports: - - name: Rear VGA - type: other diff --git a/device-types/Lenovo/system_x3250_M6.yaml b/device-types/Lenovo/system_x3250_M6.yaml index 888b6af5ab..2537628e8d 100644 --- a/device-types/Lenovo/system_x3250_M6.yaml +++ b/device-types/Lenovo/system_x3250_M6.yaml @@ -16,6 +16,3 @@ interfaces: type: 1000base-t - name: Ethernet 2 type: 1000base-t -console-ports: - - name: Rear VGA - type: other From e8852ca569ec0ffdfff4f8c4511858cee34155c8 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Sat, 21 Jan 2023 00:11:58 -0500 Subject: [PATCH 5/7] Update SR530.yaml Added ThinkSystem to model name --- device-types/Lenovo/SR530.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-types/Lenovo/SR530.yaml b/device-types/Lenovo/SR530.yaml index 54574a16b9..64cd683cb2 100644 --- a/device-types/Lenovo/SR530.yaml +++ b/device-types/Lenovo/SR530.yaml @@ -1,6 +1,6 @@ --- manufacturer: Lenovo -model: SR530 +model: ThinkSystem SR530 slug: SR530 part_number: 7X07 u_height: 1 From beb8069cb185ba89ec36b8148ac726b62e4c7273 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Sat, 21 Jan 2023 00:12:12 -0500 Subject: [PATCH 6/7] Update SR550.yaml Added ThinkSystem to model name --- device-types/Lenovo/SR550.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-types/Lenovo/SR550.yaml b/device-types/Lenovo/SR550.yaml index b3647c23f2..17aebb13ee 100644 --- a/device-types/Lenovo/SR550.yaml +++ b/device-types/Lenovo/SR550.yaml @@ -1,6 +1,6 @@ --- manufacturer: Lenovo -model: SR550 +model: ThinkSystem SR550 slug: SR550 part_number: 7X04 u_height: 2 From 231cbf454bb5a8371c2ae03d0e0f00aca89eed08 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Sat, 21 Jan 2023 00:12:40 -0500 Subject: [PATCH 7/7] Update SR650.yaml Added ThinkSystem to model name --- device-types/Lenovo/SR650.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-types/Lenovo/SR650.yaml b/device-types/Lenovo/SR650.yaml index 6e3defa7df..e75d0a0cdb 100644 --- a/device-types/Lenovo/SR650.yaml +++ b/device-types/Lenovo/SR650.yaml @@ -1,6 +1,6 @@ --- manufacturer: Lenovo -model: SR650 +model: ThinkSystem SR650 slug: SR650 part_number: 7X06 u_height: 2