Skip to content

Commit c0264cb

Browse files
committed
Add ZPE NSR
1 parent eeadf01 commit c0264cb

15 files changed

+506
-54
lines changed

device-types/ZPE/NSR-BASE-DAC.yaml

Lines changed: 61 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,96 @@
11
---
22
manufacturer: ZPE
3-
model: NSR-BASE-DAC
3+
model: Net SR 4C DAC
44
slug: zpe-nsr-base-dac
55
part_number: NSR-BASE-DAC
66
u_height: 1
7-
is_full_depth: true
8-
comments: ZPE Nodegrid Net Services Router. NSR Chassis, Backplane Switch, 2 SFP+, 2 USB 2.0, 1 USB 3.0, 2 GbE, 1 HDMI, 1 console
7+
is_full_depth: false
8+
airflow: side-to-rear
9+
weight: 4.9
10+
weight_unit: kg
11+
description: >-
12+
Modular chassis, 4-Core Intel CPU, Backplane Switch, 32GB mSATA, 5 Slots,
13+
2x SFP+, 2x GbE, 3x USB, 1x HDMI, 1x Console, Dual AC Power Supply
14+
comments: '[ZPE Nodegrid Net SR Data Sheet](https://go.zpesystems.com/rs/004-BTR-463/images/Datasheet-Nodegrid-Net-SR.pdf)'
915
console-ports:
1016
- name: Console
17+
label: CONSOLE
1118
type: rj-45
12-
- name: HDMI
19+
- name: Monitor
20+
label: HDMI
1321
type: other
1422
console-server-ports:
1523
- name: usbS0-1
24+
label: USB
1625
type: usb-a
26+
description: USB 3.0, Front
1727
- name: usbS0-2
28+
label: USB
1829
type: usb-a
30+
description: USB 2.0, Rear Top
1931
- name: usbS0-3
32+
label: USB
2033
type: usb-a
34+
description: USB 2.0, Rear Bottom (above HDMI)
2135
power-ports:
2236
- name: PS1
23-
type: dc-terminal
24-
allocated_draw: 45
37+
type: iec-60320-c14
38+
description: Rear Left
2539
- name: PS2
26-
type: dc-terminal
27-
allocated_draw: 45
40+
type: iec-60320-c14
41+
description: Rear Center
2842
interfaces:
29-
- name: ETH0
43+
- name: lo
44+
type: virtual
45+
- name: loopback0
46+
type: virtual
47+
48+
- name: eth0
49+
label: ETH 0
3050
type: 1000base-t
31-
- name: ETH1
51+
- name: eth1
52+
label: ETH 1
3253
type: 1000base-t
33-
- name: SFP0
54+
55+
- name: sfp0
56+
label: SFP 0
3457
type: 10gbase-x-sfpp
35-
- name: SFP1
58+
bridge: backplane0
59+
- name: sfp1
60+
label: SFP 1
3661
type: 10gbase-x-sfpp
62+
bridge: backplane0
63+
64+
- name: backplane0
65+
type: bridge
66+
- name: backplane1
67+
type: virtual
68+
bridge: backplane0
3769
module-bays:
3870
- name: slot-1
3971
position: '1'
72+
description: Module Slot, Front Left
4073
- name: slot-2
4174
position: '2'
75+
description: Module Slot, Front Center
4276
- name: slot-3
4377
position: '3'
78+
description: Module Slot, Front Right
4479
- name: slot-4
4580
position: '4'
81+
description: Module Slot, Rear Right
4682
- name: slot-5
4783
position: '5'
48-
# TODO 2xGPIO, 1xDigital Out, 1xRelay Port
49-
# 1 x optional WiFi module
50-
# 2 x LTE modem slots
84+
description: Module Slot, Rear Center
85+
86+
- name: system fan 1
87+
position: '1'
88+
description: Fan Slot, Rear Center
89+
- name: system fan 2
90+
position: '2'
91+
description: Fan Slot, Rear Left (next to Power Supply)
92+
93+
# There are two stacked DDR4 SO-DIMM slots
94+
# DIMM0 is the top one, DIMM1 the bottom one (closer to Mainboard)
95+
96+
# The integrated storage is in a mSATA slot

