mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-08-16 01:47:58 +02:00
feat: add one Corning module and one Corning device type (#2670)
* feat: added Corning EDGE-CP48-90 module * feat: add Corning MAXCSV VOL model * fix: YAML linting * Update MAXCSV-02408-C001.yaml Fixed pre-commit issues * Update MAXCSV-02408-C001.yaml --------- Co-authored-by: Harry <Harry@cadby.co.uk>
This commit is contained in:
43
module-types/Corning/EDGE-CP48-90.yaml
Normal file
43
module-types/Corning/EDGE-CP48-90.yaml
Normal file
@ -0,0 +1,43 @@
|
||||
---
|
||||
manufacturer: Corning
|
||||
model: EDGE-CP48-90
|
||||
part_number: EDGE-CP48-90
|
||||
comments: "Corning EDGE MTP Adapter Panel: \r\n\r\n* CP = MTP Adaper Panel \r\n* 48 = 48-Strand \r\n* 90 = Single-mode Ultra (OS2)"
|
||||
front-ports:
|
||||
- name: '{module}1'
|
||||
type: mpo
|
||||
rear_port: '{module}1'
|
||||
rear_port_position: 1
|
||||
comments: Front Port MPO conector port 1 (Strands 1-12)
|
||||
- name: '{module}2'
|
||||
type: mpo
|
||||
rear_port: '{module}2'
|
||||
rear_port_position: 1
|
||||
comments: Front Port MPO conector port 2 (Strands 13-24)
|
||||
- name: '{module}3'
|
||||
type: mpo
|
||||
rear_port: '{module}3'
|
||||
rear_port_position: 1
|
||||
comments: Front Port MPO conector port 3 (Strands 25-36)
|
||||
- name: '{module}4'
|
||||
type: mpo
|
||||
rear_port: '{module}4'
|
||||
rear_port_position: 1
|
||||
comments: Front Port MPO conector port 4 (Strands 37-48)
|
||||
rear-ports:
|
||||
- name: '{module}1'
|
||||
type: mpo
|
||||
positions: 1
|
||||
comments: Rear Port MPO connector port 1 (Strands 1-12)
|
||||
- name: '{module}2'
|
||||
type: mpo
|
||||
positions: 1
|
||||
comments: Rear Port MPO connector port 2 (strands 13-24)
|
||||
- name: '{module}3'
|
||||
type: mpo
|
||||
positions: 1
|
||||
comments: Rear Port MPO connector port 3 (strands 25-36)
|
||||
- name: '{module}4'
|
||||
type: mpo
|
||||
positions: 1
|
||||
comments: Rear Port MPO connector port 4 (strands 37-48)
|
Reference in New Issue
Block a user