From b9de4f3c256492a785e296898739a5e4674025fc Mon Sep 17 00:00:00 2001 From: xengi Date: Sun, 8 Mar 2026 20:20:02 +0100 Subject: [PATCH 1/5] Update README.md Signed-off-by: xengi --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1aadc6d..c0e206f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page) + # iac From 7b224ef5aec6b6368748c01d622099e8d0a1f79e Mon Sep 17 00:00:00 2001 From: xengi Date: Fri, 28 Aug 2026 10:35:01 +0200 Subject: [PATCH 2/5] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0e206f..83ebc65 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,23 @@ Nix IaC Dell PowerEdge R630 - 2x Intel Xeon E5-2699C v4 (22C44T @2.2GHz) - 24x 16GB DDR4 ECC 1866MHz (384GB) +- SANDISK Extreme Fit 64GB USB (boot drive) +- 2x Kingston FURY Renegade NVMe 1TB (RAID1 host OS) +- 6x Transcend SSD230S 4TB SATA SSD (Ceph pool) +- NVIDIA Quadro P2000 + - 1024 Cores + - 5GB GDDR5 ## Virtual machines -### master-01 - master-03 +### controlplane-01 - controlplane-03 - CPU: 2 - RAM: 8GB +- Storage: 64GB (os drive) ### worker-01 - worker-05 - CPU: 16 - RAM: 64GB - +- Storage: 64GB (os drive) + 4TB (Ceph) From f3ebadfadabe7e800aae9cfd5aba07168bf6c01d Mon Sep 17 00:00:00 2001 From: xengi Date: Fri, 28 Aug 2026 10:35:40 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83ebc65..e53bc05 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Dell PowerEdge R630 - SANDISK Extreme Fit 64GB USB (boot drive) - 2x Kingston FURY Renegade NVMe 1TB (RAID1 host OS) - 6x Transcend SSD230S 4TB SATA SSD (Ceph pool) -- NVIDIA Quadro P2000 +- NVIDIA Quadro P2000 (pinned to worker-01) - 1024 Cores - 5GB GDDR5 From 01cfe3dcef3791067a2c793f182937cd66c1455b Mon Sep 17 00:00:00 2001 From: xengi Date: Fri, 28 Aug 2026 10:39:32 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e53bc05..f332195 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,23 @@ Dell PowerEdge R630 - CPU: 16 - RAM: 64GB - Storage: 64GB (os drive) + 4TB (Ceph) + +## Rollout + +### Deploy host system + +```bash +nix run ... +``` + +### Deploy control plane + +```bash +nix run ... +``` + +### Deploy workers + +```bash +nix run ... +``` From 1cc8563792cbe41a8b18b300f628df575cb758e5 Mon Sep 17 00:00:00 2001 From: xengi Date: Fri, 28 Aug 2026 10:39:44 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f332195..4b77d16 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Dell PowerEdge R630 - RAM: 64GB - Storage: 64GB (os drive) + 4TB (Ceph) -## Rollout +## Rollout (WIP) ### Deploy host system