From 0638df3c0b8320d954511a5e0f24b8ba79877d7a Mon Sep 17 00:00:00 2001 From: obimoro <122788971+obimoro@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:29:00 +0200 Subject: [PATCH] Adding new devicetypes (#2399) * Add files via upload * Add 3 new devicetypes Dell Powerscale A3000 HPe Alletra 6000 HPe DL360-gen11 * Update Alletra-6000.yaml weight was defined with a "," instead of "." * Update Alletra-6000.yaml * Update PowerEdge-R750xs.yaml added some extra detail --------- Co-authored-by: Andreas Langseth Co-authored-by: Harry --- device-types/Dell/PowerEdge-R750xs.yaml | 51 ++++++++++++++++++++++ device-types/Dell/PowerScale-A3000.yaml | 30 +++++++++++++ device-types/HPE/Alletra-6000.yaml | 44 +++++++++++++++++++ device-types/HPE/ProLiant-DL360-Gen11.yaml | 40 +++++++++++++++++ 4 files changed, 165 insertions(+) create mode 100644 device-types/Dell/PowerEdge-R750xs.yaml create mode 100644 device-types/Dell/PowerScale-A3000.yaml create mode 100644 device-types/HPE/Alletra-6000.yaml create mode 100644 device-types/HPE/ProLiant-DL360-Gen11.yaml diff --git a/device-types/Dell/PowerEdge-R750xs.yaml b/device-types/Dell/PowerEdge-R750xs.yaml new file mode 100644 index 000000000..873d1ce9e --- /dev/null +++ b/device-types/Dell/PowerEdge-R750xs.yaml @@ -0,0 +1,51 @@ +--- +manufacturer: Dell +model: PowerEdge R750xs +slug: dell-poweredge-r750xs +u_height: 2 +is_full_depth: true +weight: 18.5 +weight_unit: kg +airflow: front-to-rear +comments: '[Technical Guide](https://i.dell.com/sites/csdocuments/Product_Docs/en/dell-emc-poweredge-r750xs-technical-guide.pdf)' +console-ports: + - name: Rear Serial + type: de-9 +interfaces: + - name: iDRAC9 1 + label: iDRAC + type: 1000base-t + mgmt_only: true +module-bays: + - name: PSU-1 + label: '1' + position: PSU-1 + - name: PSU-2 + label: '2' + position: PSU-2 + - name: NUMA 0 - OCP slot 1 + position: OCP-1 + - name: NUMA 0 - PCIe slot 1 - FH + position: PCIe-1 + label: '1' + - name: NUMA 0 - PCIe slot 2 - FH + position: PCIe-2 + label: '2' + - name: NUMA 0 - PCIe slot 3 - LP + position: PCIe-3 + label: '3' + - name: NUMA 0 - PCIe slot 4 - FH + position: PCIe-4 + label: '4' + - name: NUMA 1 - PCIe slot 5 - FH + position: PCIe-5 + label: '5' + - name: NUMA 1 - PCIe slot 6 - LP + position: PCIe-6 + label: '6' + - name: NUMA 1 - PCIe slot 7 - FH + position: PCIe-7 + label: '7' + - name: NUMA 1 - PCIe slot 8 - FH + position: PCIe-8 + label: '8' diff --git a/device-types/Dell/PowerScale-A3000.yaml b/device-types/Dell/PowerScale-A3000.yaml new file mode 100644 index 000000000..e9a14cd26 --- /dev/null +++ b/device-types/Dell/PowerScale-A3000.yaml @@ -0,0 +1,30 @@ +--- +manufacturer: Dell +model: PowerScale A3000 +slug: dell-powerscale-a3000 +u_height: 4 +is_full_depth: true +airflow: front-to-rear +comments: '[Dell PowerScale A3000 Specification Sheet](https://www.delltechnologies.com/asset/en-us/products/storage/technical-support/h16072-ss-powerscale-archive-nodes.pdf)' +#max weight - 2x processor, 2x PSU, 24xHDD, 2xNVMe SSD +weight: 137.4 +weight_unit: kg +console-ports: + - name: Serial + type: de-9 +module-bays: + - name: PSU1 + position: PSU1 + type: iec-60320-c14 + - name: PSU2 + position: PSU2 + type: iec-60320-c14 +interfaces: + - name: Gig-E 1 + type: 32gfc-sfp28 + - name: Gig-E 2 + type: 32gfc-sfp28 + - name: Gig-E 3 + type: 128gfc-qsfp28 + - name: Gig-E 4 + type: 128gfc-qsfp28 diff --git a/device-types/HPE/Alletra-6000.yaml b/device-types/HPE/Alletra-6000.yaml new file mode 100644 index 000000000..e355efcba --- /dev/null +++ b/device-types/HPE/Alletra-6000.yaml @@ -0,0 +1,44 @@ +--- +manufacturer: HPE +model: Alletra 6000 +slug: hpe-alletra-6000 +u_height: 4 +is_full_depth: true +airflow: front-to-rear +part_number: R4U28A +comments: '[HPE Alletra Storage 6000 Server QuickSpecs](https://www.hpe.com/psnow/doc/a50002567enw)' +#minumum weight - 2x processor, 2x PSU, 24xHDD, 2xNVMe SSD +weight: 54.5 +weight_unit: kg +console-ports: + - name: Serial + type: de-9 +module-bays: + - name: PSU1 + position: PSU1 + - name: PSU2 + position: PSU2 + - name: PSU3 + position: PSU3 + - name: PSU4 + position: PSU4 +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: Gig-E 5 + type: 1000base-t + - name: Gig-E 6 + type: 1000base-t + - name: Gig-E 7 + type: 1000base-t + - name: Gig-E 8 + type: 1000base-t + - name: iLO + type: 1000base-t + mgmt_only: true diff --git a/device-types/HPE/ProLiant-DL360-Gen11.yaml b/device-types/HPE/ProLiant-DL360-Gen11.yaml new file mode 100644 index 000000000..674ba67b8 --- /dev/null +++ b/device-types/HPE/ProLiant-DL360-Gen11.yaml @@ -0,0 +1,40 @@ +--- +manufacturer: HPE +model: ProLiant DL360 Gen11 +slug: hpe-proliant-dl360-gen11 +u_height: 1 +is_full_depth: true +airflow: front-to-rear +part_number: P19766-B21 +comments: '[HPE ProLiant DL360 G11 Server QuickSpecs](https://www.hpe.com/psnow/doc/a50004306enw)' +#minumum weight - One drive, one processor, one power supply, two heatsinks, one Smart Array controller, and five fans. +weight: 14.56 +weight_unit: kg +console-ports: + - name: Serial + type: de-9 +module-bays: + - name: PSU1 + position: PSU1 + - name: PSU2 + position: PSU2 + - name: FlexLOM + position: FlexLOM + - name: PCIe1 + position: PCIe1 + - name: PCIe2 + position: PCIe2 + - name: PCIe3 + position: PCIe3 +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