overgrowth / infra /bill_of_materials.json
Graham Paasch
feat: SuzieQ drift detection and auto-remediation (Todo #4)
b9fb9ea
Raw
History Blame
877 Bytes
{
"network_name": "network_I_need_a_network_for",
"devices": [
{
"quantity": 1,
"model": "Ubiquiti USW-Pro-24-PoE",
"purpose": "Core switch",
"vendor": "Ubiquiti",
"estimated_cost": 499
},
{
"quantity": 2,
"model": "Ubiquiti U6-Pro",
"purpose": "Wireless Access Points",
"vendor": "Ubiquiti",
"estimated_cost": 358
}
],
"cables": [
{
"type": "Cat6 Ethernet",
"length": "3ft",
"quantity": 10
},
{
"type": "Fiber LC-LC",
"length": "10m",
"quantity": 2
}
],
"accessories": [
{
"name": "42U Server Rack",
"purpose": "Equipment mounting"
},
{
"name": "Console Cable Kit",
"purpose": "Initial configuration"
}
],
"software_licenses": [],
"total_estimated_cost": 2017.0,
"procurement_links": []
}