Implement the full architectural plan: unified ingest.Service entry point for archive and Redfish payloads, modular redfishprofile package with composable profiles (generic, ami-family, msi, supermicro, dell, hgx-topology), score-based profile matching with fallback expansion mode, and profile-driven acquisition/analysis plans. Vendor-specific logic moved out of common executors and into profile hooks. GPU chassis lookup strategies and known storage recovery collections (IntelVROC/HA-RAID/MRVL) now live in ResolvedAnalysisPlan, populated by profiles at analysis time. Replay helpers read from the plan; no hardcoded path lists remain in generic code. Also splits redfish_replay.go into domain modules (gpu, storage, inventory, fru, profiles) and adds full fixture/matcher/directive test coverage including Dell, AMI, unknown-vendor fallback, and deterministic ordering. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"ServiceRootVendor": "AMI",
|
|
"ServiceRootProduct": "AMI Redfish Server",
|
|
"SystemManufacturer": "Micro-Star International Co., Ltd.",
|
|
"SystemModel": "CG290-S3063",
|
|
"SystemSKU": "S3063G290RAU4",
|
|
"ChassisManufacturer": "NVIDIA",
|
|
"ChassisModel": "",
|
|
"ManagerManufacturer": "",
|
|
"OEMNamespaces": ["Ami"],
|
|
"ResourceHints": [
|
|
"/redfish/v1/Chassis/GPU1",
|
|
"/redfish/v1/Chassis/GPU1/NetworkAdapters",
|
|
"/redfish/v1/Chassis/GPU1/Sensors",
|
|
"/redfish/v1/Chassis/GPU1/Sensors/GPU1_Power",
|
|
"/redfish/v1/Chassis/GPU1/Sensors/GPU1_TLimit",
|
|
"/redfish/v1/Chassis/GPU1/Sensors/GPU1_Temperature",
|
|
"/redfish/v1/Chassis/GPU2",
|
|
"/redfish/v1/Chassis/GPU2/NetworkAdapters",
|
|
"/redfish/v1/Chassis/GPU2/Sensors",
|
|
"/redfish/v1/Chassis/GPU2/Sensors/GPU2_Power",
|
|
"/redfish/v1/Chassis/GPU2/Sensors/GPU2_TLimit",
|
|
"/redfish/v1/Chassis/GPU2/Sensors/GPU2_Temperature",
|
|
"/redfish/v1/Chassis/GPU3",
|
|
"/redfish/v1/Chassis/GPU3/NetworkAdapters",
|
|
"/redfish/v1/Chassis/GPU3/Sensors",
|
|
"/redfish/v1/Chassis/GPU3/Sensors/GPU3_Power",
|
|
"/redfish/v1/Chassis/GPU3/Sensors/GPU3_TLimit",
|
|
"/redfish/v1/Chassis/GPU3/Sensors/GPU3_Temperature",
|
|
"/redfish/v1/Chassis/GPU4",
|
|
"/redfish/v1/Chassis/GPU4/NetworkAdapters"
|
|
]
|
|
}
|