Implement audit enrichments, TUI workflows, and production ISO scaffold
This commit is contained in:
@@ -28,6 +28,11 @@ func Run() schema.HardwareIngestRequest {
|
||||
snap.Memory = collectMemory()
|
||||
snap.Storage = collectStorage()
|
||||
snap.PCIeDevices = collectPCIe()
|
||||
snap.PCIeDevices = enrichPCIeWithNVIDIA(snap.PCIeDevices, snap.Board.SerialNumber)
|
||||
snap.PCIeDevices = enrichPCIeWithMellanox(snap.PCIeDevices)
|
||||
snap.PCIeDevices = enrichPCIeWithNICTelemetry(snap.PCIeDevices)
|
||||
snap.Storage = enrichStorageWithVROC(snap.Storage, snap.PCIeDevices)
|
||||
snap.Storage = appendUniqueStorage(snap.Storage, collectRAIDStorage(snap.PCIeDevices))
|
||||
snap.PowerSupplies = collectPSUs()
|
||||
|
||||
// remaining collectors added in steps 1.8 – 1.10
|
||||
|
||||
Reference in New Issue
Block a user