Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

'landrush' plugin support #98

Closed
dkushnikov opened this issue Mar 16, 2014 · 5 comments
Closed

'landrush' plugin support #98

dkushnikov opened this issue Mar 16, 2014 · 5 comments
Assignees

Comments

@dkushnikov
Copy link

~/.vagrant.d/gems/gems/landrush-0.10.0/lib/landrush/action/common.rb:36:in `block in provider': The landrush plugin does not support the VagrantPlugins::Parallels::Provider provider yet! (RuntimeError)

@legal90
Copy link
Collaborator

legal90 commented Mar 16, 2014

Ok, thanks for a report. I will take a look at this.

@knazarov
Copy link
Contributor

@legal90 do they spin off a VM for this?

@legal90 legal90 self-assigned this Mar 17, 2014
@legal90
Copy link
Collaborator

legal90 commented Mar 18, 2014

@racktear, no, 'landrush' runs a small DNS server on the host machine.

I'm working on the Parallels provider support there. Seems like I should implement the method which will determine the IP of 'Shared' interface on the host machine. Perhaps, I will do it using "provider capability" (like a public_address for a guest's IP)

@legal90
Copy link
Collaborator

legal90 commented Mar 20, 2014

So, I've done my part of this deal:

  1. Implemented host_address provider capability (dbbe94e), which is included to v1.0.3
  2. Sent a PR to the 'landrush': Parallels provider support vagrant-landrush/landrush#42

@legal90
Copy link
Collaborator

legal90 commented Mar 25, 2014

So, the maintainer of landrush has merged my pull request and now this plugin is compatible with Parallels provider (since landrush v0.12.0)

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants