We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/voxpupuli/beaker-vagrant/blob/master/lib/beaker/hypervisor/vagrant_libvirt.rb#L36 causes hack_etc_hosts to mangle the /etc/hosts file.
hack_etc_hosts
/etc/hosts
The text was updated successfully, but these errors were encountered:
@ekohl Can we revert your libvirt changes? They broke pretty much everything about multi-node testing with libvirt.
Sorry, something went wrong.
Remove set_host_default from vagrant_libvirt
1cfbdcd
The previous change broke the proper update of /etc/hosts by beaker which, in turn, broke multi-node testing. Fixes: voxpupuli#49
I added a PR that fixes the issue
@genebean and/or @bastelfreak You up for taking a look at this? Multi-node is broken in libvirt until the PR can go through.
1cfc4b6
trevor-vaughan
Successfully merging a pull request may close this issue.
https://github.com/voxpupuli/beaker-vagrant/blob/master/lib/beaker/hypervisor/vagrant_libvirt.rb#L36 causes
hack_etc_hosts
to mangle the/etc/hosts
file.The text was updated successfully, but these errors were encountered: