-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Integrate terraform-libvirt-provider support virtual machine provisioning #68
base: master
Are you sure you want to change the base?
Conversation
First finding: documentation lacks information that libvirt must be present on the provisioning machine, along with instructions how to set this up on Linux / MacOS |
I never said thank you for opening this pull request and I'm sorry about that, because you definitely put a lot of work into it. Unfortunately I have no setup to test this. As many people simply leave for good after submitting a PR, I'm wondering whether you'd want to create a repository with this module yourself and I'd put a section in the README here. What do you think? |
No worries, I know that keeping up with PRs can be very challenging, as is keeping PR branches up to date with origin master. |
6f1c743
to
dd86886
Compare
This pull request adds support for provisioning hobbykube clusters based on KVM / QEMU virtual machines, utilizing terraform-libvirt-provider.
The module is fully functional, reasonably configurable and comes with documentation and example configuration placed in the module directory.
Hopefully others fid it useful.
Feedback is of course highly welcome.