-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add VSphere IPI e2e steps #7586
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
Add VSphere IPI e2e steps #7586
Conversation
35441f6 to
0ac8acf
Compare
0ac8acf to
65f5a97
Compare
30d71aa to
ee10718
Compare
|
/test pj-rehearse |
5c6d1ec to
e0fa706
Compare
|
/test pj-rehearse |
19f52bd to
4a71175
Compare
ci-operator/step-registry/ipi/conf/vsphere/dns/ipi-conf-vsphere-dns-commands.sh
Outdated
Show resolved
Hide resolved
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.
I'd rather extract this from a mounted secret (/var/run/secrets/...), instead of hard-coding it in two separate steps.
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.
What about a BASE_DOMAIN envvar set in the job?
ci-operator/step-registry/ipi/install/install/ipi-install-install-commands.sh
Outdated
Show resolved
Hide resolved
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.
should be move towards openshift/installer#3292 ?
ci-operator/step-registry/ipi/conf/vsphere/dns/ipi-conf-vsphere-dns-ref.yaml
Outdated
Show resolved
Hide resolved
ci-operator/step-registry/ipi/conf/vsphere/ipi-conf-vsphere-chain.yaml
Outdated
Show resolved
Hide resolved
ci-operator/step-registry/ipi/conf/vsphere/vips/ipi-conf-vsphere-vips-ref.yaml
Outdated
Show resolved
Hide resolved
ci-operator/step-registry/origin/e2e/vsphere/origin-e2e-vsphere-workflow.yaml
Outdated
Show resolved
Hide resolved
9579306 to
aaecbc2
Compare
|
/test pj-rehearse |
83d17b9 to
33e99dc
Compare
- pre steps: reserve IPS set up DNS records in route53 write install-config - install/test: install using upi image in order to include CA cert test - teardown cluster teardown release vips delete DNS records
Note that this job is currently named e2e-vsphere-steps. The intention is to name it e2e-vsphere, which is currently the name of the upi job. Renaming this job and the upi job will be handled in a separate commit.
33e99dc to
9883317
Compare
|
@patrickdillon: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, patrickdillon 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 |
|
@patrickdillon: Updated the following 9 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. |
The ref was born in fa871a1 (Add VSphere IPI e2e steps, 2020-03-23, openshift#7586) so it could use the upi-installer image to work with a self-signed certificate. But vSphere installation hasn't required that since fe3ea6a (vSphere: remove the use of upi-installer image; which will prepare for upgrade testing, 2020-10-12, openshift#12725). Remove the vSphere-specific step and point consumers at the generic step instead. Same for the deprovision step.
Adds vSphere IPI e2e tests. Depends on openshift/installer#3327.
Also related is #7560. This could be merged first and #7560 updated.
Updates installer presubmit job