mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-02-07 14:10:06 +01:00
Add new deviced for LANCOM and QNAP (#2581)
* Add LANCOM 1793VA, LANCOM 1793VAW * Change u_height for LANCOM 1793VA, LANCOM 1793VAW * Add QNAP TS-431U * Add LANCOM 1926VAG * Add LANCOM Rack-Mount * Removed unit height and add subdevice_role child to enable usage with LANCOM Rack-Mount * Add missing new line character to 1926VAG.yaml * Fixed type power_ports to power-ports * Update Rack-Mount.yaml added is_powered false * Update TS-431U.yaml updated data --------- Co-authored-by: linde <none@none> Co-authored-by: Harry <Harry@cadby.co.uk>
This commit is contained in:
parent
c958894d44
commit
b8c3d620f0
@ -7,6 +7,7 @@ u_height: 0
|
||||
is_full_depth: false
|
||||
weight: 520
|
||||
weight_unit: g
|
||||
subdevice_role: child
|
||||
comments: '[LANCOM 1793VA-4G Data sheet](https://www.lancom-systems.de/download/LC-1793VA-4G/DS_1793VA-4G_DE.pdf)'
|
||||
power-ports:
|
||||
- name: PS1
|
||||
|
39
device-types/LANCOM/1793VA.yaml
Normal file
39
device-types/LANCOM/1793VA.yaml
Normal file
@ -0,0 +1,39 @@
|
||||
---
|
||||
manufacturer: LANCOM
|
||||
model: 1793VA
|
||||
slug: lancom-1793va
|
||||
part_number: '62115'
|
||||
u_height: 0
|
||||
is_full_depth: false
|
||||
weight: 520
|
||||
weight_unit: g
|
||||
subdevice_role: child
|
||||
comments: '[LANCOM 1793VA Data sheet](https://www.lancom-systems.de/download/LC-1793VA/DS_1793VA_DE.pdf)'
|
||||
power-ports:
|
||||
- name: PS1
|
||||
type: dc-terminal
|
||||
maximum_draw: 17
|
||||
interfaces:
|
||||
- name: ETH-1
|
||||
type: 1000base-t
|
||||
- name: ETH-2
|
||||
type: 1000base-t
|
||||
- name: ETH-3
|
||||
type: 1000base-t
|
||||
- name: ETH-4
|
||||
type: 1000base-t
|
||||
- name: VDSL/ADSL
|
||||
type: xdsl
|
||||
- name: Analog 2/4
|
||||
type: other
|
||||
- name: Analog 1/3
|
||||
type: other
|
||||
- name: ISDN 1
|
||||
type: 1000base-t
|
||||
- name: ISDN 2
|
||||
type: 1000base-t
|
||||
console-ports:
|
||||
- name: USB
|
||||
type: usb-a
|
||||
- name: com
|
||||
type: mini-din-8
|
39
device-types/LANCOM/1793VAW.yaml
Normal file
39
device-types/LANCOM/1793VAW.yaml
Normal file
@ -0,0 +1,39 @@
|
||||
---
|
||||
manufacturer: LANCOM
|
||||
model: 1793VAW
|
||||
slug: lancom-1793vaw
|
||||
part_number: '62115'
|
||||
u_height: 0
|
||||
is_full_depth: false
|
||||
weight: 520
|
||||
weight_unit: g
|
||||
subdevice_role: child
|
||||
comments: '[LANCOM 1793VAW Data sheet](https://www.lancom-systems.de/download/LC-1793VAW/DS_1793VAW_DE.pdf)'
|
||||
power-ports:
|
||||
- name: PS1
|
||||
type: dc-terminal
|
||||
maximum_draw: 17
|
||||
interfaces:
|
||||
- name: ETH-1
|
||||
type: 1000base-t
|
||||
- name: ETH-2
|
||||
type: 1000base-t
|
||||
- name: ETH-3
|
||||
type: 1000base-t
|
||||
- name: ETH-4
|
||||
type: 1000base-t
|
||||
- name: VDSL/ADSL
|
||||
type: xdsl
|
||||
- name: Analog 2/4
|
||||
type: other
|
||||
- name: Analog 1/3
|
||||
type: other
|
||||
- name: ISDN 1
|
||||
type: 1000base-t
|
||||
- name: ISDN 2
|
||||
type: 1000base-t
|
||||
console-ports:
|
||||
- name: USB
|
||||
type: usb-a
|
||||
- name: com
|
||||
type: mini-din-8
|
47
device-types/LANCOM/1926VAG.yaml
Normal file
47
device-types/LANCOM/1926VAG.yaml
Normal file
@ -0,0 +1,47 @@
|
||||
---
|
||||
manufacturer: LANCOM
|
||||
model: 1926VAG
|
||||
slug: lancom-1926vag
|
||||
part_number: '62122'
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
power-ports:
|
||||
- name: PS1
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 34
|
||||
interfaces:
|
||||
- name: G.FAST/VDSL 1
|
||||
type: xdsl
|
||||
- name: VDSL 2
|
||||
type: xdsl
|
||||
- name: WAN 1 (SFP)
|
||||
type: 1000base-x-sfp
|
||||
- name: WAN 1
|
||||
type: 1000base-t
|
||||
- name: WAN 2
|
||||
type: 1000base-t
|
||||
- name: ETH 1
|
||||
type: 1000base-t
|
||||
- name: ETH 2
|
||||
type: 1000base-t
|
||||
- name: ETH 3
|
||||
type: 1000base-t
|
||||
- name: ETH 4
|
||||
type: 1000base-t
|
||||
- name: ANALOG 1
|
||||
type: other
|
||||
- name: ANALOG 2
|
||||
type: other
|
||||
- name: ANALOG 3
|
||||
type: other
|
||||
- name: ANALOG 4
|
||||
type: other
|
||||
- name: ISDN 1 (NT)
|
||||
type: 1000base-t
|
||||
- name: ISDN 2 (NT)
|
||||
type: 1000base-t
|
||||
console-ports:
|
||||
- name: COM
|
||||
type: rj-45
|
||||
- name: USB
|
||||
type: usb-a
|
12
device-types/LANCOM/Rack-Mount.yaml
Normal file
12
device-types/LANCOM/Rack-Mount.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
manufacturer: LANCOM
|
||||
model: Rack Mount
|
||||
slug: lancom-rack-mount
|
||||
part_number: '61501'
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
subdevice_role: parent
|
||||
is_powered: false
|
||||
comments: '[LANCOM Rack Mount Data sheet](https://www.lancom-systems.de/fileadmin/produkte/rack_mount/Rack-Mount_DE.pdf)'
|
||||
device-bays:
|
||||
- name: Device
|
21
device-types/QNAP/TS-431U.yaml
Normal file
21
device-types/QNAP/TS-431U.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
manufacturer: QNAP
|
||||
model: TS-431U
|
||||
slug: qnap-ts-431u
|
||||
part_number: TS-431U
|
||||
is_full_depth: false
|
||||
airflow: side-to-rear
|
||||
comments: '[TS-431U | Hardware Specs | QNAP](https://www.qnap.com/de-de/product/ts-431u/specs/hardware)'
|
||||
weight: 9.26
|
||||
weight_unit: kg
|
||||
u_height: 1
|
||||
power-ports:
|
||||
- name: Power
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 250
|
||||
allocated_draw: 35
|
||||
interfaces:
|
||||
- name: eth0
|
||||
type: 1000base-t
|
||||
- name: eth1
|
||||
type: 1000base-t
|
Loading…
Reference in New Issue
Block a user