mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 00:13:36 +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
17 lines
322 B
YAML
17 lines
322 B
YAML
---
|
|
manufacturer: HPE
|
|
model: Aruba J9827A
|
|
part_number: J9827A
|
|
comments: HP J9827A Management Module 5400Rzl2
|
|
console-ports:
|
|
- name: Auxiliary Port
|
|
type: usb-a
|
|
- name: Console-RJ45
|
|
type: rj-45
|
|
- name: Console-USB
|
|
type: usb-micro-b
|
|
interfaces:
|
|
- name: Management
|
|
type: 1000base-t
|
|
mgmt_only: true
|