Skip to content

Commit fc57a6b

Browse files
authored
Feat: add evs pmx3 device type (#198)
* feat: add xs-neo pmx3 device type * style: harmonize pmx2 with pmx3 * fix: correct front image
1 parent 9205fd2 commit fc57a6b

File tree

4 files changed

+101
-26
lines changed

4 files changed

+101
-26
lines changed

device-types/EVS/XS-NEO-PMX2.yaml

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
manufacturer: EVS
33
model: XS-NEO PMX2
44
slug: evs-xs-neo-pmx2
5+
comments: Software-based video server for ingest and playout
56
part_number: N/A
67
u_height: 2.0
78
is_full_depth: true
@@ -10,58 +11,61 @@ weight: 17.5
1011
weight_unit: kg
1112
front_image: true
1213
rear_image: true
13-
console-ports:
14-
- name: Display port (bottom 1)
15-
type: other
16-
- name: Display port (bottom 2)
17-
type: other
18-
- name: Display port (bottom 3)
19-
type: other
20-
- name: Display port (top 1)
21-
type: other
22-
- name: Display port (top 2)
23-
type: other
24-
- name: Display port (top 3)
25-
type: other
26-
- name: USB 3.0 back (bottom)
27-
type: usb-a
28-
- name: USB 3.0 back (top)
29-
type: usb-a
3014
power-ports:
3115
- name: PSU (left)
3216
type: iec-60320-c14
3317
- name: PSU (right)
3418
type: iec-60320-c14
3519
interfaces:
3620
- name: eno1
21+
description: 1Gb bottom middle NIC (left port)
3722
type: 1000base-t
3823
mgmt_only: false
39-
description: 1Gb bottom middle NIC (left port)
4024
- name: eno2
25+
description: 1Gb bottom middle NIC (right port)
4126
type: 1000base-t
4227
mgmt_only: false
43-
description: 1Gb bottom middle NIC (right port)
4428
- name: enp2s0f0
29+
description: 10Gb top middle NIC (left port)
4530
type: 10gbase-x-sfpp
4631
mgmt_only: false
47-
description: 10Gb top middle NIC (left port)
4832
- name: enp2s0f1
33+
description: 10Gb top middle NIC (right port)
4934
type: 10gbase-x-sfpp
5035
mgmt_only: false
51-
description: 10Gb top middle NIC (right port)
5236
- name: enp129s0f0
37+
description: 25Gb bottom right NIC p1 (AMBER)
5338
type: 25gbase-x-sfp28
5439
mgmt_only: false
55-
description: 25Gb bottom right NIC p1 (AMBER)
5640
- name: enp129s0f1
41+
description: 25Gb bottom right NIC p2 (BLUE)
5742
type: 25gbase-x-sfp28
5843
mgmt_only: false
59-
description: 25Gb bottom right NIC p2 (BLUE)
60-
- name: IPMI (left)
44+
- name: IPMI
45+
description: IPMI (left)
6146
type: 1000base-t
6247
mgmt_only: true
63-
description: IPMI (left)
6448
- name: LACP1
6549
type: lag
6650
mgmt_only: false
67-
comments: Software-based video server for ingest and playout
51+
console-ports:
52+
- name: COM1
53+
type: de-9
54+
- name: VGA
55+
type: de-9
56+
- name: Display port (bottom 1)
57+
type: other
58+
- name: Display port (bottom 2)
59+
type: other
60+
- name: Display port (bottom 3)
61+
type: other
62+
- name: Display port (top 1)
63+
type: other
64+
- name: Display port (top 2)
65+
type: other
66+
- name: Display port (top 3)
67+
type: other
68+
- name: USB 3.0 back (bottom)
69+
type: usb-a
70+
- name: USB 3.0 back (top)
71+
type: usb-a

device-types/EVS/XS-NEO-PMX3.yaml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
manufacturer: EVS
3+
model: XS-NEO PMX3
4+
slug: evs-xs-neo-pmx3
5+
comments: Software-based video server for ingest and playout
6+
part_number: N/A
7+
u_height: 2.0
8+
is_full_depth: true
9+
airflow: front-to-rear
10+
weight: 17.5
11+
weight_unit: kg
12+
front_image: true
13+
rear_image: true
14+
power-ports:
15+
- name: PSU (left)
16+
type: iec-60320-c14
17+
- name: PSU (right)
18+
type: iec-60320-c14
19+
interfaces:
20+
- name: eno1
21+
description: 1Gb bottom middle NIC (left port)
22+
type: 1000base-t
23+
mgmt_only: false
24+
- name: eno2
25+
description: 1Gb bottom middle NIC (right port)
26+
type: 1000base-t
27+
mgmt_only: false
28+
- name: enp2s0f0
29+
description: 10Gb top middle NIC (left port)
30+
type: 10gbase-x-sfpp
31+
mgmt_only: false
32+
- name: enp2s0f1
33+
description: 10Gb top middle NIC (right port)
34+
type: 10gbase-x-sfpp
35+
mgmt_only: false
36+
- name: enp129s0f0
37+
description: 100Gb bottom right NIC p1 (AMBER)
38+
type: 100gbase-x-qsfp28
39+
mgmt_only: false
40+
- name: enp129s0f1
41+
description: 100Gb bottom right NIC p2 (BLUE)
42+
type: 100gbase-x-qsfp28
43+
mgmt_only: false
44+
- name: IPMI
45+
description: IPMI (left)
46+
type: 1000base-t
47+
mgmt_only: true
48+
- name: LACP1
49+
type: lag
50+
mgmt_only: false
51+
console-ports:
52+
- name: COM1
53+
type: de-9
54+
- name: VGA
55+
type: de-9
56+
- name: Display port (bottom 1)
57+
type: other
58+
- name: Display port (bottom 2)
59+
type: other
60+
- name: Display port (bottom 3)
61+
type: other
62+
- name: Display port (top 1)
63+
type: other
64+
- name: Display port (top 2)
65+
type: other
66+
- name: Display port (top 3)
67+
type: other
68+
- name: USB 3.0 back (bottom)
69+
type: usb-a
70+
- name: USB 3.0 back (top)
71+
type: usb-a
196 KB
Loading
430 KB
Loading

0 commit comments

Comments
 (0)