-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Added Intel H2312XXLR2 blade system #1177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
danner26
merged 21 commits into
netbox-community:master
from
getspaghett:Intel-H2312XXLR2
Mar 9, 2023
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9df83ad
ignore my custom venv dir
getspaghett b7cf770
Created definition for Intel H2312XXLR2
getspaghett 5513d16
changed power-ports type to iec-60320-c22
getspaghett fc88985
Delete .gitignore
getspaghett 7959e9e
restored original .gitignore
getspaghett 351c53b
Merge branch 'Intel-H2312XXLR2' of https://github.com/getspaghett/dev…
getspaghett fbab696
Update .gitignore
getspaghett a364540
changed power ports type to iec-60320-c14
getspaghett b386f46
Merge branch 'Intel-H2312XXLR2' of https://github.com/getspaghett/dev…
getspaghett 20738d7
added weight, airflow and changed power-ports to module bays
getspaghett 036d628
removed comment
getspaghett 2f6ec0f
created module-types for intel 1600w and 2130w redundant power supplies
getspaghett 93cfeb9
Merge branch 'master' into Intel-H2312XXLR2
getspaghett 39a4f23
Merge branch 'master' into Intel-H2312XXLR2
danner26 08c3f4c
changed weight to fit new schema and changed position on module-bays
getspaghett 4f90733
fixed PSU module name to reflect position in device
getspaghett 1bd48fc
Merge branch 'Intel-H2312XXLR2' of https://github.com/getspaghett/dev…
getspaghett d8efbad
Merge branch 'master' into Intel-H2312XXLR2
getspaghett 314da60
Update H2312XXLR2.yaml
danner26 06f5303
Update FXX1600PCRPS.yaml
danner26 c17bed6
Update FXX2130PCRPS.yaml
danner26 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 | ||
getspaghett marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 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 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.