Skip to content
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

libvirt provisioning provider is prone to indefinite hang ("Waiting for domain IP address"); replace with fully static IP addr assignment on all interfaces #158

Closed
ssenator opened this issue Jul 21, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@ssenator
Copy link
Collaborator

ssenator commented Jul 21, 2020

an example claimed to address this: https://gist.github.com/skamithi/a06f58abb07e7b8e15bb
libvirt parameters: https://github.com/vagrant-libvirt/vagrant-libvirt
note that simply setting :libvirt__dhcp_enabled => false fails with underlying provisioning errors re- network creation
another possibly working example: https://app.vagrantup.com/deargle/boxes/security-onion
use-case/example: https://codingpackets.com/blog/using-the-libvirt-provider-with-vagrant/

@ssenator
Copy link
Collaborator Author

ssenator commented Aug 9, 2020

This is partially addressed by implementing timeout wrappers within the Makefile, addressing the 'infinite hang' portion of the symptom. The infinite has been reduced to the TIMEOUT value specifiable in a configuration flag or the cluster/common/Makefile.

@ssenator ssenator closed this as completed Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant