Questions tagged [vagrant-plugin]

Vagrant plugins are used to change how Vagrant does something or to add extended functionality to Vagrant.

Vagrant comes with many great features out of the box to get your environments up and running. Sometimes, however, you want to change the way Vagrant does something or add additional functionality to Vagrant. This can be done via Vagrant plugins.

Resources

Vagrant Plugins

101 questions
1
vote
1 answer

Vagrant-Azure: Guest machine can't connect to host machine (Unable to copy SMB files)

I've been working on Vagrant only locally until now and now I want to create VM with Azure as the provider, but unfortunately I've got the error that can be seen on the image accesible through the link. I understand what it says but I have…
1
vote
0 answers

Why does Vagrant require dummy boxes with cloud providers?

Apparently, you need a "dummy" box with Vagrant when you are going to configure cloud providers The provider for Azure v2 requires downloading a dummy box from GitHub The provider for GCE: config.vm.box = "google/gce" Ditto for the provider for…
1
vote
1 answer

Vagrant 2.1.3 doensn't see plugin disksize

I upgraded from ubunutu 16 to Ubuntu 18.04.1 desktop (what i really did was reinstalled ubuntu, because i kinda destroy my system) yesterday, and now i want get vagrant back up and running, the problem is that vagrant doesn't recognize the plugin…
Raymond
  • 78
  • 7
1
vote
1 answer

How to use the vagrant vagrant-share 1.1.9

I've already installed ngrok to "/usr/bin" , but still suggested that "The executable 'vagrant is trying to run was not found. The 'executable is required to. Run Vagrant share. If 'ngrok' is currently installed in a Non-standard location, append…
hajia
  • 11
  • 2
1
vote
1 answer

Keep vboxadd-service running on a guest vm without syncing the time with the host?

The vboxadd-service in my VirtualBox guests has to be running to obtain an ip from the following VagrantFile code snippet, or else the vagrant hostupdater command won't work as expected: config.hostmanager.ip_resolver = proc do |vm, resolving_vm| …
leeand00
  • 25,510
  • 39
  • 140
  • 297
1
vote
1 answer

How to set environment variables and /etc/hosts through Vagrantfile?

Vagrant version Vagrant 1.9.7 Host operating system Darwin bogon 16.6.0 Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64 x86_64 Guest operating system distributor ID: Ubuntu Description: Ubuntu…
1
vote
0 answers

installing vagrant-librarian-chef plugin

I'm trying to install the vagrant librarian plugin with this command: vagrant plugin install vagrant-librarian-chef But I keep getting this error message: chef-zero requires Ruby version >= 2.3.1. So I've uninstalled chef-zero and downloaded…
MaxRah
  • 243
  • 1
  • 6
  • 21
1
vote
2 answers

Renaming the Windows guest failed. Most often this is because you've specified a FQDN instead of just a host name

I am running vagrant version, vagrant -v Vagrant 1.9.3 vagrant plugin list vagrant-butcher (2.2.1) vagrant-cachier (1.2.1) vagrant-omnibus (1.5.0) vagrant-share (1.1.7, system) vagrant-vbguest (0.13.0) When I start a vagrant VM, windows 2012r2, I…
1
vote
1 answer

How to programmatically install vagrant plugins?

I have a Vagrant build that has a dependency on vagrant plugins. I could document that users need to install those plugins, but ideally I would like to automatically install the required plugins. How can I automatically install the required plugins…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
1
vote
1 answer

How do I create a Vagrant base box without requiring the vagrant-vbquest plugin?

I am following the steps here to create a Vagrant base box. However, when I type in vagrant up, I get the following message. Vagrant was unable to mount VirtualBox shared folders. This is usually because the filesystem "vboxsf" is not available.…
Jane Wayne
  • 8,205
  • 17
  • 75
  • 120
1
vote
0 answers

Vagrant Berkshelf Plugin Error: cannot load kernel_require.rb

I am trying to use the vagrant and the Vagrant Berkshelf Plugin. I have a project directory with a Vagrantfile and a Berksfile: Vagrantfile # -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do |config| config.vm.box =…
1up
  • 81
  • 7
1
vote
2 answers

VSCode launch.json for vagrant plugin

I try to set up a launch.json for a vagrant-plugin on windows. My current version look like this: { "version": "0.2.0", "configurations": [ { "name": "Launch Vagrant", "type": "Ruby", "request":…
sschoof
  • 1,531
  • 1
  • 17
  • 24
1
vote
0 answers

Mac Os - Vagrant: Cannot install plugins

I have a problem with Vagrant running on my Mac. Problem: Whenever I type in vagrant plugin install vagrant-proxyconf I get the following error: /opt/vagrant/embedded/lib/ruby/2.2.0/tmpdir.rb:92:in `ensure in mktmpdir': parent directory is world…
codiga
  • 537
  • 5
  • 15
1
vote
1 answer

Installing vagrant plugins on Windows 7 Home and Professional Edition

This is my first SO post. Apologies for my poor markdown. My question relates to installing vagrant plugins on a Windows 7 host. In summary, it appears that I am unable to install vagrant plugins from a 'fresh install' Tried: Standard vagrant…
jmh
  • 11
  • 2
1
vote
1 answer

Can not install vagrant-librarian-chef on Window?

I am install vagrant-librarian-chef in window 7, but it appear this error: Installing the 'vagrant-librarian-chef' plugin. This can take a few minutes... Bundler, the underlying system Vagrant uses to install plugins, reported an error. The…
Nghia Vu Tuan
  • 83
  • 1
  • 1
  • 4