-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrack-config.json
More file actions
102 lines (102 loc) · 3 KB
/
rack-config.json
File metadata and controls
102 lines (102 loc) · 3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"rackName": "tinydc.net",
"totalUnits": 16,
"devices": [
{
"id": "pve2",
"name": "Dell PowerEdge C2100",
"startU": 1,
"heightU": 2,
"cpu": "2 x Intel Xeon X5570 @ 2.93GHz (4 cores per socket, 8 cores, 16 threads total)",
"ram": "70 GiB",
"storage": "10.5 TB virtual disk on MR9260-8i RAID controller (sda)",
"nic": "1 x 10 Gbps, 2 x 1 Gbps",
"services": ["Proxmox Cluster Node", "GitHub Runner VM", "Docker VM"],
"notes": "Hostname: pve2"
},
{
"id": "earthpol",
"name": "AMD Ryzen 9 5900XT Node",
"startU": 3,
"heightU": 4,
"cpu": "AMD Ryzen 9 5900XT (16 cores, 32 threads, 1 socket)",
"ram": "62 GiB",
"storage": "2.7 TB HDD (sda), 447 GB SSD (sdb), 447 GB SSD (sdc), 476 GB SSD (sdd), 1.8 TB NVMe (nvme0n1)",
"nic": "1 x 2.5 Gbps (enp4s0)",
"services": ["Wings", "Minecraft Server"],
"notes": "Hostname: earthpol"
},
{
"id": "ryzen5900x",
"name": "AMD Ryzen 9 5900X Node",
"startU": 7,
"heightU": 4,
"cpu": "AMD Ryzen 9 5900X (12 cores, 24 threads, 1 socket)",
"ram": "64 GiB DDR4",
"storage": "2 x 500 GB SSD, 1 TB NVMe, 1 TB SSD",
"nic": "1 x 2.5 Gbps, 1 x 10 Gbps",
"services": ["Proxmox / Compute Node"],
"notes": "General compute / expansion node"
},
{
"id": "apc-ups",
"name": "APC Power Filter + Battery Backup",
"startU": 11,
"heightU": 1,
"cpu": "N/A",
"ram": "N/A",
"storage": "N/A",
"nic": "N/A",
"services": ["Power Conditioning", "Battery Backup"],
"notes": "2000W UPS"
},
{
"id": "usw-pro-max-48",
"name": "UniFi USW Pro Max 48",
"startU": 12,
"heightU": 1,
"cpu": "Managed Switch ASIC",
"ram": "N/A",
"storage": "N/A",
"nic": "48 x Ethernet Ports + Uplinks",
"services": ["Switching", "VLANs"],
"notes": "Core switch"
},
{
"id": "patch-panel",
"name": "Patch Panel",
"startU": 13,
"heightU": 1,
"cpu": "N/A",
"ram": "N/A",
"storage": "N/A",
"nic": "Physical patch connections",
"services": ["Cable Management"],
"notes": "Structured cabling"
},
{
"id": "ucg-fiber",
"name": "UniFi Cloud Gateway Ultra (Fiber)",
"startU": 14,
"heightU": 1,
"cpu": "Quad-Core ARM Cortex-A53",
"ram": "4 GB",
"storage": "16 GB eMMC",
"nic": "2 x 10G SFP+, 1 x 10G WAN/LAN, 4 x 2.5G LAN",
"services": ["Routing", "Firewall", "VPN", "UniFi Network Controller"],
"notes": "Internet Speed: 5Gbps UP | 5Gbps DOWN | Throughput 10Gbps"
},
{
"id": "backup-nas",
"name": "Backup NAS",
"startU": 15,
"heightU": 2,
"cpu": "N/A",
"ram": "N/A",
"storage": "32 TB raw (RAID10 usable ~16 TB) + 2 x 500 GB NVMe (RAID1)",
"nic": "2 x 2.5 Gbps",
"services": ["Backups", "Storage"],
"notes": "RAID10 array for redundancy and performance"
}
]
}