Bug 1970270
| Summary: | [master] Add ProgressInfo to Agent and AgentClusterInstalll CRDs | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Fred Rolland <frolland> | |
| Component: | assisted-installer | Assignee: | Fred Rolland <frolland> | |
| assisted-installer sub component: | assisted-service | QA Contact: | Yuri Obshansky <yobshans> | |
| Status: | CLOSED ERRATA | Docs Contact: | ||
| Severity: | high | |||
| Priority: | high | CC: | aos-bugs, nshidlin | |
| Version: | 4.8 | Keywords: | Triaged | |
| Target Milestone: | --- | |||
| Target Release: | 4.9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | KNI-EDGE-JUKE-4.8 AI-Team-Hive | |||
| Fixed In Version: | Doc Type: | No Doc Update | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1970271 (view as bug list) | Environment: | ||
| Last Closed: | 2021-10-18 17:33:33 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1970271 | |||
*** Bug 1968178 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:3759 |
Description of problem: In order to be able to easily know in which stage the installation is, the ProgressInfo should be available in the Agent and AgentClusterInstall CRDs For example for host: type HostProgressInfo struct { CurrentStage models.HostStage `json:"currentStage,omitempty"` ProgressInfo string `json:"progressInfo,omitempty"` // Name in REST API: stage_started_at StageStartTime string `json:"stageStartTime,omitempty"` // Name in REST API: stage_updated_at StageUpdateTime string `json:"stageUpdateTime,omitempty"` }