Skip to content

Commit f63a21e

Browse files
📝 Documenting Maid Café (#1225)
## Description <!-- Mandatory --> <!-- Why this PR? What is changed? What is the effect? etc. --> - Finally document Maid Café cluster (The sizes of the RAM are correct, but I'm not 100% sure about the disk sizes to be fully correct) ## Issues <!-- Add related issues here. Use closes/fixes prefixes to auto close issues. --> ## Checklist - [x] I've labeled the PR appropriately. - [ ] I've have built the website and verified that my changes work. - [x] I've linked the appropriate issues and related PRs. --------- Co-authored-by: Chase 李 <chase@acm.cs.uic.edu>
1 parent 1cff569 commit f63a21e

File tree

7 files changed

+261
-3
lines changed

7 files changed

+261
-3
lines changed

‎.gitignore‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ yarn-error.log*
2222

2323
/.tmp
2424
.env
25-
26-
# For Max's write up on the Maid-Café
27-
docs/Infrastructure/Maid-Café/
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
sidebar_position: 1
3+
slug: /infrastructure/maid-café/about
4+
---
5+
6+
# Maid-Café Cluster Overview
7+
8+
This is the cluster currently deployed in production stationed at CDRLC 2433 and comprised of:
9+
10+
- [Boba](Boba.md)
11+
- [Chai](Chai.md)
12+
- [Coffee](Coffee.md)
13+
- [Matcha](Matcha.md)
14+
- [Earlgrey](Earlgrey.md)
15+
16+
The networking and firewall is managed by:
17+
18+
- [Ubiquiti Cloud Gateway Ultra](https://store.ui.com/us/en/category/all-cloud-gateways/products/ucg-ultra)
19+
- [Ubiquiti Pro 48 POE](https://store.ui.com/us/en/category/switching-professional/products/usw-pro-48-poe)
20+
21+
Generously donated by out previous admin (sugar daddy) [Chase Lee](https://github.com/clee231).
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
slug: /infrastructure/maid-café/boba
3+
tags: [server, compute, proxmox]
4+
---
5+
6+
# Boba
7+
8+
Current Location: CDRLC 2433
9+
10+
## Description
11+
12+
- Machine Model: [Minisforum MS-01](https://www.minisforum.com/products/minisforum-ms-01?variant=49669512429874)
13+
- Management: [JetKVM](https://jetkvm.com/products/jetkvm)
14+
15+
## Hardware Configuration
16+
17+
- Mini Workstation with a compact 1.78L footprint
18+
- I/O:
19+
- 2x USB 2.0
20+
- 3x USB 3.0
21+
- 2x USB 4.0 (Type-C)
22+
- 1x HDMI
23+
- 2x SFP+ ports (Chipset Intel X710)
24+
- 2x RJ45 2.5Gbe (1 with Intel i226-V, 1 with Intel i226-LM)
25+
26+
### CPU
27+
28+
- [Intel Core i9-13900H](https://www.intel.com/content/www/us/en/products/sku/232135/intel-core-i913900h-processor-24m-cache-up-to-5-40-ghz/specifications.html)
29+
- 14 cores (6 Performance, 8 Efficiency)
30+
- 20 threads
31+
32+
### Mainboard
33+
34+
- Minisforum MS-01 motherboard
35+
- 2x 48GB DDR5-5200
36+
37+
### Storage
38+
39+
- 4TB Samsung 990 EVO PLUS M.2 NVMe SSD (Ceph)
40+
- 1TB Fanxiang S880E M.2 NVMe SSD (boot drive)
41+
42+
### PSU
43+
44+
- 1x Minisforum MS-01 180W (external) power supply
45+
46+
## Setup Details
47+
48+
This hypervisor has Proxmox provisioned as a Type-1 Hypervisor for the Maid-Café cluster.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
slug: /infrastructure/maid-café/chai
3+
tags: [server, compute, proxmox]
4+
---
5+
6+
# Chai
7+
8+
Current Location: CDRLC 2433
9+
10+
## Description
11+
12+
- Machine Model: [Minisforum MS-01](https://www.minisforum.com/products/minisforum-ms-01?variant=49669512429874)
13+
- Management: [JetKVM](https://jetkvm.com/products/jetkvm)
14+
15+
## Hardware Configuration
16+
17+
- Mini Workstation with a compact 1.78L footprint
18+
- I/O:
19+
- 2x USB 2.0
20+
- 3x USB 3.0
21+
- 2x USB 4.0 (Type-C)
22+
- 1x HDMI
23+
- 2x SFP+ ports (Chipset Intel X710)
24+
- 2x RJ45 2.5Gbe (1 with Intel i226-V, 1 with Intel i226-LM)
25+
26+
### CPU
27+
28+
- [Intel Core i9-13900H](https://www.intel.com/content/www/us/en/products/sku/232135/intel-core-i913900h-processor-24m-cache-up-to-5-40-ghz/specifications.html)
29+
- 14 cores (6 Performance, 8 Efficiency)
30+
- 20 threads
31+
32+
### Mainboard
33+
34+
- Minisforum MS-01 motherboard
35+
- 2x 48GB DDR5-5200
36+
37+
### Storage
38+
39+
- 4TB Samsung 990 EVO PLUS M.2 NVMe SSD (Ceph)
40+
- 1TB Fanxiang S880E M.2 NVMe SSD (boot drive)
41+
42+
### PSU
43+
44+
- 1x Minisforum MS-01 180W (external) power supply
45+
46+
## Setup Details
47+
48+
This hypervisor has Proxmox provisioned as a Type-1 Hypervisor for the Maid-Café cluster.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
slug: /infrastructure/maid-café/coffee
3+
tags: [server, compute, proxmox]
4+
---
5+
6+
# Coffee
7+
8+
Current Location: CDRLC 2433
9+
10+
## Description
11+
12+
- Machine Model: [Minisforum MS-01](https://www.minisforum.com/products/minisforum-ms-01?variant=49669512429874)
13+
- Management: [JetKVM](https://jetkvm.com/products/jetkvm)
14+
15+
## Hardware Configuration
16+
17+
- Mini Workstation with a compact 1.78L footprint
18+
- I/O:
19+
- 2x USB 2.0
20+
- 3x USB 3.0
21+
- 2x USB 4.0 (Type-C)
22+
- 1x HDMI
23+
- 2x SFP+ ports (Chipset Intel X710)
24+
- 2x RJ45 2.5Gbe (1 with Intel i226-V, 1 with Intel i226-LM)
25+
26+
### CPU
27+
28+
- [Intel Core i9-13900H](https://www.intel.com/content/www/us/en/products/sku/232135/intel-core-i913900h-processor-24m-cache-up-to-5-40-ghz/specifications.html)
29+
- 14 cores (6 Performance, 8 Efficiency)
30+
- 20 threads
31+
32+
### Mainboard
33+
34+
- Minisforum MS-01 motherboard
35+
- 2x 48GB DDR5-5200
36+
37+
### Storage
38+
39+
- 4TB Samsung 990 EVO PLUS M.2 NVMe SSD (Ceph)
40+
- 1TB Fanxiang S880E M.2 NVMe SSD (boot drive)
41+
42+
### PSU
43+
44+
1x Minisforum MS-01 180W (external) power supply.
45+
46+
## Setup Details
47+
48+
This hypervisor has Proxmox provisioned as a Type-1 Hypervisor for the Maid-Café cluster.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
slug: /infrastructure/maid-café/earlgrey
3+
tags: [server, compute, proxmox]
4+
---
5+
6+
# Earlgrey
7+
8+
Current Location: CDRLC 2433
9+
10+
## Description
11+
12+
- Machine Model: [Minisforum MS-A2](https://www.minisforum.com/products/minisforum-ms-a2)
13+
- Management: [NanoKVM](https://wiki.sipeed.com/hardware/en/kvm/NanoKVM/introduction.html)
14+
15+
## Hardware Configuration
16+
17+
- Mini Workstation with a compact 1.78L footprint
18+
- I/O:
19+
- 1x USB 2.0
20+
- 4x USB 3.0
21+
- 2x USB 3.2 Gen2 (Type-C)
22+
- 1x HDMI
23+
- 2x SFP+ ports (Chipset Intel X710)
24+
- 2x RJ45 2.5Gbe (1 with Intel i226-V, 1 with Realtek RTL8125)
25+
26+
### CPU
27+
28+
- [AMD Ryzen 9 9955HX](https://www.amd.com/en/products/processors/laptop/ryzen/9000-series/amd-ryzen-9-9955hx.html)
29+
- 16 cores
30+
- 32 threads
31+
32+
### Mainboard
33+
34+
- Minisforum MS-A2 motherboard.
35+
- 2x 48GB DDR5-5600
36+
37+
### Storage
38+
39+
- 4TB Fanxiang S880E M.2 NVMe SSD (Ceph)
40+
- 1TB Fanxiang S880 M.2 NVMe SSD (boot drive)
41+
42+
### PSU
43+
44+
1x Minisforum MS-A2 240W (external) power supply.
45+
46+
## Setup Details
47+
48+
This hypervisor has Proxmox provisioned as a Type-1 Hypervisor for the Maid-Café cluster.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
slug: /infrastructure/maid-café/matcha
3+
tags: [server, compute, proxmox]
4+
---
5+
6+
# Matcha
7+
8+
Current Location: CDRLC 2433
9+
10+
## Description
11+
12+
- Machine Model: [Minisforum MS-01](https://www.minisforum.com/products/minisforum-ms-01?variant=49669512429874)
13+
- Management: [JetKVM](https://jetkvm.com/products/jetkvm)
14+
15+
## Hardware Configuration
16+
17+
- Mini Workstation with a compact 1.78L footprint
18+
- I/O:
19+
- 2x USB 2.0
20+
- 3x USB 3.0
21+
- 2x USB 4.0 (Type-C)
22+
- 1x HDMI
23+
- 2x SFP+ ports (Chipset Intel X710)
24+
- 2x RJ45 2.5Gbe (1 with Intel i226-V, 1 with Intel i226-LM)
25+
26+
### CPU
27+
28+
- [Intel Core i9-13900H](https://www.intel.com/content/www/us/en/products/sku/232135/intel-core-i913900h-processor-24m-cache-up-to-5-40-ghz/specifications.html)
29+
- 14 cores (6 Performance, 8 Efficiency)
30+
- 20 threads
31+
32+
### Mainboard
33+
34+
- Minisforum MS-01 motherboard.
35+
- 2x 48GB DDR5-5200
36+
37+
### Storage
38+
39+
- 4TB Samsung 990 EVO PLUS M.2 NVMe SSD (Ceph)
40+
- 1TB Fanxiang S880E M.2 NVMe SSD (boot drive)
41+
42+
### PSU
43+
44+
1x Minisforum MS-01 180W (external) power supply.
45+
46+
## Setup Details
47+
48+
This hypervisor has Proxmox provisioned as a Type-1 Hypervisor for the Maid-Café cluster.

0 commit comments

Comments
 (0)