-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Bug 1753032: cluster-launch-installer-upi-e2e: vsphere upi: Add bootstrap gather #5060
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
Bug 1753032: cluster-launch-installer-upi-e2e: vsphere upi: Add bootstrap gather #5060
Conversation
|
/test e2e-vsphere |
- Gathers the bootstrap and control plane ip address to set GATHER_BOOTSTRAP_ARGS
57f686b to
d5f41b3
Compare
|
@jcpowermac: This pull request references Bugzilla bug 1753032, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/hold cancel |
| wait "$!" | ||
| # find bootstrap ip | ||
| BOOTSTRAP_IP=$(terraform state show 'module.bootstrap.external.ip_address' | grep ip_address | awk '{print $3}') |
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.
You have jq in this container; I'd prefer that over grep and awk. But I like using ... state show ... too. Looks like new Terraforms support -json since v0.12.0. Can we bump our current 0.11.11 pin to pick up a newer Terraform and use that?
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.
Ah, a bump to v0.12.0 is in-flight, but it's complicated (openshift/installer#2057). We'll circle back to this once we get that landed.
/lgtm
|
@jcpowermac: 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcpowermac, wking 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 |
|
@jcpowermac: 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. |
|
@jcpowermac: All pull requests linked via external trackers have merged. Bugzilla bug 1753032 has been moved to the MODIFIED state. 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. |
/hold