mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +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.
31 lines
492 B
YAML
31 lines
492 B
YAML
---
|
|
manufacturer: HPE
|
|
model: Aruba ec-v
|
|
slug: hpe-aruba-ec-v
|
|
u_height: 1
|
|
is_full_depth: false
|
|
airflow: passive
|
|
power-ports:
|
|
- name: Power
|
|
type: dc-terminal
|
|
interfaces:
|
|
- name: lan0
|
|
type: virtual
|
|
label: lan0
|
|
- name: lan1
|
|
type: virtual
|
|
label: lan1
|
|
- name: wan0
|
|
type: virtual
|
|
label: wan0
|
|
- name: wan1
|
|
type: virtual
|
|
label: wan1
|
|
- name: mgmt0
|
|
type: virtual
|
|
mgmt_only: true
|
|
label: mgmt0
|
|
- name: mgmt1
|
|
type: virtual
|
|
label: mgmt1
|