From c8561906f63f2924bb32c23a79552beaa53bdf45 Mon Sep 17 00:00:00 2001 From: Bart Nijssen <73212177+connect-cloud@users.noreply.github.com> Date: Mon, 7 Jul 2025 21:55:56 +0200 Subject: [PATCH] Fix HPE dl38x gen11 servers (#3296) * Update modules for ProLiant-DL385-Gen11 Add both OCP3 ports and tertiary riser * Update modules and interfaces on ProLiant-DL380-Gen11 Remove FlexLOM Add OCP3.0 modules Remove Gigabit interfaces --- device-types/HPE/ProLiant-DL380-Gen11.yaml | 16 ++++++---------- device-types/HPE/ProLiant-DL385-Gen11.yaml | 20 +++++++++++++++++--- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/device-types/HPE/ProLiant-DL380-Gen11.yaml b/device-types/HPE/ProLiant-DL380-Gen11.yaml index 90d01540..782603c5 100644 --- a/device-types/HPE/ProLiant-DL380-Gen11.yaml +++ b/device-types/HPE/ProLiant-DL380-Gen11.yaml @@ -20,8 +20,6 @@ module-bays: position: PSU1 - name: PSU2 position: PSU2 - - name: FlexLOM - position: FlexLOM - name: PCIe1 position: PCIe1 label: primary riser @@ -46,15 +44,13 @@ module-bays: - name: PCIe8 position: PCIe8 label: tertiary riser + - name: OCP1 + position: OCP1 + label: OCP 3.0 + - name: OCP2 + position: OCP2 + label: OCP 3.0 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 - name: iLO type: 1000base-t mgmt_only: true diff --git a/device-types/HPE/ProLiant-DL385-Gen11.yaml b/device-types/HPE/ProLiant-DL385-Gen11.yaml index 958972f2..8cbbeb00 100644 --- a/device-types/HPE/ProLiant-DL385-Gen11.yaml +++ b/device-types/HPE/ProLiant-DL385-Gen11.yaml @@ -2,19 +2,27 @@ manufacturer: HPE model: ProLiant DL385 Gen11 slug: hpe-proliant-dl385-gen11 -comments: 2U 2 socket AMD 9004 and 9005 CPU server, 32 DDR5 DIMM slot u_height: 2 is_full_depth: true airflow: front-to-rear +part_number: P53921-B21 +comments: '[HPE ProLiant DL385 G11 Server QuickSpecs](https://www.hpe.com/psnow/doc/a50004300enw.pdf)' weight: 17 weight_unit: kg +console-ports: + - name: Serial + type: de-9 module-bays: - name: PSU1 position: PSU1 - name: PSU2 position: PSU2 - - name: OCP3 - position: OCP3 + - name: OCP1 + position: OCP1 + label: OCP 3.0 + - name: OCP2 + position: OCP2 + label: OCP 3.0 - name: PCIe1 position: PCIe1 label: primary riser @@ -33,6 +41,12 @@ module-bays: - name: PCIe6 position: PCIe6 label: secondary riser + - name: PCIe7 + position: PCIe7 + label: tertiary riser + - name: PCIe8 + position: PCIe8 + label: tertiary riser interfaces: - name: iLO type: 1000base-t