mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-03-10 05:00:12 +01:00
Add various QNAP PCI cards (#2645)
* Add various QNAP PCI cards * s/comment/description/ --------- Co-authored-by: Giotta Simon <simon.giotta@ruag.ch> Co-authored-by: Harry <Harry@cadby.co.uk>
This commit is contained in:
parent
9762c34c22
commit
d7516bfa09
10
module-types/QNAP/LAN-10G2SF-MLX.yaml
Normal file
10
module-types/QNAP/LAN-10G2SF-MLX.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
manufacturer: QNAP
|
||||
model: LAN-10G2SF-MLX
|
||||
part_number: lan-10g2sf-mlx
|
||||
description: Dual-port SFP+ PCIe3 x8 network card with Mellanox chipset
|
||||
interfaces:
|
||||
- name: '{module}/Adapter 1'
|
||||
type: 10gbase-x-sfpp
|
||||
- name: '{module}/Adapter 2'
|
||||
type: 10gbase-x-sfpp
|
10
module-types/QNAP/QXG-100G2SF-E810.yaml
Normal file
10
module-types/QNAP/QXG-100G2SF-E810.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
manufacturer: QNAP
|
||||
model: QXG-100G2SF-E810
|
||||
part_number: qxg-100g2sf-e810
|
||||
description: Dual-port 100 GbE PCIe 4.0 x16 network expansion card
|
||||
interfaces:
|
||||
- name: '{module}/Adapter 1'
|
||||
type: 100gbase-x-qsfp28
|
||||
- name: '{module}/Adapter 2'
|
||||
type: 100gbase-x-qsfp28
|
10
module-types/QNAP/QXG-10G2SF-X710.yaml
Normal file
10
module-types/QNAP/QXG-10G2SF-X710.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
manufacturer: QNAP
|
||||
model: QXG-10G2SF-X710
|
||||
part_number: qxg-10g2sf-x710
|
||||
description: Dual-port 10 GbE network expansion card
|
||||
interfaces:
|
||||
- name: '{module}/Adapter 1'
|
||||
type: 10gbase-x-sfpp
|
||||
- name: '{module}/Adapter 2'
|
||||
type: 10gbase-x-sfpp
|
10
module-types/QNAP/QXG-10G2T.yaml
Normal file
10
module-types/QNAP/QXG-10G2T.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
manufacturer: QNAP
|
||||
model: QXG-10G2T
|
||||
part_number: qxg-10g2t
|
||||
description: Dual-port, 5-speed 10 GbE (RJ45) network expansion card
|
||||
interfaces:
|
||||
- name: '{module}/Adapter 1'
|
||||
type: 10gbase-t
|
||||
- name: '{module}/Adapter 2'
|
||||
type: 10gbase-t
|
10
module-types/QNAP/QXP-12G2E.yaml
Normal file
10
module-types/QNAP/QXP-12G2E.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
manufacturer: QNAP
|
||||
model: QXP-12G2E
|
||||
part_number: sas-12g2e
|
||||
description: Broadcom SAS3008 Dual-port External SAS 12Gb/s SFF-8644 PCIe3 x8 card
|
||||
interfaces:
|
||||
- name: '{module}/SAS 1'
|
||||
type: other
|
||||
- name: '{module}/SAS 2'
|
||||
type: other
|
Loading…
Reference in New Issue
Block a user