mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
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 <daniel.anner@danstechsupport.com>
This commit is contained in:
parent
66b081a097
commit
d65e7043b0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user