From e327feb266b1dfc1358b526231d45858bcb6bd33 Mon Sep 17 00:00:00 2001 From: obimoro <122788971+obimoro@users.noreply.github.com> Date: Fri, 21 Jun 2024 22:45:31 +0200 Subject: [PATCH] Adding new devicetype Dell powerscale and HPE allertra (#2173) * Adding new device to device-types --- device-types/Dell/PowerScale-A300.yaml | 31 ++++++++++++++++++ device-types/Dell/PowerScale-H700.yaml | 31 ++++++++++++++++++ device-types/HPE/Alletra-6070.yaml | 44 ++++++++++++++++++++++++++ 3 files changed, 106 insertions(+) create mode 100644 device-types/Dell/PowerScale-A300.yaml create mode 100644 device-types/Dell/PowerScale-H700.yaml create mode 100644 device-types/HPE/Alletra-6070.yaml diff --git a/device-types/Dell/PowerScale-A300.yaml b/device-types/Dell/PowerScale-A300.yaml new file mode 100644 index 000000000..e3177a92a --- /dev/null +++ b/device-types/Dell/PowerScale-A300.yaml @@ -0,0 +1,31 @@ +--- +manufacturer: Dell +model: PowerScale A300 +slug: dell-powerscale-a300 +u_height: 4 +is_full_depth: true +airflow: front-to-rear +part_number: R4U31A +comments: '[Dell PowerScale A300 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: 114 +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/Dell/PowerScale-H700.yaml b/device-types/Dell/PowerScale-H700.yaml new file mode 100644 index 000000000..b22ac9890 --- /dev/null +++ b/device-types/Dell/PowerScale-H700.yaml @@ -0,0 +1,31 @@ +--- +manufacturer: Dell +model: PowerScale H700 +slug: dell-powerscale-h700 +u_height: 4 +is_full_depth: true +airflow: front-to-rear +part_number: h700 +comments: '[Dell PowerScale H700 Specification Sheet](https://www.delltechnologies.com/asset/en-us/products/storage/technical-support/h16071-ss-powerscale-hybrid-nodes.pdf)' +#max weight - 2x processor, 2x PSU, 60xHDD +weight: 118 +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-6070.yaml b/device-types/HPE/Alletra-6070.yaml new file mode 100644 index 000000000..d89e29cdf --- /dev/null +++ b/device-types/HPE/Alletra-6070.yaml @@ -0,0 +1,44 @@ +--- +manufacturer: HPE +model: Alletra 6070 +slug: hpe-alletra-6070 +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 +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