-
Notifications
You must be signed in to change notification settings - Fork 87
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
Issue with published sandbox libvirt bootstrap image #62
Comments
Thank you for reporting this issue. This is the script we use to build the baseimage https://github.com/tinkerbell/sandbox/tree/master/deploy/vagrant/basebox do you mind validating it, please? Ideally, we should install libvirt side by side in the Github self-hosted runner and we can run the vagrant test suite twice, once on libvirt and another one with Virtualbox. I think we can pilot this setting the default provider when running |
I tried building a box locally using the basebox configuration in tree, but ended up with a box that would not successfully ssh. I didn't troubleshoot any further, though. |
Solved by @mmlb and @nshalman #81 Thanks a lot |
https://app.vagrantup.com/tinkerbelloss/boxes/sandbox-ubuntu1804/versions/0.2.0 exist now as a fix for #59 and #62. Signed-off-by: Manuel Mendez <[email protected]>
https://app.vagrantup.com/tinkerbelloss/boxes/sandbox-ubuntu1804/versions/0.2.0 exist now as a fix for tinkerbell#59 and tinkerbell#62. Signed-off-by: Manuel Mendez <[email protected]>
Expected Behaviour
Should be able to run vagrant up with the libvirt provisioner
Current Behaviour
Provisioning with vagrant/libvirt fails
With the currently published bootstrap boxes, it appears that the libvirt box has a 0 byte file for
/usr/local/bin/docker-compose
instead of the expected docker-compose binary.Possible Solution
Publish an updated bootstrap image for libvirt that does not have a 0 byte file for
/usr/local/bin/docker-compose
Steps to Reproduce (for bugs)
Your Environment
Operating System and version (e.g. Linux, Windows, MacOS): Linux/Fedora 33
How are you running Tinkerbell? Using Vagrant & Libvirt
The text was updated successfully, but these errors were encountered: