Skip to content

Commit

Permalink
model/task: update comment and add the FirmwareInstallStep field
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Nov 20, 2023
1 parent 2580861 commit 2c28261
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion internal/model/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ type Action struct {
TaskID string

// BMCTaskID is the task identifier to track a BMC job
// these are returned whent he firmware install is initiated on the BMC.
// these are returned when the firmware is uploaded and is being verified
// or an install was initiated on the BMC .
BMCTaskID string

// Method of install
Expand All @@ -61,6 +62,8 @@ type Action struct {
// Firmware to be installed, this is set in the Task Plan phase.
Firmware Firmware

FirmwareInstallStep string

// FirwareTempFile is the temporary file downloaded to be installed.
//
// This is declared once the firmware file has been downloaded for install.
Expand Down

0 comments on commit 2c28261

Please sign in to comment.