device-types/ZPE/NSR-LITE-DAC.yaml

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
manufacturer: ZPE
3+
model: Net SR Lite
4+
slug: zpe-nsr-lite-dac
5+
part_number: NSR-LITE-DAC
6+
u_height: 1
7+
is_full_depth: false
8+
airflow: side-to-rear
9+
weight: 4.9
10+
weight_unit: kg
11+
description: >-
12+
Modular chassis, 4-Core Intel CPU, No dedicated Backplane Switch, 32GB mSATA, 5 Slots,
13+
2x SFP+, 2x GbE, 3x USB, 1x HDMI, 1x Console, Dual AC Power Supply
14+
comments: '[ZPE Nodegrid Net SR Data Sheet](https://go.zpesystems.com/rs/004-BTR-463/images/Datasheet-Nodegrid-Net-SR.pdf)'
15+
console-ports:
16+
- name: Console
17+
label: CONSOLE
18+
type: rj-45
19+
- name: Monitor
20+
label: HDMI
21+
type: other
22+
console-server-ports:
23+
- name: usbS0-1
24+
label: USB
25+
type: usb-a
26+
description: USB 3.0, Front
27+
- name: usbS0-2
28+
label: USB
29+
type: usb-a
30+
description: USB 2.0, Rear Top
31+
- name: usbS0-3
32+
label: USB
33+
type: usb-a
34+
description: USB 2.0, Rear Bottom (above HDMI)
35+
power-ports:
36+
- name: PS1
37+
type: iec-60320-c14
38+
description: Rear Left
39+
- name: PS2
40+
type: iec-60320-c14
41+
description: Rear Center
42+
interfaces:
43+
- name: lo
44+
type: virtual
45+
- name: loopback0
46+
type: virtual
47+
48+
- name: eth0
49+
label: ETH 0
50+
type: 1000base-t
51+
- name: eth1
52+
label: ETH 1
53+
type: 1000base-t
54+
55+
- name: sfp0
56+
label: SFP 0
57+
type: 10gbase-x-sfpp
58+
- name: sfp1
59+
label: SFP 1
60+
type: 10gbase-x-sfpp
61+
62+
- name: backplane0
63+
type: bridge
64+
module-bays:
65+
- name: slot-1
66+
position: '1'
67+
description: Module Slot, Front Left
68+
- name: slot-2
69+
position: '2'
70+
description: Module Slot, Front Center
71+
- name: slot-3
72+
position: '3'
73+
description: Module Slot, Front Right
74+
- name: slot-4
75+
position: '4'
76+
description: Module Slot, Rear Right
77+
- name: slot-5
78+
position: '5'
79+
description: Module Slot, Rear Center
80+
81+
- name: system fan 1
82+
position: '1'
83+
description: Fan Slot, Rear Center
84+
- name: system fan 2
85+
position: '2'
86+
description: Fan Slot, Rear Left (next to Power Supply)
87+
88+
# There are two stacked DDR4 SO-DIMM slots
89+
# DIMM0 is the top one, DIMM1 the bottom one (closer to Mainboard)
90+
91+
# The integrated storage is in a mSATA slot

device-types/ZPE/NSR-TOP1-DAC.yaml

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
---
2+
manufacturer: ZPE
3+
model: Net SR 8C DAC
4+
slug: zpe-nsr-top1-dac
5+
part_number: NSR-TOP1-DAC
6+
u_height: 1
7+
is_full_depth: false
8+
airflow: side-to-rear
9+
weight: 4.9
10+
weight_unit: kg
11+
description: >-
12+
Modular chassis, 8-Core Intel CPU, Backplane Switch, 32GB mSATA, 5 Slots,
13+
2x SFP+, 2x GbE, 3x USB, 1x HDMI, 1x Console, Dual AC Power Supply
14+
comments: '[ZPE Nodegrid Net SR Data Sheet](https://go.zpesystems.com/rs/004-BTR-463/images/Datasheet-Nodegrid-Net-SR.pdf)'
15+
console-ports:
16+
- name: Console
17+
label: CONSOLE
18+
type: rj-45
19+
- name: Monitor
20+
label: HDMI
21+
type: other
22+
console-server-ports:
23+
- name: usbS0-1
24+
label: USB
25+
type: usb-a
26+
description: USB 3.0, Front
27+
- name: usbS0-2
28+
label: USB
29+
type: usb-a
30+
description: USB 2.0, Rear Top
31+
- name: usbS0-3
32+
label: USB
33+
type: usb-a
34+
description: USB 2.0, Rear Bottom (above HDMI)
35+
power-ports:
36+
- name: PS1
37+
type: iec-60320-c14
38+
description: Rear Left
39+
- name: PS2
40+
type: iec-60320-c14
41+
description: Rear Center
42+
interfaces:
43+
- name: lo
44+
type: virtual
45+
- name: loopback0
46+
type: virtual
47+
48+
- name: eth0
49+
label: ETH 0
50+
type: 1000base-t
51+
- name: eth1
52+
label: ETH 1
53+
type: 1000base-t
54+
55+
- name: sfp0
56+
label: SFP 0
57+
type: 10gbase-x-sfpp
58+
bridge: backplane0
59+
- name: sfp1
60+
label: SFP 1
61+
type: 10gbase-x-sfpp
62+
bridge: backplane0
63+
64+
- name: backplane0
65+
type: bridge
66+
- name: backplane1
67+
type: virtual
68+
bridge: backplane0
69+
module-bays:
70+
- name: slot-1
71+
position: '1'
72+
description: Module Slot, Front Left
73+
- name: slot-2
74+
position: '2'
75+
description: Module Slot, Front Center
76+
- name: slot-3
77+
position: '3'
78+
description: Module Slot, Front Right
79+
- name: slot-4
80+
position: '4'
81+
description: Module Slot, Rear Right
82+
- name: slot-5
83+
position: '5'
84+
description: Module Slot, Rear Center
85+
86+
- name: system fan 1
87+
position: '1'
88+
description: Fan Slot, Rear Center
89+
- name: system fan 2
90+
position: '2'
91+
description: Fan Slot, Rear Left (next to Power Supply)
92+
93+
# There are two stacked DDR4 SO-DIMM slots
94+
# DIMM0 is the top one, DIMM1 the bottom one (closer to Mainboard)
95+
96+
# The integrated storage is in a mSATA slot

module-types/ZPE/M2-CELL-C.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
manufacturer: ZPE
3+
model: M2-CELL-C
4+
part_number: M2-CELL-C
5+
description: M.2 Cellular 4G/LTE modem with 2 antennas and cables
6+
interfaces:
7+
- name: cdc-wdm{module}
8+
type: 4g

module-types/ZPE/M2-CELL5G-C.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
manufacturer: ZPE
3+
model: M2-CELL5G-C
4+
part_number: M2-CELL5G-C
5+
description: M.2 Cellular 5G modem with 4 antennas and cables
6+
interfaces:
7+
- name: cdc-wdm{module}
8+
type: 5g

0 commit comments

Comments
 (0)