You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a good question.
Vagrant use the commande line "VBoxManage".
It's not possible to do that (not easily) because the "Cloudify Manager" is deployed on a VM, and the "Cloudify Manager" creates the other VM.
So this Manager needs to manipulate VirtualBox, which is not installed on the VM but on the Host.
Another solution is to create a SSH server on the Host, so the Manager can call the VBoxManage command on the Host. But install a SSH server is not easier than starting the VirtualBox WebService, and will not work easily on Windows Host.
Another solution is to create the Manager on the Host (not on a VM) but it comes with a lot of problems.
Hello,
Thanks for the help today.
I am still having trouble with booting it up but guess I just need to spend more time on it.
Here is a quick question: is that possible to not use vbox web service? How does Vagrant do it?
The text was updated successfully, but these errors were encountered: