mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +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
21 lines
364 B
YAML
21 lines
364 B
YAML
---
|
|
manufacturer: Huawei
|
|
model: OptiXtrans DC908
|
|
slug: huawei-optixtrans-dc908
|
|
u_height: 2
|
|
is_full_depth: true
|
|
console-ports:
|
|
- name: console0
|
|
type: rj-45
|
|
power-ports:
|
|
- name: PS1
|
|
type: iec-60320-c20
|
|
maximum_draw: 2000
|
|
- name: PS2
|
|
type: iec-60320-c20
|
|
maximum_draw: 2000
|
|
interfaces:
|
|
- name: eth0
|
|
type: 1000base-t
|
|
mgmt_only: true
|