Initial commit: add .gitignore and README
Some checks failed
CI / lint-and-test (push) Has been cancelled

This commit is contained in:
defiQUG
2026-02-09 21:51:50 -08:00
commit 93df3c8c20
116 changed files with 10080 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"category":"gpu","name":"GPU inspection","steps":[{"id":"board_id","label":"Board ID","required":true}]}

View File

@@ -0,0 +1 @@
{"category":"memory","name":"Memory inspection","steps":[{"id":"memtest","label":"Memtest pass","required":true}]}

View File

@@ -0,0 +1,9 @@
{
"category": "nic",
"name": "NIC inspection",
"steps": [
{ "id": "pci_id", "label": "PCI IDs", "required": true },
{ "id": "firmware", "label": "Firmware version", "required": false },
{ "id": "link_test", "label": "Link test", "required": true }
]
}

View File

@@ -0,0 +1 @@
{"category":"server","name":"Server inspection","steps":[{"id":"chassis","label":"Chassis condition","required":true},{"id":"service_tag","label":"Service tag verified","required":true}]}

View File

@@ -0,0 +1,67 @@
[
{
"id": "ml110",
"category": "server",
"model": "HPE ProLiant ML110",
"role": "Core services / management / utility workloads",
"formFactor": "Tower / rack-convertible",
"status": "running",
"quantity": "TBD",
"notes": "Suitable for control-plane services, monitoring, identity, light virtualization"
},
{
"id": "r630",
"category": "server",
"model": "Dell PowerEdge R630",
"role": "General compute / virtualization / legacy workloads",
"formFactor": "1U rackmount",
"status": "running",
"quantity": "TBD",
"notes": "Ideal for Proxmox clusters, utility VMs, staging environments"
},
{
"id": "udm-pro",
"category": "network",
"model": "UniFi Dream Machine Pro",
"role": "Edge gateway, UniFi OS controller, firewall",
"status": "running",
"quantity": "TBD",
"notes": "Per-site edge control; candidate for per-sovereign controller domains"
},
{
"id": "unifi-xg",
"category": "network",
"model": "UniFi XG Switches",
"role": "High-throughput aggregation / core switching",
"status": "running",
"quantity": "TBD",
"notes": "10G/25G backbone for compute and storage traffic"
},
{
"id": "spectrum-modem",
"category": "network",
"model": "Spectrum Business Cable Modem",
"role": "Primary or secondary WAN connectivity",
"status": "installed",
"quantity": "TBD",
"notes": "Business-class internet; typically paired with UDM Pro"
},
{
"id": "apc-cabinet",
"category": "rack",
"model": "APC Equipment Cabinet",
"role": "Secure rack enclosure",
"status": "installed",
"quantity": "TBD",
"notes": "Houses compute, network, and power equipment"
},
{
"id": "apc-ups",
"category": "power",
"model": "APC UPS",
"role": "Power conditioning and battery backup",
"status": "installed",
"quantity": "TBD",
"notes": "Runtime and load to be captured per site for capacity planning"
}
]