Skip to content

Commit

Permalink
Update dell (#1648)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
Stetsed and danner26 authored Oct 6, 2023
1 parent 66b081a commit d65e704
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
9 changes: 9 additions & 0 deletions device-types/Dell/PowerEdge-R420.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
21 changes: 21 additions & 0 deletions device-types/Dell/PowerEdge-R530.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d65e704

Please sign in to comment.