mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-02-24 06:12:29 +01:00
Corrected device config because "device-bays" actually should've been "module-bays", and removed manually specified interfaces that may not actually exist based on the modules that are installed. Co-authored-by: Harry <Harry@cadby.co.uk>
37 lines
731 B
YAML
37 lines
731 B
YAML
---
|
|
manufacturer: Dell
|
|
model: PowerEdge R650
|
|
slug: dell-poweredge-r650
|
|
u_height: 1
|
|
is_full_depth: true
|
|
subdevice_role: parent
|
|
console-ports:
|
|
- name: Optional Rear Serial
|
|
type: de-9
|
|
power-ports:
|
|
- name: Power 1
|
|
type: iec-60320-c14
|
|
maximum_draw: 800
|
|
- name: Power 2
|
|
type: iec-60320-c14
|
|
maximum_draw: 800
|
|
interfaces:
|
|
- name: Gig-E 1
|
|
type: 1000base-t
|
|
- name: Gig-E 2
|
|
type: 1000base-t
|
|
- name: iDRAC9
|
|
type: 1000base-t
|
|
mgmt_only: true
|
|
module-bays:
|
|
- name: Optional OCP NIC
|
|
position: ocp
|
|
- name: Optional BOSS-2 Removed
|
|
position: boss
|
|
- name: PCIe-Gen4 1
|
|
position: pcie1
|
|
- name: Optional PCIe-Gen4 2
|
|
position: pcie2
|
|
- name: Optional PCIe-Gen4 3
|
|
position: pcie3
|