From 0b69e2b065e34c1a352fd56d4e49c4c256129c4d Mon Sep 17 00:00:00 2001 From: David-Kahn-CA Date: Wed, 9 Jul 2025 15:56:19 -0400 Subject: [PATCH] Added Dell module types (#3301) --- module-types/Dell/0FM487.yml | 22 ++++++++++++++++++++++ module-types/Dell/0W8R3CA00.yml | 9 +++++++++ module-types/Dell/0Y3H8JA00.yml | 9 +++++++++ module-types/Dell/R887V.yml | 14 ++++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 module-types/Dell/0FM487.yml create mode 100644 module-types/Dell/0W8R3CA00.yml create mode 100644 module-types/Dell/0Y3H8JA00.yml create mode 100644 module-types/Dell/R887V.yml diff --git a/module-types/Dell/0FM487.yml b/module-types/Dell/0FM487.yml new file mode 100644 index 00000000..042a90d5 --- /dev/null +++ b/module-types/Dell/0FM487.yml @@ -0,0 +1,22 @@ +--- +manufacturer: Dell +model: 0FM487 +part_number: 0FM487 +comments: Broadcom 5720 4 Port 1GbE RJ45 rNIC [Datasheet](https://docs.broadcom.com/doc/12358268) +interfaces: + - name: '{module}-1GbE-0' + label: '1' + type: 1000base-t + mgmt_only: false + - name: '{module}-1GbE-1' + label: '2' + type: 1000base-t + mgmt_only: false + - name: '{module}-1GbE-2' + label: '3' + type: 1000base-t + mgmt_only: false + - name: '{module}-1GbE-3' + label: '4' + type: 1000base-t + mgmt_only: false diff --git a/module-types/Dell/0W8R3CA00.yml b/module-types/Dell/0W8R3CA00.yml new file mode 100644 index 00000000..9d4a1960 --- /dev/null +++ b/module-types/Dell/0W8R3CA00.yml @@ -0,0 +1,9 @@ +--- +manufacturer: Dell +model: 0W8R3CA00 +part_number: 0W8R3CA00 +comments: Dell 750 Watt Redundant Power Supply +power-ports: + - name: PSU-{module} + type: iec-60320-c14 + maximum_draw: 750 diff --git a/module-types/Dell/0Y3H8JA00.yml b/module-types/Dell/0Y3H8JA00.yml new file mode 100644 index 00000000..2a334791 --- /dev/null +++ b/module-types/Dell/0Y3H8JA00.yml @@ -0,0 +1,9 @@ +--- +manufacturer: Dell +model: 0Y3H8JA00 +part_number: 0Y3H8JA00 +comments: Dell 1100 Watt Redundant Power Supply +power-ports: + - name: PSU-{module} + type: iec-60320-c14 + maximum_draw: 1100 diff --git a/module-types/Dell/R887V.yml b/module-types/Dell/R887V.yml new file mode 100644 index 00000000..7e7811d2 --- /dev/null +++ b/module-types/Dell/R887V.yml @@ -0,0 +1,14 @@ +--- +manufacturer: Dell +model: R887V +part_number: R887V +comments: Mellanox 25GbE 2P ConnectX4LX RNDC [Datasheet](https://i.dell.com/sites/doccontent/shared-content/data-sheets/en/Documents/ConnectX-4_Lx-EN_25GB_rNDC.pdf) +interfaces: + - name: '{module}-25GbE-0' + label: '1' + type: 25gbase-x-sfp28 + mgmt_only: false + - name: '{module}-25GbE-2' + label: '2' + type: 25gbase-x-sfp28 + mgmt_only: false