From 4467243c0d849558a237cb1afddfb4fd9f589443 Mon Sep 17 00:00:00 2001 From: mwindower Date: Mon, 21 Oct 2024 09:39:12 +0200 Subject: [PATCH] Update supported hardware (#217) * added network cards and server models that will be supported soon * update * Add teltonika Router --------- Co-authored-by: Stefan Majer --- docs/src/overview/hardware.md | 46 +++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/docs/src/overview/hardware.md b/docs/src/overview/hardware.md index 77d3760288..a289643ef5 100644 --- a/docs/src/overview/hardware.md +++ b/docs/src/overview/hardware.md @@ -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. @@ -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 | @@ -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.