-
Notifications
You must be signed in to change notification settings - Fork 30
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
vagrant plugin post install conflict with rackspace provider #54
Comments
Hmm, that's weird. Mind sharing your whole Vagrantfile? |
not sharing the whole file as it has about 10 hosts in the all the same as this one. config.vm.define :GUESTNAME do |GUESTNAME|
end Dont see the problem with libvirt and this plugin. i was going to the say it was a RS plugin issue. |
This is this vagrant 1.7.4, right? And does it make a difference if you add a |
Looks like the symptoms you are seeing (i.e. "No host IP was given to the Vagrant core NFS helper") happen with other plugins as well, eg. with vagrant-aws. Maybe this helps as a workaround? |
Some more references to this issue from vagrant-rackspace and vagrant-google plugin here: Maybe we have to use the |
yes thanks I will give that a a try. GUESTNAME,vm.provider :rackspace do |rs, override| |
In the example below the managed-servers plugin is not compatible with other provisioning providers.
not sure if this is just vagrant not allowing you to specify the provider using --provider with a provision request.
My only workaround so far is to uninstall the managed-servers plugin everytime I need to provision to rackspace. Is there a better workaround available?
$ vagrant plugin install vagrant-managed-servers
Installing the 'vagrant-managed-servers' plugin. This can take a few minutes...
Installed the plugin 'vagrant-managed-servers (0.7.1)'!
$ vagrant plugin list
vagrant-cachier (1.2.1)
vagrant-host-shell (0.0.4)
vagrant-hosts (2.6.1)
vagrant-managed-servers (0.7.1)
vagrant-rackspace (0.1.10)
vagrant-share (1.1.4, system)
$ vagrant provision
No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug
$ vagrant plugin uninstall vagrant-managed-servers
Uninstalling the 'vagrant-managed-servers' plugin...
$vagrant provision
==> pinas01: Rsyncing folder: /Users/PLACES/projects/platforms/rs_hosting/ => /vagrant
I have just tested this out using libvirt and dont see the same issues? is this a bug with vagrant-managed-servers or rackspace. plugin?
The text was updated successfully, but these errors were encountered: