-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ci-operator/step-registry/ipi/deprovision/vsphere: Decompose into sub-steps #7935
ci-operator/step-registry/ipi/deprovision/vsphere: Decompose into sub-steps #7935
Conversation
76bf2a5
to
4b787fb
Compare
4b787fb
to
6aa9753
Compare
ci-operator/step-registry/ipi/deprovision/vsphere/dns/ipi-deprovision-vsphere-dns-ref.yaml
Outdated
Show resolved
Hide resolved
LGTM /assign @patrickdillon |
6aa9753
to
71b2160
Compare
…-steps So we can recycle the vanilla IPI deprovision step without needing to make changes to it (other than using the UPI image to get the vSphere CA certs). This also makes the link between the resource-creating and resource-destroying steps more transparent. Also store the hosted zone ID in a secret so we don't have to look it up again, which lets us simplify the secret loading a bit in the DNS deprovisioning. Remove the ipi-deprovision-vsphere chain, since there's no reason folks would use it instead of the ipi-vsphere-post chain.
71b2160
to
a466b83
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: patrickdillon, wking The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
vsphere rehearsal failed waiting for the Kube API:
So I think we're in a pretty good space here. |
/hold cancel No need, since this pivot. |
/retest Please review the full test history for this PR and help us cut down flakes. |
@wking: Updated the following 2 configmaps:
In 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. |
@wking: 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. 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. I understand the commands that are listed here. |
Builds on #7931; review that first.
So we can recycle the vanilla IPI deprovision step without needing to make changes to it (other than using the UPI image to get the vSphere CA certs). This also makes the link between the resource-creating and resource-destroying steps more transparent.
Also store the hosted zone ID in a secret so we don't have to look it up again, which lets us simplify the secret loading a bit in the DNS deprovisioning.
Remove the ipi-deprovision-vsphere chain, since there's no reason folks would use it instead of the ipi-vsphere-post chain.