e2e-vsphere: use vm template built from ova#3591
e2e-vsphere: use vm template built from ova#3591openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
/hold This requires openshift/installer#1673 in order for the rhcos.json file to be present in the UPI installer image. |
|
/test pj-rehearse |
|
/lgtm |
9c7f882 to
ae38706
Compare
2a3b513 to
b0868d3
Compare
b0868d3 to
5dd024f
Compare
Instead of using a pre-existing VM template in the vSphere cluster, create a new VM template using the OVA referenced in rhcos.json. This will use the boot image appropriate for the installer being tested.
5dd024f to
77743c1
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dav1x, staebler, vrutkovs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test pj-rehearse |
|
/test pj-rehearse |
2 similar comments
|
/test pj-rehearse |
|
/test pj-rehearse |
/test pj-rehearse |
seems to flake often on vsphere tests, cc @openshift/sig-networking |
|
/test pj-rehearse |
|
vsphere test passes |
|
@staebler: Updated the following 2 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
That error appears to come from cri-o. The problem might not be sdn-specific, it's just that it's coming from a worker node, and sdn is one of the first things that gets deployed to the workers after they're brought up (since most other pods either (a) only schedule to masters, or (b) require pod networking to be ready before they run). The only noticeably odd thing I see in either the sdn or node logs is the fact that the nodes are being brought up with an incorrect system time, which then gets fixed when chrony starts: (In particular, this means that |
|
The timecube strikes again. |
Instead of using a pre-existing VM template in the vSphere cluster, create a new VM template using the OVA referenced in rhcos.json. This will use the boot image appropriate for the installer being tested.