mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 08:23:33 +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
16 lines
499 B
YAML
16 lines
499 B
YAML
---
|
|
manufacturer: Arista
|
|
model: DCS-7368-4D
|
|
part_number: DCS-7368-4D
|
|
comments: '[Arista 7368 Series Overview](https://www.arista.com/en/qsg-7368x-series/7368x-series-overview)'
|
|
interfaces:
|
|
# QSFPDD(400G) ports can be broke into 4x100 with a model of [1-16]/[1-4]
|
|
- name: Ethernet{module}/1/1
|
|
type: 400gbase-x-qsfpdd
|
|
- name: Ethernet{module}/2/1
|
|
type: 400gbase-x-qsfpdd
|
|
- name: Ethernet{module}/3/1
|
|
type: 400gbase-x-qsfpdd
|
|
- name: Ethernet{module}/4/1
|
|
type: 400gbase-x-qsfpdd
|