Modularize power supplies

This commit is contained in:
Chris Burger 2025-03-20 02:15:18 -05:00
parent b0983697ff
commit 28b8bec73e
9 changed files with 65 additions and 39 deletions

View File

@ -14,15 +14,6 @@ console-ports:
- name: console
type: de-9
label: console
power-ports:
- name: PS1
type: iec-60320-c14
maximum_draw: 404
label: PS1
- name: PS2
type: iec-60320-c14
maximum_draw: 404
label: PS2
interfaces:
- name: tlan0
type: 10gbase-x-sfpp
@ -50,3 +41,10 @@ interfaces:
type: 1000base-t
mgmt_only: true
label: mgmt1
module-bays:
- name: PS1
position: '1'
label: PS1
- name: PS2
position: '2'
label: PS2

View File

@ -14,13 +14,6 @@ console-ports:
- name: console
type: rj-45
label: console
power-ports:
- name: PS1
type: iec-60320-c14
maximum_draw: 153
- name: PS2
type: iec-60320-c14
maximum_draw: 153
interfaces:
- name: mgmt0
type: 1000base-t
@ -66,3 +59,8 @@ interfaces:
- name: wan3
type: 1000base-t
label: wan3
module-bays:
- name: PS1
position: '1'
- name: PS2
position: '2'

View File

@ -14,13 +14,6 @@ console-ports:
- name: console
type: rj-45
label: console
power-ports:
- name: PS1
type: iec-60320-c14
maximum_draw: 111
- name: PS2
type: iec-60320-c14
maximum_draw: 111
interfaces:
- name: mgmt0
type: 1000base-t
@ -66,3 +59,8 @@ interfaces:
- name: wan3
type: 1000base-t
label: wan3
module-bays:
- name: PS1
position: '1'
- name: PS2
position: '2'

View File

@ -14,13 +14,6 @@ console-ports:
- name: console
type: rj-45
label: console
power-ports:
- name: PS1
type: dc-terminal
maximum_draw: 103
- name: PS2
type: dc-terminal
maximum_draw: 103
interfaces:
- name: mgmt0
type: 1000base-t
@ -66,3 +59,8 @@ interfaces:
- name: wan3
type: 1000base-t
label: wan3
module-bays:
- name: PS1
position: '1'
- name: PS2
position: '2'

View File

@ -14,15 +14,6 @@ console-ports:
- name: console
type: de-9
label: console
power-ports:
- name: PS1
type: iec-60320-c14
maximum_draw: 435
label: PS1
- name: PS2
type: iec-60320-c14
maximum_draw: 435
label: PS2
interfaces:
- name: tlan0
type: 10gbase-x-sfpp
@ -50,3 +41,10 @@ interfaces:
type: 1000base-t
mgmt_only: true
label: mgmt1
module-bays:
- name: PS1
position: '1'
label: PS1
- name: PS2
position: '2'
label: PS2

View File

@ -0,0 +1,9 @@
---
manufacturer: HPE
model: Aruba EC-H-PSU-800W
part_number: 500646-001 / JZ887A
comments: Compatible with Aruba EC-L-H (404W) and EC-XL-H (435W)
power-ports:
- name: PS{module}
type: iec-60320-c14
maximum_draw: 435W

View File

@ -0,0 +1,9 @@
---
manufacturer: HPE
model: Aruba EC-M-H-PSU-AC
part_number: 500615-001
comments: Compatible with Aruba EC-M-H
power-ports:
- name: PS{module}
type: iec-60320-c14
maximum_draw: 153

View File

@ -0,0 +1,9 @@
---
manufacturer: HPE
model: Aruba EC-S-P-PSU-AC
part_number: 500615-001
comments: Compatible with Aruba EC-S-P (AC)
power-ports:
- name: PS{module}
type: iec-60320-c14
maximum_draw: 111

View File

@ -0,0 +1,9 @@
---
manufacturer: HPE
model: Aruba EC-S-P-PSU-DC
part_number: 500619-001
comments: Compatible with Aruba EC-S-P (DC)
power-ports:
- name: PS{module}
type: dc-terminal
maximum_draw: 103