From 0bc94d81ecbc5db2a7734d91d3323d0f63fafa92 Mon Sep 17 00:00:00 2001 From: Sami Nieminen Date: Mon, 9 Dec 2024 23:26:12 +0200 Subject: [PATCH 1/3] Add HPE Proliant Microserver Gen10 & 11. Add HPE Proliant ML30 Gen10 --- .../HPE/ProLiant-ML30-Gen10-plus.yaml | 28 +++++++++++++++++ .../HPE/ProLiant-Microserver-Gen10.yaml | 25 +++++++++++++++ .../HPE/ProLiant-Microserver-Gen11.yaml | 31 +++++++++++++++++++ 3 files changed, 84 insertions(+) create mode 100644 device-types/HPE/ProLiant-ML30-Gen10-plus.yaml create mode 100644 device-types/HPE/ProLiant-Microserver-Gen10.yaml create mode 100644 device-types/HPE/ProLiant-Microserver-Gen11.yaml diff --git a/device-types/HPE/ProLiant-ML30-Gen10-plus.yaml b/device-types/HPE/ProLiant-ML30-Gen10-plus.yaml new file mode 100644 index 0000000000..a308c0ad4d --- /dev/null +++ b/device-types/HPE/ProLiant-ML30-Gen10-plus.yaml @@ -0,0 +1,28 @@ +--- +manufacturer: HPE +model: ProLiant ML30 Gen10 Plus +slug: proliant-ml30-gen10-plus +part_number: P44720-421 +u_height: 4 +is_full_depth: true +module-bays: + - name: PCIe1 + position: PCIe1 + - name: PCIe2 + position: PCIe2 + - name: PCIe3 + position: PCIe3 + - name: PCIe4 + position: PCIe4 + - name: PSU1 + position: PSU1 + - name: PSU2 + position: PSU2 +interfaces: + - name: Gig-E 1 + type: 1000base-t + - name: Gig-E 2 + type: 1000base-t + - name: iLO + type: 1000base-t + mgmt_only: true diff --git a/device-types/HPE/ProLiant-Microserver-Gen10.yaml b/device-types/HPE/ProLiant-Microserver-Gen10.yaml new file mode 100644 index 0000000000..87ea62796c --- /dev/null +++ b/device-types/HPE/ProLiant-Microserver-Gen10.yaml @@ -0,0 +1,25 @@ +--- +manufacturer: HPE +model: ProLiant MicroServer Gen10 +slug: hpe-proliant-microserver-gen10 +u_height: 0 +is_full_depth: false +airflow: front-to-rear +weight: 6.5 +weight_unit: kg +interfaces: + - name: Gig-E 1 + type: 1000base-t + - name: Gig-E 2 + type: 1000base-t +module-bays: + - name: PCIe1 + position: PCIe1 + - name: PCIe2 + position: PCIe2 +power-ports: + - name: PSU + type: iec-60320-c14 + maximum_draw: 200 +description: HPE ProLiant MicroServer Gen10 +comments: '[PSnow: HPE ProLiant MicroServer Gen11](https://support.hpe.com/hpesc/public/docDisplay?docId=a00008701enw&docLocale=en_US)' diff --git a/device-types/HPE/ProLiant-Microserver-Gen11.yaml b/device-types/HPE/ProLiant-Microserver-Gen11.yaml new file mode 100644 index 0000000000..19fb625f72 --- /dev/null +++ b/device-types/HPE/ProLiant-Microserver-Gen11.yaml @@ -0,0 +1,31 @@ +--- +manufacturer: HPE +model: ProLiant MicroServer Gen11 +slug: hpe-proliant-microserver-gen11 +u_height: 0 +is_full_depth: false +airflow: front-to-rear +weight: 8.65 +weight_unit: kg +interfaces: + - name: Gig-E 1 + type: 1000base-t + - name: Gig-E 2 + type: 1000base-t + - name: Gig-E 3 + type: 1000base-t + - name: Gig-E 4 + type: 1000base-t +module-bays: + - name: PCIe1 + position: PCIe1 + - name: PCIe2 + position: PCIe2 + - name: iLO/M.2/Serial port + position: 1 +power-ports: + - name: PSU + type: dc-terminal + maximum_draw: 180 +description: HPE ProLiant MicroServer Gen11 +comments: '[PSnow: HPE ProLiant MicroServer Gen11](https://www.hpe.com/psnow/doc/PSN1014826370USEN.pdf?jumpid=in_pdp-psnow-dds)' From 07bd4df215cad2050e4c385964333103436f6e62 Mon Sep 17 00:00:00 2001 From: Sami Nieminen Date: Mon, 9 Dec 2024 23:55:40 +0200 Subject: [PATCH 2/3] Add HPE Proliant Microserver Gen10 & 11. Add HPE Proliant ML30 Gen10. --- device-types/HPE/ProLiant-ML30-Gen10-plus.yaml | 2 +- device-types/HPE/ProLiant-Microserver-Gen11.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device-types/HPE/ProLiant-ML30-Gen10-plus.yaml b/device-types/HPE/ProLiant-ML30-Gen10-plus.yaml index a308c0ad4d..67a1887a9d 100644 --- a/device-types/HPE/ProLiant-ML30-Gen10-plus.yaml +++ b/device-types/HPE/ProLiant-ML30-Gen10-plus.yaml @@ -1,7 +1,7 @@ --- manufacturer: HPE model: ProLiant ML30 Gen10 Plus -slug: proliant-ml30-gen10-plus +slug: hpe-proliant-ml30-gen10-plus part_number: P44720-421 u_height: 4 is_full_depth: true diff --git a/device-types/HPE/ProLiant-Microserver-Gen11.yaml b/device-types/HPE/ProLiant-Microserver-Gen11.yaml index 19fb625f72..1e2913201b 100644 --- a/device-types/HPE/ProLiant-Microserver-Gen11.yaml +++ b/device-types/HPE/ProLiant-Microserver-Gen11.yaml @@ -22,7 +22,7 @@ module-bays: - name: PCIe2 position: PCIe2 - name: iLO/M.2/Serial port - position: 1 + position: iLO/M.2/Serial port power-ports: - name: PSU type: dc-terminal From a81cc0e5d1cd2e1a9a98bd4f8913770fc6a0db3a Mon Sep 17 00:00:00 2001 From: Harry Date: Thu, 12 Dec 2024 13:36:37 +0000 Subject: [PATCH 3/3] Update ProLiant-ML30-Gen10-plus.yaml added some extra data --- device-types/HPE/ProLiant-ML30-Gen10-plus.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device-types/HPE/ProLiant-ML30-Gen10-plus.yaml b/device-types/HPE/ProLiant-ML30-Gen10-plus.yaml index 67a1887a9d..470d9de0d5 100644 --- a/device-types/HPE/ProLiant-ML30-Gen10-plus.yaml +++ b/device-types/HPE/ProLiant-ML30-Gen10-plus.yaml @@ -4,6 +4,9 @@ model: ProLiant ML30 Gen10 Plus slug: hpe-proliant-ml30-gen10-plus part_number: P44720-421 u_height: 4 +weight: 10.1 +weight_unit: kg +airflow: front-to-rear is_full_depth: true module-bays: - name: PCIe1