Bug 1914364
| Summary: | Error on bootstrap stage running installer with kuryr | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | rlobillo | ||||||
| Component: | Installer | Assignee: | Eric Duen <eduen> | ||||||
| Installer sub component: | OpenShift on OpenStack | QA Contact: | weiwei jiang <wjiang> | ||||||
| Status: | CLOSED CURRENTRELEASE | Docs Contact: | |||||||
| Severity: | unspecified | ||||||||
| Priority: | unspecified | CC: | gcheresh, mifiedle | ||||||
| Version: | 4.7 | Keywords: | TestBlocker | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2021-01-11 14:47:49 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: | 1904973 | ||||||||
| Attachments: |
|
||||||||
|
Description
rlobillo
2021-01-08 16:38:55 UTC
Created attachment 1745637 [details]
installation_IPI_Kuryr_4.7.0-0.nightly-2021-01-08-081037.tgz
Created attachment 1745638 [details]
installation_UPI_Kuryr_4.7.0-0.nightly-2021-01-08-081037.tgz
Issue is fixed on latest nightly 4.7.0-0.nightly-2021-01-10-070949 Installation runs 3 times in a row and all installations succeeded. [stack@undercloud-0 ~]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.7.0-0.nightly-2021-01-10-070949 True False 51m Cluster version is 4.7.0-0.nightly-2021-01-10-070949 [stack@undercloud-0 ~]$ grep "Time elapsed per stage" ostest/.openshift_install.log -A 6 time="2021-01-11T04:59:11-05:00" level=debug msg="Time elapsed per stage:" time="2021-01-11T04:59:11-05:00" level=debug msg=" Infrastructure: 2m26s" time="2021-01-11T04:59:11-05:00" level=debug msg="Bootstrap Complete: 14m5s" time="2021-01-11T04:59:11-05:00" level=debug msg=" API: 2m0s" time="2021-01-11T04:59:11-05:00" level=debug msg=" Bootstrap Destroy: 44s" time="2021-01-11T04:59:11-05:00" level=debug msg=" Cluster Operators: 25m29s" time="2021-01-11T04:59:11-05:00" level=info msg="Time elapsed: 43m38s" -- time="2021-01-11T06:59:14-05:00" level=debug msg="Time elapsed per stage:" time="2021-01-11T06:59:14-05:00" level=debug msg=" Infrastructure: 2m30s" time="2021-01-11T06:59:14-05:00" level=debug msg="Bootstrap Complete: 15m46s" time="2021-01-11T06:59:14-05:00" level=debug msg=" API: 2m45s" time="2021-01-11T06:59:14-05:00" level=debug msg=" Bootstrap Destroy: 44s" time="2021-01-11T06:59:14-05:00" level=debug msg=" Cluster Operators: 18m18s" time="2021-01-11T06:59:14-05:00" level=info msg="Time elapsed: 38m8s" -- time="2021-01-11T08:53:49-05:00" level=debug msg="Time elapsed per stage:" time="2021-01-11T08:53:49-05:00" level=debug msg=" Infrastructure: 2m37s" time="2021-01-11T08:53:49-05:00" level=debug msg="Bootstrap Complete: 15m15s" time="2021-01-11T08:53:49-05:00" level=debug msg=" API: 2m27s" time="2021-01-11T08:53:49-05:00" level=debug msg=" Bootstrap Destroy: 45s" time="2021-01-11T08:53:49-05:00" level=debug msg=" Cluster Operators: 20m36s" time="2021-01-11T08:53:49-05:00" level=info msg="Time elapsed: 40m12s" [stack@undercloud-0 ~]$ |