From 929f88a58f7eef559c305520462c209ef41d9adb Mon Sep 17 00:00:00 2001 From: Walday <59055055+walday@users.noreply.github.com> Date: Tue, 28 Sep 2021 17:16:43 +0500 Subject: [PATCH] ADD ProLiant DL380p Gen8 server (#432) * ADD ProLiant DL380p Gen8 server --- device-types/HPE/ProLiant_DL380p_Gen8.yaml | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 device-types/HPE/ProLiant_DL380p_Gen8.yaml diff --git a/device-types/HPE/ProLiant_DL380p_Gen8.yaml b/device-types/HPE/ProLiant_DL380p_Gen8.yaml new file mode 100644 index 00000000..d3906654 --- /dev/null +++ b/device-types/HPE/ProLiant_DL380p_Gen8.yaml @@ -0,0 +1,46 @@ +--- +manufacturer: HPE +model: ProLiant DL380p Gen8 +slug: hpe_dl380p_g8 +part_number: 670524-001 +u_height: 2 +is_full_depth: true +console-ports: + - name: Serial + type: de-9 + - name: VGA + type: other +console-server-ports: + - name: Front USB1 + type: usb-a + - name: Rear USB1 + type: usb-a + - name: Rear USB2 + type: usb-a + - name: Rear USB3 + type: usb-a + - name: Rear USB4 + type: usb-a +power-ports: + - name: PSU1 + type: iec-60320-c14 + maximum_draw: 700 + - name: PSU2 + type: iec-60320-c14 + maximum_draw: 700 +interfaces: + - name: 'Gig-E 1' + type: 1000base-t + mgmt_only: false + - name: 'Gig-E 2' + type: 1000base-t + mgmt_only: false + - name: 'Gig-E 3' + type: 1000base-t + mgmt_only: false + - name: 'Gig-E 4' + type: 1000base-t + mgmt_only: false + - name: 'iLO' + type: 1000base-t + mgmt_only: true