Bug 1972526
| Summary: | [4.8.0] clusterDeployments controller should send an event to InfraEnv for backend cluster registration | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Michael Filanov <mfilanov> |
| Component: | assisted-installer | Assignee: | Nir Magnezi <nmagnezi> |
| assisted-installer sub component: | assisted-service | QA Contact: | Yuri Obshansky <yobshans> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | aos-bugs, nmagnezi, nshidlin |
| Version: | 4.8 | Keywords: | Triaged |
| Target Milestone: | --- | ||
| Target Release: | 4.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | AI-Team-Hive KNI-EDGE-4.8 | ||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1972525 | Environment: | |
| Last Closed: | 2021-07-27 23:12:54 UTC | Type: | --- |
| 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: | 1972525 | ||
| Bug Blocks: | |||
|
Description
Michael Filanov
2021-06-16 06:48:34 UTC
this bug doesn't block OCP4.8.0 -release - the fix will be delivered the the ACM channel on the AI-operator add verified then Verified with 2.3.0-DOWNSTREAM-2021-07-02-22-02-33 Infraenv isodownloadurl and createdtime with original agentclusterinstall: oc get infraenvs.agent-install.openshift.io sno-0 -o json | jq '.status.isoDownloadURL, .status.createdTime' "https://assisted-service-rhacm.apps.ocp-edge-cluster-assisted-0.qe.lab.redhat.com/api/assisted-install/v1/clusters/8ef139b8-1056-4d42-bc23-60760902f0bb/downloads/image?api_key=eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJjbHVzdGVyX2lkIjoiOGVmMTM5YjgtMTA1Ni00ZDQyLWJjMjMtNjA3NjA5MDJmMGJiIn0.i3e1TPw6J9IvWtNu4KxVpNeQYdjBAQZVwoSJjbiAZA3u3jHkg-0dD2p8YK3J4XptkyVu4SP145ocbJKNuCgVuQ" "2021-07-06T06:39:17Z" clusterid changes in isodownloadurl to new clusterid and the createdtime changes accordingly after deleting and recreating the agent cluster install: oc get infraenvs.agent-install.openshift.io sno-0 -o json | jq '.status.isoDownloadURL, .status.createdTime' "https://assisted-service-rhacm.apps.ocp-edge-cluster-assisted-0.qe.lab.redhat.com/api/assisted-install/v1/clusters/d9b1678f-42da-4329-afaf-1be3d89ef8a7/downloads/image?api_key=eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJjbHVzdGVyX2lkIjoiZDliMTY3OGYtNDJkYS00MzI5LWFmYWYtMWJlM2Q4OWVmOGE3In0.lqvv5cjAaq1RJp5UDoADeteur85zhKTXJGYS1H5TrJvKGPqqHMNBp-gCQiYsnhEEv8NLaRlEzgh0H0V4z_0YRw" "2021-07-06T06:57:04Z" log in assisted service reflecting the ISO change: time="2021-07-06T06:57:05Z" level=info msg="ISODownloadURL changed from https://assisted-service-rhacm.apps.ocp-edge-cluster-assisted-0.qe.lab.redhat.com/api/assisted-insta$ l/v1/clusters/8ef139b8-1056-4d42-bc23-60760902f0bb/downloads/image?api_key=eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJjbHVzdGVyX2lkIjoiOGVmMTM5YjgtMTA1Ni00ZDQyLWJjMjMtNjA3NjA5M DJmMGJiIn0.i3e1TPw6J9IvWtNu4KxVpNeQYdjBAQZVwoSJjbiAZA3u3jHkg-0dD2p8YK3J4XptkyVu4SP145ocbJKNuCgVuQ to https://assisted-service-rhacm.apps.ocp-edge-cluster-assisted-0.qe.lab.r edhat.com/api/assisted-install/v1/clusters/d9b1678f-42da-4329-afaf-1be3d89ef8a7/downloads/image?api_key=eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJjbHVzdGVyX2lkIjoiZDliMTY3OGY$ NDJkYS00MzI5LWFmYWYtMWJlM2Q4OWVmOGE3In0.lqvv5cjAaq1RJp5UDoADeteur85zhKTXJGYS1H5TrJvKGPqqHMNBp-gCQiYsnhEEv8NLaRlEzgh0H0V4z_0YRw" func="github.com/openshift/assisted-service/i nternal/controller/controllers.(*InfraEnvReconciler).updateEnsureISOSuccess" file="/remote-source/assisted-service/app/internal/controller/controllers/infraenv_controller.go :328" go-id=828 infra_env=sno-0 infra_env_namespace=sno-0 request_id=de83e8c9-1a6f-46fd-868a-e48ab79b3b93 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.8.2 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:2438 |