mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 16:33:57 +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.
25 lines
478 B
YAML
25 lines
478 B
YAML
---
|
|
manufacturer: HPE
|
|
model: Aruba 7005
|
|
slug: hpe-aruba-7005
|
|
part_number: JW634A
|
|
is_full_depth: false
|
|
u_height: 1
|
|
console-ports:
|
|
- name: Console
|
|
type: rj-45
|
|
- name: Console USB
|
|
type: usb-mini-b
|
|
power-ports:
|
|
- name: DC
|
|
type: dc-terminal
|
|
interfaces:
|
|
- name: gigabitethernet 0/0/0
|
|
type: 1000base-t
|
|
- name: gigabitethernet 0/0/1
|
|
type: 1000base-t
|
|
- name: gigabitethernet 0/0/2
|
|
type: 1000base-t
|
|
- name: gigabitethernet 0/0/3
|
|
type: 1000base-t
|