mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
c95b166139
* breaking out tests for easier usage * refactoring codebase * Added verification for properly formatted slug and fixed definitions that were incorrect * Adding new test case to ensure the file name matches either the slug or the part_number * fixed file names to match proper formatting
31 lines
613 B
YAML
31 lines
613 B
YAML
---
|
|
manufacturer: V-Solution
|
|
model: V1600D2
|
|
slug: v-solution-v1600d2
|
|
u_height: 1
|
|
is_full_depth: false
|
|
console-ports:
|
|
- name: console
|
|
type: rj-45
|
|
power-ports:
|
|
- name: PSU
|
|
type: iec-60320-c14
|
|
maximum_draw: 25
|
|
allocated_draw: 20
|
|
interfaces:
|
|
- name: gigabitethernet 0/1
|
|
type: 1000base-x-sfp
|
|
- name: gigabitethernet 0/2
|
|
type: 1000base-x-sfp
|
|
- name: gigabitethernet 0/3
|
|
type: 1000base-t
|
|
- name: gigabitethernet 0/4
|
|
type: 1000base-t
|
|
- name: epon 0/1
|
|
type: 1000base-x-sfp
|
|
- name: epon 0/2
|
|
type: 1000base-x-sfp
|
|
- name: aux
|
|
type: 1000base-t
|
|
mgmt_only: true
|