From 72aaa61712ad7249ba940de6b56c3cd0f45dd848 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Fri, 14 Aug 2026 18:56:57 -0700 Subject: [PATCH] docs: add lab-wide hardware inventory reference Imported from docs-old with repo identifiers, role assignments, and network details scrubbed; roles stay in the networking hardware reference. The retired TL-SG105 is replaced by the TRENDnet TEG-3102WS. --- docs/docs/index.md | 2 + docs/docs/reference/hardware-inventory.md | 91 ++++++++++++++++++++++ docs/docs/reference/networking/hardware.md | 4 +- docs/mkdocs.yml | 1 + 4 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 docs/docs/reference/hardware-inventory.md diff --git a/docs/docs/index.md b/docs/docs/index.md index 03a71fd..2318f1b 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -23,6 +23,8 @@ and runbook lives here. ## Reference +- [Hardware inventory](reference/hardware-inventory.md) records every physical + device in the lab with its model and specifications. - [Networking hardware](reference/networking/hardware.md) identifies the core network devices and their roles. - [Physical connections](reference/networking/physical-connections.md) records diff --git a/docs/docs/reference/hardware-inventory.md b/docs/docs/reference/hardware-inventory.md new file mode 100644 index 0000000..20edf18 --- /dev/null +++ b/docs/docs/reference/hardware-inventory.md @@ -0,0 +1,91 @@ +--- +title: Hardware Inventory +description: Physical inventory of lab equipment with models, quantities, and specifications. +--- + +# Hardware Inventory + +This document is the physical inventory of lab equipment. It records models, +quantities, product references, and concrete specifications. + +Role assignments for core network devices live in the +[networking hardware reference](networking/hardware.md). Installed cabling +lives in the [physical connection map](networking/physical-connections.md). +IP addressing, VLANs, and other network configuration belong to the network +documentation, not this inventory. + +## Inventory + +### Protectli VP6630 + +- Quantity: `1` +- Product page: +- Hardware details: + - `2x SFP+` interfaces + - `4x 2.5GbE` interfaces + +### Minisforum UM760 + +- Quantity: `1` +- Hardware details: + - `Ryzen 7` + - `32GB RAM` + - Single `2.5GbE RJ45` NIC + +### Minisforum MS-02 Ultra + +- Quantity: `3` +- Hardware details: + - Model: `MS-02-Ultra` + - CPU: `Intel Core Ultra 9 285HX` + - Memory: `64GB RAM` (`2x 32GB Micron SODIMM`) + - Storage: + - `Samsung SSD 990 EVO Plus 2TB` + - `Patriot M.2 P300 128GB` + - `2x 10/25GbE-capable SFP+` ports + - `2x 2.5GbE RJ45` ports + - Intel `vPro/AMT` + +### MINISFORUM N5 Pro NAS + +- Quantity: `1` +- Hardware details: + - MINISFORUM N5 Pro 5-bay desktop AI NAS + - AMD Ryzen AI 9 HX PRO 370, `12c/24t` + - Crucial `32GB` DDR5 SODIMM kit, `2x16GB` + - `128GB` NVMe SSD reserved for the OS + - `2x WD_Black SN7100 1TB` NVMe SSDs in the remaining NVMe slots + - `1x10GbE` and `1x5GbE` onboard networking + - `2xUSB4`, HDMI, and OCuLink available + +### MikroTik CCR2004 + +- Quantity: `1` +- Hardware details: + - Exact `CCR2004` variant is not specified + +### MikroTik CRS309-1G-8S+IN + +- Quantity: `1` +- Hardware details: + - Model: `CRS309-1G-8S+IN` + - `8x 10G SFP+` ports + - `1x 1GbE RJ45` management port + +### TRENDnet TEG-3102WS + +- Quantity: `1` +- Product page: +- Hardware details: + - `8x 2.5GBASE-T RJ45` ports + - `2x 10G SFP+` slots + - Web smart managed switch + +### UPS + +- Quantity: `1` +- Product link: +- Hardware details: + - Model: `APC Smart-UPS SMT1000` + - Capacity: `1000VA / 700W` + - Form factor: tower diff --git a/docs/docs/reference/networking/hardware.md b/docs/docs/reference/networking/hardware.md index 8a4706f..b227125 100644 --- a/docs/docs/reference/networking/hardware.md +++ b/docs/docs/reference/networking/hardware.md @@ -19,7 +19,9 @@ description: Core network devices and their assigned roles. | --- | --- | --- | | Home router | MikroTik CCR2004 | Routes the home network, provides internet access, and terminates the upstream side of the routed lab transit | -The [physical connection map](physical-connections.md) records every installed +Models and physical specifications live in the +[hardware inventory](../hardware-inventory.md). The +[physical connection map](physical-connections.md) records every installed cable and its endpoint ports. The [Lab v2 core network design](../../designs/drafts/lab-v2-core-network.md) defines the logical topology and device boundaries. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 4b6896f..cf5dbde 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -37,6 +37,7 @@ nav: - Drafts: - Lab v2 core network: designs/drafts/lab-v2-core-network.md - Reference: + - Hardware inventory: reference/hardware-inventory.md - Networking: - Hardware: reference/networking/hardware.md - Physical connections: reference/networking/physical-connections.md