-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
modules/libvirt/bootstrap: Pull libvirt bootstrap setup into a module #220
modules/libvirt/bootstrap: Pull libvirt bootstrap setup into a module #220
Conversation
This will make it easier to move into the existing infra step. The module source syntax used in the README is documented in [1,2,3], and means "the modules/libvirt/bootstrap subdirectory of the github.com/openshift/installer repository cloned over HTTPS". [1]: https://www.terraform.io/docs/configuration/modules.html#source [2]: https://www.terraform.io/docs/modules/sources.html#github [3]: https://www.terraform.io/docs/modules/sources.html#modules-in-package-sub-directories
a51d628
to
67af0ec
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crawford, 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 |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Now that openshift/release#1449 has landed. |
/retest |
/hold In local testing I'm having some trouble getting the workers up:
It might be just an image-pulling-bandwidth issue; I'll try again with a longer timeout. |
/hold cancel Giving it more time did the trick. |
This will make it easier to move into the existing infra step (like #217, but for libvirt).
The module source syntax used in the README is documented here, here, and here, and means "the modules/libvirt/bootstrap subdirectory of the github.com/openshift/installer repository cloned over HTTPS".