mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-24 17:34:17 +01:00
f2709fed8b
* Updated module types to have proper model names * Updated Aruba module-types so that the model name is accurate * fixing Broadcom part number * updated comments to description * fixed checkpoint model names * moved generic keystone modules to a generic module folder * according to FS datasheets, each item has an Item ID (unique part number) and their associated model name * fixing the other module types * removed mgmt_false definition * removed newlines * removed extra definitions * fixed description, changed to comments * fixing fs part numbers to be strings * removed extra newlines * Removed extra newlines * reemoved blank definition
23 lines
570 B
YAML
23 lines
570 B
YAML
---
|
|
manufacturer: Dell
|
|
model: 49H29
|
|
part_number: 49H29
|
|
comments: PowerVault ME4012 ME4024 SAS 4 Port Controller
|
|
interfaces:
|
|
- name: mgmtport_{module}
|
|
type: 1000base-t
|
|
mgmt_only: true
|
|
- name: SAS {module}0
|
|
type: other #SFF-8644 - SAS-12Gb
|
|
- name: SAS {module}1
|
|
type: other #SFF-8644 - SAS-12Gb
|
|
- name: SAS {module}2
|
|
type: other #SFF-8644 - SAS-12Gb
|
|
- name: SAS {module}3
|
|
type: other #SFF-8644 - SAS-12Gb
|
|
- name: Expansion Port {module}0
|
|
type: other #SFF-8644 - SAS-12Gb
|
|
console-ports:
|
|
- name: Serial{module}
|
|
type: usb-mini-b
|