mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +01:00
634c86dbb2
* Adding Nokia 7750 SR-1 device type version 1 * Adding power ports' missing type * Removing interfaces in device type Nokia 7750 SR-1 and setting 2 module types for 2 MDAs 6 QSFP28 ports and 12 QSFP28 ports (missing part numbers) * Fixing extra new line at the end of MDA-E12-QSFP28.yaml * Fixing yamlfmt for modules for Nokia MDA-E6 and MDA-E12 * Fixing dynamic interface names on Nokia MDA E6 and 12 QSFP28 modules * Moving card number in module variable + adding missing part numbers on modules definition + adding simple quotes to port's name * Adding part_number, elevation images and module bays for MDAs. * Removing extra white space from images for Nokia 7750 SR1 device * Adding PSU and FAN module bays and removing fixed PSU in device type for 7750 SR-1 * Fix Power port type from c13 to c14 in PSU for 7750 SR-1 * Renmaing model type PSU for Nokia 7750 SR-1 to pass pipeline --------- Co-authored-by: Tim Raphael <raphael.timothy@gmail.com> Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
41 lines
720 B
YAML
41 lines
720 B
YAML
---
|
|
manufacturer: Nokia
|
|
model: 7750 SR-1
|
|
slug: nokia-7750-sr-1
|
|
part_number: 3HE13571CA
|
|
airflow: front-to-rear
|
|
u_height: 2
|
|
is_full_depth: false
|
|
weight: 33.0 # empty
|
|
weight_unit: lb
|
|
front_image: true
|
|
rear_image: true
|
|
console-ports:
|
|
- name: Console
|
|
type: rj-45
|
|
interfaces:
|
|
- name: A/1
|
|
type: 1000base-t
|
|
mgmt_only: true
|
|
- name: A/3
|
|
type: 1000base-t
|
|
- name: A/4
|
|
type: 1000base-t
|
|
module-bays:
|
|
- name: Slot 1 - MDA 1
|
|
position: 1/1
|
|
- name: Slot 1 - MDA 2
|
|
position: 1/2
|
|
- name: PS1
|
|
position: '1'
|
|
- name: PS2
|
|
position: '2'
|
|
- name: Fan Tray 1
|
|
position: '1'
|
|
- name: Fan Tray 2
|
|
position: '2'
|
|
- name: Fan Tray 3
|
|
position: '3'
|
|
- name: Fan Tray 4
|
|
position: '4'
|