-
Notifications
You must be signed in to change notification settings - Fork 2.1k
e2e-vsphere: use vm template built from ova #3591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e2e-vsphere: use vm template built from ova #3591
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 |
ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml
Outdated
Show resolved
Hide resolved
9c7f882 to
ae38706
Compare
ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml
Outdated
Show resolved
Hide resolved
ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml
Outdated
Show resolved
Hide resolved
2a3b513 to
b0868d3
Compare
ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml
Outdated
Show resolved
Hide resolved
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
vrutkovs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[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.