mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-25 01:44:08 +01:00
Nokia device/module model fixes (#1213)
* * Add missing fan trays * Correct D1 PSU model name to include 'IXR' * Mark devices as full depth such that both front and rear images show up * Remove duplicate "Nokia" vendor name from model (title and mouse-over assume no vendor name in model string) * Fix merge typo --------- Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
This commit is contained in:
parent
88697eea6b
commit
5c223e35f2
@ -4,7 +4,7 @@ model: 7220 IXR-D1 88G 48baseT 4SFP+
|
||||
slug: nokia-7220-ixr-d1
|
||||
part_number: 3HE15621AA
|
||||
u_height: 1
|
||||
is_full_depth: false # 15.75"
|
||||
is_full_depth: true # 15.75"
|
||||
weight: 16.31
|
||||
weight_unit: lb
|
||||
front_image: true
|
||||
|
@ -4,7 +4,7 @@ model: 7220 IXR-D2 25/100GE
|
||||
slug: nokia-7220-ixr-d2
|
||||
part_number: 3HE15622AA
|
||||
u_height: 1
|
||||
is_full_depth: false # 18.11"
|
||||
is_full_depth: true # 18.11"
|
||||
weight: 18.08
|
||||
weight_unit: lb
|
||||
front_image: true
|
||||
|
@ -150,3 +150,7 @@ module-bays:
|
||||
position: '3'
|
||||
- name: Fan Tray 4
|
||||
position: '4'
|
||||
- name: Fan Tray 5
|
||||
position: '5'
|
||||
- name: Fan Tray 6
|
||||
position: '6'
|
||||
|
@ -4,7 +4,7 @@ model: 7220 IXR-D3 32*100GE
|
||||
slug: nokia-7220-ixr-d3
|
||||
part_number: 3HE15623AA
|
||||
u_height: 1
|
||||
is_full_depth: false # 18.11"
|
||||
is_full_depth: true # 18.11"
|
||||
weight: 19.20
|
||||
weight_unit: lb
|
||||
front_image: true
|
||||
|
@ -102,3 +102,5 @@ module-bays:
|
||||
position: '4'
|
||||
- name: Fan Tray 5
|
||||
position: '5'
|
||||
- name: Fan Tray 6
|
||||
position: '6'
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
manufacturer: Nokia
|
||||
model: 7250 IXR-s
|
||||
slug: 7250-ixr-s
|
||||
slug: nokia-7250-ixr-s
|
||||
part_number: 3HE13343AA
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
manufacturer: Nokia
|
||||
model: PS-7220-D1-AC-B2F
|
||||
model: PS-7220-IXR-D1-AC-B2F
|
||||
part_number: 3HE15626AA
|
||||
comments: 240W AC Power Supply B2F airflow
|
||||
# airflow: rear-to-front
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
manufacturer: Nokia
|
||||
model: PS-7220-D1-AC-F2B
|
||||
model: PS-7220-IXR-D1-AC-F2B
|
||||
part_number: 3HE15625AA
|
||||
comments: 240W AC Power Supply F2B airflow
|
||||
# airflow: front-to-rear
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
manufacturer: Nokia
|
||||
model: PS-7220-D1-DC-B2F
|
||||
model: PS-7220-IXR-D1-DC-B2F
|
||||
part_number: 3HE15630AA
|
||||
comments: 550W DC Power Supply B2F airflow
|
||||
# airflow: rear-to-front
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
manufacturer: Nokia
|
||||
model: PS-7220-D1-DC-F2B
|
||||
model: PS-7220-IXR-D1-DC-F2B
|
||||
part_number: 3HE16212AA
|
||||
comments: 550W DC Power Supply F2B airflow
|
||||
# airflow: front-to-rear
|
||||
|
Loading…
Reference in New Issue
Block a user