-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: validation fails without old modules
- Loading branch information
1 parent
6494630
commit 4e49d9c
Showing
4 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
manufacturer: Nevion | ||
model: Virtuoso HW-AUD-AES3 | ||
part_number: VIRTUOSO-HW-AUD-AES3 | ||
description: The Virtuoso AUD-AES3 digital audio card supports 16 AES3 inputs or outputs. The connector on the rear panel of the card is a DC-37 female | ||
connector. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
manufacturer: Nevion | ||
model: Virtuoso HW-AUD-RPRO | ||
part_number: VIRTUOSO-HW-AUD-RPRO | ||
description: The Virtuoso AUD-RPRO audio card supports a mix of analog and digital audio, along with GPIO and analog video sync outputs. The connector on | ||
the rear panel of the card is a DC-37 female connector. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
manufacturer: Nevion | ||
model: Virtuoso HW-HBR-SFP4 | ||
part_number: VIRTUOSO-HW-HBR-SFP4 | ||
description: The HBR accelerator card (HW-HBR-SFP4) can run different software images which provide different media functions based on the image loaded. | ||
comments: 'Count interfaces from left to right. Docs: https://nevion.com/manuals/virtuoso-mi/extboard_description.html' | ||
interfaces: | ||
- name: Ethernet {module}.1 | ||
type: 10gbase-x-sfpp | ||
label: Port 1 | ||
- name: Ethernet {module}.2 | ||
type: 10gbase-x-sfpp | ||
label: Port 2 | ||
- name: Ethernet {module}.3 | ||
type: 10gbase-x-sfpp | ||
label: Port 3 | ||
- name: Ethernet {module}.4 | ||
type: 10gbase-x-sfpp | ||
label: Port 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
manufacturer: Nevion | ||
model: Virtuoso HW-HBR25-SFP3 | ||
part_number: VIRTUOSO-HW-HBR25-SFP3 | ||
description: The HBR25 accelerator card (HW-HBR25-SFP3) has a single SFP+/Video SFP port, plus two SFP28 network ports supporting 25GbE. | ||
comments: 'Count interfaces from left to right. Docs: https://nevion.com/manuals/virtuoso-mi/extboard_description.html' | ||
interfaces: | ||
- name: Ethernet {module}.1 | ||
type: 10gbase-x-sfpp | ||
label: Port 1 | ||
- name: Ethernet {module}.2 | ||
type: 25gbase-x-sfp28 | ||
label: Port 2 | ||
- name: Ethernet {module}.3 | ||
type: 25gbase-x-sfp28 | ||
label: Port 3 |