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
We hard-code the IP address, among other things, so these kind of collisions will cause all kinds of hard-to-diagnose issues.
The text was updated successfully, but these errors were encountered:
vagrant global-status provides us everything we need:
vagrant global-status
id name provider state directory ------------------------------------------------------------------------------------------------------------------ e176eb1 valkyrie virtualbox poweroff /home/ergonlogic/vagrant/projects/13 0bed096 valkyrie virtualbox poweroff /home/ergonlogic/vagrant/projects/15 2892219 valkyrie virtualbox running /home/ergonlogic/vagrant/projects/rel0
Unfortunately, it doesn't yet implement the --machine-readable option: hashicorp/vagrant#4097
--machine-readable
Still, it should be pretty easy to parse that, and loop over running VMs named 'valkyrie'.
Sorry, something went wrong.
This should probably happen in a pre-up hook.
up
Marking as postponed. We could work on that upstream issue, if we really want to push this forward.
ergonlogic
No branches or pull requests
We hard-code the IP address, among other things, so these kind of collisions will cause all kinds of hard-to-diagnose issues.
The text was updated successfully, but these errors were encountered: