mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-21 16:03:23 +01:00
Added Intel H2312XXLR2 blade system (#1177)
* ignore my custom venv dir * Created definition for Intel H2312XXLR2 * changed power-ports type to iec-60320-c22 * Delete .gitignore deleted my changed .gitignore * restored original .gitignore * Update .gitignore added new line at end of file * changed power ports type to iec-60320-c14 * added weight, airflow and changed power-ports to module bays * removed comment * created module-types for intel 1600w and 2130w redundant power supplies * changed weight to fit new schema and changed position on module-bays * fixed PSU module name to reflect position in device * Update H2312XXLR2.yaml Fixed position reference * Update FXX1600PCRPS.yaml Fix power-ports reference * Update FXX2130PCRPS.yaml fix power-ports definition --------- Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
This commit is contained in:
parent
6ede82570e
commit
38bd217fc1
34
device-types/Intel/H2312XXLR2.yaml
Normal file
34
device-types/Intel/H2312XXLR2.yaml
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
manufacturer: Intel
|
||||
model: H2312XXLR2
|
||||
slug: intel-h2312xxlr2
|
||||
u_height: 2
|
||||
airflow: front-to-rear
|
||||
weight: 30.6
|
||||
weight_unit: kg
|
||||
is_full_depth: true
|
||||
comments: |
|
||||
[H2312XXLR2 Specifications on intel.com](https://www.intel.com/content/www/us/en/products/sku/87573/intel-server-chassis-h2312xxlr2/specifications.html)
|
||||
[Intel Server Chassis H2000G Service Guide (PDF)](https://www.intel.com/content/dam/support/us/en/documents/server-products/server-boards/H2000G_SG.pdf)
|
||||
subdevice_role: parent
|
||||
device-bays:
|
||||
- name: Node 1
|
||||
label: Compute Node 1
|
||||
- name: Node 2
|
||||
label: Compute Node 2
|
||||
- name: Node 3
|
||||
label: Compute Node 3
|
||||
- name: Node 4
|
||||
label: Compute Node 4
|
||||
module-bays:
|
||||
- name: PSU Slot 1
|
||||
label: Power Supply 1
|
||||
position: '1'
|
||||
- name: PSU Slot 2
|
||||
label: Power Supply 2
|
||||
position: '2'
|
||||
inventory-items:
|
||||
- name: FHW12X35HS12G
|
||||
label: 12Gb SAS backplane
|
||||
manufacturer: Intel
|
||||
part_id: FHW12X35HS12G
|
8
module-types/Intel/FXX1600PCRPS.yaml
Normal file
8
module-types/Intel/FXX1600PCRPS.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: Intel
|
||||
model: FXX1600PCRPS
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
label: 1600W Common Redundant Power Supply FXX1600PCRPS
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 1600
|
8
module-types/Intel/FXX2130PCRPS.yaml
Normal file
8
module-types/Intel/FXX2130PCRPS.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: Intel
|
||||
model: FXX2130PCRPS
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
label: 2130W AC Common Redundant Power Supply FXX2130PCRPS
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 2130
|
Loading…
Reference in New Issue
Block a user