Bug 1914364

Summary: Error on bootstrap stage running installer with kuryr
Product: OpenShift Container Platform Reporter: rlobillo
Component: InstallerAssignee: 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.7Keywords: 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 Flags
installation_IPI_Kuryr_4.7.0-0.nightly-2021-01-08-081037.tgz
none
installation_UPI_Kuryr_4.7.0-0.nightly-2021-01-08-081037.tgz none

Description rlobillo 2021-01-08 16:38:55 UTC
Running  4.7.0-0.nightly-2021-01-08-081037 installer with Kuryr on both OSP16.1 and OSP13 failed.

The same OCP with OpenshiftSDN worked fine.

- Successful installation with UPI + OpenshiftSDN: https://rhos-ci-staging-jenkins.lab.eng.tlv2.redhat.com/job/DFG-osasinfra-shiftstack_ci-ocp_verification-osp16.1-ocp4.6-upi/13/


- logs for unsuccessful installation with UPI + Kuryr on OSP16.1 (log_bundle inside): installation_UPI_Kuryr_4.7.0-0.nightly-2021-01-08-081037.tgz

- logs for unsuccessful installation with IPI + Kuryr on OSP13: installation_IPI_Kuryr_4.7.0-0.nightly-2021-01-08-081037.tgz

Comment 1 rlobillo 2021-01-08 16:40:02 UTC
Created attachment 1745637 [details]
installation_IPI_Kuryr_4.7.0-0.nightly-2021-01-08-081037.tgz

Comment 2 rlobillo 2021-01-08 16:41:10 UTC
Created attachment 1745638 [details]
installation_UPI_Kuryr_4.7.0-0.nightly-2021-01-08-081037.tgz

Comment 5 rlobillo 2021-01-11 14:47:49 UTC
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 ~]$