-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add automated tests for this repo #80
Comments
I'm working on this in the
Next steps may be to try to run libvirt manually on an ec2 instance. |
Or possibly try a metal machine if nested virtualization is not supported on non-metal aws ec2 instances. |
AWS doesn't have great documentation on nested virualization, but after extensive searching it appears it is only available on bare-metal ec2 instances (https://github.com/aws-samples/aws-bare-metal-kvm-demo). The cheapest metal machine that might be suitable is m5zn.metal at $0.8113 per hour for a spot instance currently. Digital Ocean doesn't recommend nested virtualization (https://www.digitalocean.com/community/questions/does-digitalocean-support-kvm-or-nested-virtulzation) GCP does allow nested virtualization with some setup (https://cloud.google.com/compute/docs/instances/nested-virtualization/overview) There are reports of unofficial support for nested virualization with KVM on Azure. (https://www.brianlinkletter.com/2018/06/create-a-nested-virtual-machine-in-a-microsoft-azure-linux-vm/ or https://blog.nillsf.com/index.php/2020/03/24/creating-nested-vm-using-kvm-on-azure/) |
I'm trying to get libvirt using KVM running on Google Compute Engine. I followed this tutorial but was unsuccessful: https://joachim8675309.medium.com/devops-box-vagrant-with-kvm-d7344e79322c. |
I recently went to do some work on this repo and found 2 unrelated issues that needed to be debugged and solved first. We should set up an automated test to run at least weekly to catch these issues as they occur for easier debugging, and also as part of good development practice.
As a first pass, I'd propose just deploying the Vagrant vms which are in the tests folder successfully as the test. We'll likely need to use CIrun in order to have a machine large enough to deploy the vms (requires 16 gb of ram just for vm's, though we could likely lower that a bit)
The text was updated successfully, but these errors were encountered: