mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +01:00
4607c0d486
* Adding first revision of the VGA test cases * Second revision with less repetative code * Handling case where vga has a number in the naming * the great VGA purge!
25 lines
438 B
YAML
25 lines
438 B
YAML
---
|
|
manufacturer: HPE
|
|
model: ProLiant DL380 Gen5
|
|
slug: hpe-proliant-dl380-gen5
|
|
u_height: 2
|
|
is_full_depth: true
|
|
console-ports:
|
|
- name: Serial
|
|
type: de-9
|
|
power-ports:
|
|
- name: PSU1
|
|
type: iec-60320-c14
|
|
maximum_draw: 800
|
|
- name: PSU2
|
|
type: iec-60320-c14
|
|
maximum_draw: 800
|
|
interfaces:
|
|
- name: Gig-E 1
|
|
type: 1000base-t
|
|
- name: Gig-E 2
|
|
type: 1000base-t
|
|
- name: iLO
|
|
type: 1000base-t
|
|
mgmt_only: true
|