mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
fix: strip power cord from opengear model name (#2364)
Opengear model names were (probably) copied from order codes, which include the power cord (US, EU) to include in the box. The actual models don't include the -EU/-US suffix, so this commit makes the model names canonical. Fixes #2363 Signed-off-by: Jorik Jonker <jorik.jonker@eu.equinix.com>
This commit is contained in:
parent
1c390d4405
commit
f8526818e3
@ -1,8 +1,8 @@
|
||||
---
|
||||
manufacturer: Opengear
|
||||
model: CM7116-2-DAC-US
|
||||
slug: opengear-cm7116-2-dac-us
|
||||
part_number: CM7116-2-DAC-US
|
||||
model: CM7116-2-DAC
|
||||
slug: opengear-cm7116-2-dac
|
||||
part_number: CM7116-2-DAC
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
comments: CM7116 with built-in Dual Power Supplies
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
manufacturer: Opengear
|
||||
model: CM7116-2-SAC-US
|
||||
slug: opengear-cm7116-2-sac-us
|
||||
part_number: CM7116-2-SAC-US
|
||||
model: CM7116-2-SAC
|
||||
slug: opengear-cm7116-2-sac
|
||||
part_number: CM7116-2-SAC
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
comments: CM7116 with built-in Single Power Supply
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
manufacturer: Opengear
|
||||
model: CM7132-2-DAC-US
|
||||
slug: opengear-cm7132-2-dac-us
|
||||
part_number: CM7132-2-DAC-US
|
||||
model: CM7132-2-DAC
|
||||
slug: opengear-cm7132-2-dac
|
||||
part_number: CM7132-2-DAC
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
comments: CM7132 with built-in Dual Power Supplies
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
manufacturer: Opengear
|
||||
model: CM7148-2-DAC-US
|
||||
slug: opengear-cm7148-2-dac-us
|
||||
part_number: CM7148-2-DAC-US
|
||||
model: CM7148-2-DAC
|
||||
slug: opengear-cm7148-2-dac
|
||||
part_number: CM7148-2-DAC
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
comments: CM7148 with built-in Dual Power Supplies
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
manufacturer: Opengear
|
||||
model: CM7148-2-SAC-US
|
||||
slug: opengear-cm7148-2-sac-us
|
||||
part_number: CM7148-2-SAC-US
|
||||
model: CM7148-2-SAC
|
||||
slug: opengear-cm7148-2-sac
|
||||
part_number: CM7148-2-SAC
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
comments: CM7148 with built-in Single Power Supply
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
manufacturer: Opengear
|
||||
model: CM7196-2-DAC-US
|
||||
slug: opengear-cm7196-2-dac-us
|
||||
part_number: CM7196-2-DAC-US
|
||||
model: CM7196-2-DAC
|
||||
slug: opengear-cm7196-2-dac
|
||||
part_number: CM7196-2-DAC
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
comments: CM7196 with built-in Dual Power Supplies. 48 console ports on the front and 48 console ports on the back of the appliance.
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
manufacturer: Opengear
|
||||
model: IM7216-2-DAC-US
|
||||
slug: opengear-im7216-2-dac-us
|
||||
part_number: IM7216-2-DAC-US
|
||||
model: IM7216-2-DAC
|
||||
slug: opengear-im7216-2-dac
|
||||
part_number: IM7216-2-DAC
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
console-ports:
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
manufacturer: Opengear
|
||||
model: IM7232-2-DAC-US
|
||||
slug: opengear-im7232-2-dac-us
|
||||
part_number: IM7232-2-DAC-US
|
||||
model: IM7232-2-DAC
|
||||
slug: opengear-im7232-2-dac
|
||||
part_number: IM7232-2-DAC
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
console-ports:
|
@ -1,125 +0,0 @@
|
||||
---
|
||||
manufacturer: Opengear
|
||||
model: IM7248-2-DAC-US
|
||||
slug: opengear-im7248-2-dac-us
|
||||
part_number: IM7248-2-DAC-US
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
comments: 48 serial software selectable, dual AC, Dual 1 GbE Ethernet or fiber SFP, 16GB flash, v.92 modem, - US Power Cord
|
||||
console-ports:
|
||||
- name: Console
|
||||
type: rj-45
|
||||
console-server-ports:
|
||||
- name: Port 1
|
||||
type: rj-45
|
||||
- name: Port 2
|
||||
type: rj-45
|
||||
- name: Port 3
|
||||
type: rj-45
|
||||
- name: Port 4
|
||||
type: rj-45
|
||||
- name: Port 5
|
||||
type: rj-45
|
||||
- name: Port 6
|
||||
type: rj-45
|
||||
- name: Port 7
|
||||
type: rj-45
|
||||
- name: Port 8
|
||||
type: rj-45
|
||||
- name: Port 9
|
||||
type: rj-45
|
||||
- name: Port 10
|
||||
type: rj-45
|
||||
- name: Port 11
|
||||
type: rj-45
|
||||
- name: Port 12
|
||||
type: rj-45
|
||||
- name: Port 13
|
||||
type: rj-45
|
||||
- name: Port 14
|
||||
type: rj-45
|
||||
- name: Port 15
|
||||
type: rj-45
|
||||
- name: Port 16
|
||||
type: rj-45
|
||||
- name: Port 17
|
||||
type: rj-45
|
||||
- name: Port 18
|
||||
type: rj-45
|
||||
- name: Port 19
|
||||
type: rj-45
|
||||
- name: Port 20
|
||||
type: rj-45
|
||||
- name: Port 21
|
||||
type: rj-45
|
||||
- name: Port 22
|
||||
type: rj-45
|
||||
- name: Port 23
|
||||
type: rj-45
|
||||
- name: Port 24
|
||||
type: rj-45
|
||||
- name: Port 25
|
||||
type: rj-45
|
||||
- name: Port 26
|
||||
type: rj-45
|
||||
- name: Port 27
|
||||
type: rj-45
|
||||
- name: Port 28
|
||||
type: rj-45
|
||||
- name: Port 29
|
||||
type: rj-45
|
||||
- name: Port 30
|
||||
type: rj-45
|
||||
- name: Port 31
|
||||
type: rj-45
|
||||
- name: Port 32
|
||||
type: rj-45
|
||||
- name: Port 33
|
||||
type: rj-45
|
||||
- name: Port 34
|
||||
type: rj-45
|
||||
- name: Port 35
|
||||
type: rj-45
|
||||
- name: Port 36
|
||||
type: rj-45
|
||||
- name: Port 37
|
||||
type: rj-45
|
||||
- name: Port 38
|
||||
type: rj-45
|
||||
- name: Port 39
|
||||
type: rj-45
|
||||
- name: Port 40
|
||||
type: rj-45
|
||||
- name: Port 41
|
||||
type: rj-45
|
||||
- name: Port 42
|
||||
type: rj-45
|
||||
- name: Port 43
|
||||
type: rj-45
|
||||
- name: Port 44
|
||||
type: rj-45
|
||||
- name: Port 45
|
||||
type: rj-45
|
||||
- name: Port 46
|
||||
type: rj-45
|
||||
- name: Port 47
|
||||
type: rj-45
|
||||
- name: Port 48
|
||||
type: rj-45
|
||||
power-ports:
|
||||
- name: PS1
|
||||
type: iec-60320-c14
|
||||
allocated_draw: 30
|
||||
- name: PS2
|
||||
type: iec-60320-c14
|
||||
allocated_draw: 30
|
||||
interfaces:
|
||||
- name: eth0
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
||||
- name: eth1
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
||||
- name: wlan0
|
||||
type: ieee802.11n
|
||||
mgmt_only: true
|
Loading…
Reference in New Issue
Block a user