mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 08:23:33 +01:00
d0cb58d96e
* broke component validation out to its own function. Adding logic for validating device power input. * Added console-port poe true for adapters. Updating devices to add proper power sources. * Adding switches to allow for tests to properly determine POE status. * Fixing files with missing power definitions.
20 lines
458 B
YAML
20 lines
458 B
YAML
---
|
|
manufacturer: Dell
|
|
model: PowerEdge C6420
|
|
slug: dell-poweredge-c6420
|
|
u_height: 2
|
|
is_full_depth: false
|
|
comments: |
|
|
[Dell C6420 Spec Sheet](https://www.delltechnologies.com/asset/en-us/products/servers/technical-support/dell-emc-poweredge-c6520-spec-sheet.pdf)
|
|
module-bays:
|
|
- name: Power 1
|
|
position: '1'
|
|
- name: Power 2
|
|
position: '2'
|
|
interfaces:
|
|
- name: Gig-E 1
|
|
type: 1000base-t
|
|
- name: iDRAC
|
|
type: 1000base-t
|
|
mgmt_only: true
|