Skip to content
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

Update supported hardware #217

Merged
merged 4 commits into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 30 additions & 16 deletions docs/src/overview/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ We came up with a repository called [go-hal](https://github.com/metal-stack/go-h

The following server types are officially supported and verified by the metal-stack project:

| Vendor | Series | Model | Board Type | Status |
|------------|-------------|------------------|:---------------|:-------|
| Supermicro | Big-Twin | SYS-2029BT-HNR | X11DPT-B | stable |
| Supermicro | Big-Twin | SYS-220BT-HNTR | X12DPT-B6 | stable |
| Supermicro | SuperServer | SSG-5019D8-TR12P | X11SDV-8C-TP8F | stable |
| Supermicro | SuperServer | 2029UZ-TN20R25M | X11DPU | stable |
| Supermicro | SuperServer | SYS-621C-TN12R | X13DDW-A | stable |
| Supermicro | Microcloud | 5039MD8-H8TNR | X11SDD-8C-F | stable |
| Lenovo | ThinkSystem | SD530 | | alpha |
| Vendor | Series | Model | Board Type | Status |
|------------|-------------|------------------|:---------------|:------------|
| Supermicro | Big-Twin | SYS-2029BT-HNR | X11DPT-B | stable |
| Supermicro | Big-Twin | SYS-220BT-HNTR | X12DPT-B6 | stable |
| Supermicro | SuperServer | SSG-5019D8-TR12P | X11SDV-8C-TP8F | stable |
| Supermicro | SuperServer | 2029UZ-TN20R25M | X11DPU | stable |
| Supermicro | SuperServer | SYS-621C-TN12R | X13DDW-A | stable |
| Supermicro | Microcloud | 5039MD8-H8TNR | X11SDD-8C-F | stable |
| Supermicro | Microcloud | SYS-531MC-H8TNR | X13SCD-F | coming soon |
| Supermicro | Microcloud | 3015MR-H8TNR | H13SRD-F | coming soon |
| Lenovo | ThinkSystem | SD530 | | alpha |

Other server series and models might work but were not reported to us.

Expand All @@ -25,17 +27,29 @@ Other server series and models might work but were not reported to us.
The following GPU types are officially supported and verified by the metal-stack project:

| Vendor | Model | Status |
| ------ | -------- | :----- |
|--------|----------|:-------|
| NVIDIA | RTX 6000 | stable |
| NVIDIA | H100 | stable |

Other GPU models might work but were not reported to us. For a detailed description howto use GPU support in a kubernetes cluster please check this [documentation](gpu-support.md)

## Network Cards

The following network cards are officially supported and verified by the metal-stack project for usage in servers:

| Vendor | Series | Model | Status |
|----------|------------|-----------------------------|:-------|
| Intel | XXV710 | DA2 DualPort 2x25G SFP28 | stable |
| Intel | E810 | DA2 DualPort 2x25G SFP28 | stable |
| Intel | E810 | CQDA2 DualPort 2x100G SFP28 | stable |
| Mellanox | ConnectX-5 | MCX512A-ACAT 2x25G SFP28 | stable |

## Switches

The following switch types are officially supported and verified by the metal-stack project:

| Vendor | Series | Model | OS | Status |
| :-------- | :------------ | :--------- | :------------- | :----- |
|:----------|:--------------|:-----------|:---------------|:-------|
| Edge-Core | AS7700 Series | AS7712-32X | Cumulus 3.7.13 | stable |
| Edge-Core | AS7700 Series | AS7726-32X | Cumulus 4.1.1 | stable |
| Edge-Core | AS7700 Series | AS7712-32X | Edgecore SONiC | stable |
Expand All @@ -59,11 +73,11 @@ A minimal physical hardware setup may contain at least the following components:

This setup should work as the components are very similar to the currently supported ones but it's currently untested.

| # | Vendor | Series | Model | Function |
| :-- | :---------- | :--------------- | :------------------- | :----------------------------------------------------------------------- |
| 2x | Edge-Core | AS5500 Series | AS5512-54x (10G) | Leaf / Exit switches |
| 1x | Supermicro | Microcloud | SYS-5039MA16-H12RFT | Usable machines |
| 1x | Unifi | Edgemax | Edgerouter Pro | Front router for internet and out-of-band access to servers and switches |
| # | Vendor | Series | Model | Function |
|:---|:-----------|:--------------|:--------------------|:-------------------------------------------------------------------------|
| 2x | Edge-Core | AS5500 Series | AS5512-54x (10G) | Leaf / Exit switches |
| 1x | Supermicro | Microcloud | SYS-5039MA16-H12RFT | Usable machines |
| 1x | Teltonika | Router | RUTXR1 | Front router for internet and out-of-band access to servers and switches |

Besides that, a 6HE rack with 1000mm depth and a portable LTE modem is needed.

Expand Down