Initial commit: add .gitignore and README
Some checks failed
CI / lint-and-test (push) Has been cancelled
Some checks failed
CI / lint-and-test (push) Has been cancelled
This commit is contained in:
1
data/inspection-checklists/gpus.json
Normal file
1
data/inspection-checklists/gpus.json
Normal file
@@ -0,0 +1 @@
|
||||
{"category":"gpu","name":"GPU inspection","steps":[{"id":"board_id","label":"Board ID","required":true}]}
|
||||
1
data/inspection-checklists/memory.json
Normal file
1
data/inspection-checklists/memory.json
Normal file
@@ -0,0 +1 @@
|
||||
{"category":"memory","name":"Memory inspection","steps":[{"id":"memtest","label":"Memtest pass","required":true}]}
|
||||
9
data/inspection-checklists/nics.json
Normal file
9
data/inspection-checklists/nics.json
Normal 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 }
|
||||
]
|
||||
}
|
||||
1
data/inspection-checklists/servers.json
Normal file
1
data/inspection-checklists/servers.json
Normal 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}]}
|
||||
67
data/operational-baseline-hardware.json
Normal file
67
data/operational-baseline-hardware.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user