Rebuild rack01 from the physically remounted hardware: - Correct stale positions/ports/outlets for pp01, pp02, sw01, pdu01-04 - Model shelves as 1U trays (towers stand above without consuming rack U's); add shf02 and empty half-depth shf03/shf04 - Add ups01/ups02; reseat nas01/02 and sw02-05; move srv04-07 onto shf02 - Add `wan` hardware kind; add WAN demarcation hosts wan01 (active) and wan02 (staging) - Document full live network wiring: srv01-07 -> pp02 -> sw01 (LAN) and srv01 eth0 -> pp02 -> pp01 -> wan01 (WAN); keep non-active lines (wan2, working-table patches, sw01 mgmt) in notes only - Regenerate hardware index + rack01 elevation/network/power artifacts Also includes the in-progress generator updates (gen_rack.py, gen_overview.py, Makefile, tests) that the regenerated artifacts depend on. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
26 lines
728 B
Markdown
26 lines
728 B
Markdown
---
|
||
hostname: pp02
|
||
kind: patch-panel
|
||
status: in-use
|
||
rack: rack01
|
||
rack_u: 25
|
||
u_height: 1
|
||
rack_face: front
|
||
ports: 24
|
||
links:
|
||
- { local: "1", peer: pp01, peer_port: 1 }
|
||
- { local: "2", peer: sw01, peer_port: 1 }
|
||
- { local: "3", peer: sw01, peer_port: 2 }
|
||
- { local: "4", peer: sw01, peer_port: 3 }
|
||
- { local: "5", peer: sw01, peer_port: 4 }
|
||
- { local: "6", peer: sw01, peer_port: 5 }
|
||
- { local: "7", peer: sw01, peer_port: 6 }
|
||
- { local: "8", peer: sw01, peer_port: 7 }
|
||
---
|
||
|
||
## Notes
|
||
|
||
- 24-port patch panel; ports 1–8 are the live feeds.
|
||
- Port 1 → pp01:1 → wan01 (srv01 eth0, WAN).
|
||
- Ports 2–8 → sw01:1–7 (LAN): srv01 eth1 (p2), srv02 (p3), srv03 (p4),
|
||
srv04 (p5), srv05 (p6), srv06 (p7), srv07 (p8).
|