Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bmc/bmc.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ type SystemInfo struct {
SerialNumber string
SKU string
IndicatorLED string
BIOSVersion string
}

// Manager represents the manager information.
Expand Down
1 change: 1 addition & 0 deletions bmc/redfish.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ func (r *RedfishBMC) GetSystemInfo(ctx context.Context, systemURI string) (Syste
SKU: system.SKU,
IndicatorLED: string(system.IndicatorLED),
TotalSystemMemory: quantity,
BIOSVersion: system.BIOSVersion,
}, nil
}

Expand Down
Loading
Loading