Re: [vagrant-up] Destroying a cluster

2018-02-14 Thread Alvaro Miranda Aguilera
vagrant status and use those names or vagrant global-status and use the id Alvaro. On Tue, Feb 13, 2018 at 1:14 PM, Mahmood Naderan wrote: > Hi, > I have installed a dcos via vagrant on a local laptop for tests. I want to > delete the machines and install from

Re: [vagrant-up] Old ubuntu/xenial64 box version points to current

2018-02-14 Thread Alvaro Miranda Aguilera
Hello Thats how canonical manage their boxes in vagrant cloud What I did once was create my own boxes pointing to those, however there is no guarantee the old boxes will stay for ever. Other option is just create your own boxes. https://github.com/cbednarski/packer-ubuntu Alvaro. On Wed, Feb

[vagrant-up] Requested NFS version or transport protocol not supported

2018-02-14 Thread Monte Gardner
I have a vagrant set up that was built by someone else at my company. Other co-workers say it works for them on their (similarly configured) apple laptops. When I run vagrant up, I get the following: => default: Configuring and enabling network interfaces... default: SSH address:

Re: [vagrant-up] Requested NFS version or transport protocol not supported

2018-02-14 Thread Alvaro Miranda Aguilera
try simple to complex: config.vm.synced_folder ".", "/vagrant", :type => "nfs" if fails, make sure you are some levels above your home ie /users//test/another/here On Wed, Feb 14, 2018 at 10:31 PM, Monte Gardner wrote: > I have a vagrant set up that was built by

Re: [vagrant-up] Destroying a cluster

2018-02-14 Thread Alvaro Miranda Aguilera
thats a question for the people that build the project that you are using. Alvaro. On Wed, Feb 14, 2018 at 6:24 PM, Mahmood Naderan wrote: > PS D:\dcos-vagrant> vagrant status > INFO dcos-vagrant: Validating Plugins... > INFO dcos-vagrant: Validating User Config... >

[vagrant-up] Using a custom version of Ansible with Vagrant

2018-02-14 Thread rhys.james.campbell via Vagrant
Hello, Is there a way to instruct Vagrant to use a custom version of Ansible. I've forked the Ansible code and want to test a couple of modules without affecting my installed instance. Rhys -- This mailing list is governed under the HashiCorp Community Guidelines -

[vagrant-up] Virtualbox Auto Mount(shared directory) getting disabled after applying latest Security Upgrade on Windows Vagrant box

2018-02-14 Thread Ritesh M
I am using Virtual Box (5.2.6r120293) for launching Microsoft Edge Windows10 vagrant box. Vagrant box Version: 2.0.1 Virtual Box (5.2.6r120293) Host OS: Ubuntu 16.04 Guest OS: Microsoft Edge Windows 10 I have kept all the configuration & environment files in host OS(Ubuntu), and the vagrant