From d65e7043b070c0135c23d871471a2b7e5fea46bf Mon Sep 17 00:00:00 2001 From: Stetsed <33891782+Stetsed@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:52:29 +0200 Subject: [PATCH] Update dell (#1648) * Added PCIe Slots to R530 * Added PCIe slots to R420 * Update PowerEdge-R530.yml * Update PowerEdge-R420.yaml Fixing string quotation format issue * Update PowerEdge-R530.yml Fixing string quotation format issue --------- Co-authored-by: Daniel W. Anner --- device-types/Dell/PowerEdge-R420.yaml | 9 +++++++++ device-types/Dell/PowerEdge-R530.yml | 21 +++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/device-types/Dell/PowerEdge-R420.yaml b/device-types/Dell/PowerEdge-R420.yaml index ded6bd4b1..e2ba92b46 100644 --- a/device-types/Dell/PowerEdge-R420.yaml +++ b/device-types/Dell/PowerEdge-R420.yaml @@ -24,3 +24,12 @@ interfaces: - name: iDRAC type: 1000base-t mgmt_only: true +module-bays: + - name: Riser PCIe slot 1 + position: PCIe-1 + label: '1' + description: PCIe2/3 4/16x + - name: Riser PCIe slot 2 + position: PCIe-2 + label: '2' + description: PCIe2/3 16x diff --git a/device-types/Dell/PowerEdge-R530.yml b/device-types/Dell/PowerEdge-R530.yml index 9ffc4d943..e893b2c78 100644 --- a/device-types/Dell/PowerEdge-R530.yml +++ b/device-types/Dell/PowerEdge-R530.yml @@ -29,3 +29,24 @@ interfaces: - name: iDRAC type: 1000base-t mgmt_only: true +module-bays: + - name: PCIe slot 1 + position: PCIe-1 + label: '1' + description: PCIe2/3 8x + - name: PCIe slot 2 + position: PCIe-2 + label: '2' + description: PCIe2/3 16x + - name: PCIe slot 3 + position: PCIe-3 + label: '3' + description: PCIe2/3 16x + - name: PCIe slot 4 + position: PCIe-4 + label: '4' + description: PCIe2/3 1x + - name: PCIe slot 5 + position: PCIe-5 + label: '5' + description: PCIe2/3 4x