mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-08-14 00:58:33 +02:00
Improvements to HPE Aruba 2920 series (#1547)
* Fix incorrect part number for HPE Aruba 2920-24G-PoE+ * Fix power figures * Added Aruba 2920-48G-PoE+-740W model * Add weight info * Added module bays * Added HPE 2920 series modules * Added missing comments field * Fix trailing spaces * Fix part number * Add missing quotes * Fix part number * Add XPS port and replace PS1 port with power supply module slot * Add HPE J9737A, J9738A, J9739A, power supplies * Add position number to 2920 series PSU module bay * Add Aruba 640 Redundant/External Power Supply Shelf * Add missing quotes around position number * Make PS1 modular and add XPS port * Add quotes around position number * Typo fixes * Fix quotes --------- Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
This commit is contained in:
10
module-types/HPE/J9731A.yaml
Normal file
10
module-types/HPE/J9731A.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
manufacturer: HPE
|
||||
model: Aruba 2920 2-Port 10GbE SFP+ Module
|
||||
comments: Aruba 2920 2-Port 10GbE SFP+ Module
|
||||
part_number: J9731A
|
||||
interfaces:
|
||||
- name: '{module}1'
|
||||
type: 10gbase-x-sfpp
|
||||
- name: '{module}2'
|
||||
type: 10gbase-x-sfpp
|
10
module-types/HPE/J9732A.yaml
Normal file
10
module-types/HPE/J9732A.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
manufacturer: HPE
|
||||
model: Aruba 2920 2-Port 10GBASE-T Module
|
||||
comments: Aruba 2920 2-Port 10GBASE-T Module
|
||||
part_number: J9732A
|
||||
interfaces:
|
||||
- name: '{module}1'
|
||||
type: 10gbase-t
|
||||
- name: '{module}2'
|
||||
type: 10gbase-t
|
10
module-types/HPE/J9733A.yaml
Normal file
10
module-types/HPE/J9733A.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
manufacturer: HPE
|
||||
model: Aruba 2920 2-Port Stacking Module
|
||||
comments: Aruba 2920 2-Port Stacking Module
|
||||
part_number: J9733A
|
||||
interfaces:
|
||||
- name: Stacking port 1
|
||||
type: other
|
||||
- name: Stacking port 2
|
||||
type: other
|
8
module-types/HPE/J9737A.yaml
Normal file
8
module-types/HPE/J9737A.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: HPE
|
||||
model: HP X332 1050W 110-240VAC to 54VDC Power Supply
|
||||
part_number: J9737A
|
||||
power-ports:
|
||||
- name: PS{module}
|
||||
type: iec-60320-c16
|
||||
maximum_draw: 1050
|
8
module-types/HPE/J9738A.yaml
Normal file
8
module-types/HPE/J9738A.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: HPE
|
||||
model: HP X332 575W 100-240VAC to 54VDC Modular Power Supply
|
||||
part_number: J9738A
|
||||
power-ports:
|
||||
- name: PS{module}
|
||||
type: iec-60320-c16
|
||||
maximum_draw: 575
|
8
module-types/HPE/J9739A.yaml
Normal file
8
module-types/HPE/J9739A.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: HPE
|
||||
model: HP X331 165W 100-240VAC to 12VDC Modular Power Supply
|
||||
part_number: J9739A
|
||||
power-ports:
|
||||
- name: PS{module}
|
||||
type: iec-60320-c16
|
||||
maximum_draw: 165
|
Reference in New Issue
Block a user