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

Add support for vagrant-parallels provider to Vagrantfile #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

knazarov
Copy link

The provider allows to use vagrant with Parallels Desktop.
This is because people are asking for it:
Parallels/vagrant-parallels#84

The provider allows to use vagrant with Parallels Desktop.
This is because people are asking for it:
Parallels/vagrant-parallels#84
@Analect
Copy link

Analect commented Feb 26, 2014

@racktear ... as per thread on vagrant-parallels, this appears to work (in terms of launching the VM and running chef command to load various packages).. although as per the instruction in the readme to this repo, on completion, various ports should be forwarded from the VM back to the localhost, including 8888 to access iPython Notebooks in the browser. That is not happening. I'm wondering if port-forwarding in the Vagrantfile is handled properly by vagrant-parallels plugin, or if some other tweaking is needed? Any suggestions? Thanks

@knazarov
Copy link
Author

@Analect unfortunately, port forwarding is not yet supported in vagrant-parallels. This is due to limitation of command-line tools in Parallels Desktop. Either you need to connect to the machine directly by its IP address, or set up port forwarding from Parallels Desktop GUI

@knazarov
Copy link
Author

@Analect Preferences->Advanced->Network: Change Settings

@Analect
Copy link

Analect commented Feb 26, 2014

@racktear: that manual approach worked for now. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants