Re: [vagrant-up] Deploy VMs Template with vagrant to an external host

2018-02-02 Thread Audrain Landry Fanko
on Server because i want to build many vms for different users and the don't have to no abaout the vms. with vagrant because i need some automation. in want click users can build one vm an this will be automatically destroy after few week. it this possible with vagrant or what tolls is better vor

[vagrant-up] Non-interactive `up` on Windows host

2018-02-02 Thread matthias . meulien
Hi guys, I'm new to Vagrant. On a Windows host, every time I run the `up` command I'm asked for a network selection and a user name and password for setting the samba share if I understand well. What are the best practice to remove those interactive steps? -- This mailing list is governed und

Re: [vagrant-up] Non-interactive `up` on Windows host

2018-02-02 Thread Alvaro Miranda Aguilera
Hello If you are consuming this from other person the best will be to reach out to them, otherwise you will be out of sync first point will be check the documentation of vagrant on networking and the shared foldr Alvaro On Fri, Feb 2, 2018 at 10:03 AM, wrote: > Hi guys, > > I'm new to Vagrant

Re: [vagrant-up] Deploy VMs Template with vagrant to an external host

2018-02-02 Thread Alvaro Miranda Aguilera
hello not sure if vagrant is the best tool alvaro On Fri, Feb 2, 2018 at 9:35 AM, Audrain Landry Fanko wrote: > on Server because i want to build many vms for different users and the > don't have to no abaout the vms. > with vagrant because i need some automation. in want click users can build

Re: [vagrant-up] Need help to install VM of vagrant box in linux

2018-02-02 Thread Alvaro Miranda Aguilera
hello vagrant runs on linux, you need to vagrant up Alvaro On Fri, Feb 2, 2018 at 8:11 AM, Yougandhara Sarode < sarodeyougandh...@gmail.com> wrote: > Hi > > I need to install the VM configured in Vagrant Box as a software(package) > in Linux machine. > > I am not able to have a public IP to VM

Re: [vagrant-up] vagrant ssh-config HostName changes post running a provisioning shell script??

2018-02-02 Thread Alvaro Miranda Aguilera
vagrant will change the hostname if there is a config.vm.hostname = "something" in the Vagrantifle otherwise it shouldn't why you are running vagrant commands with sudo? On Thu, Feb 1, 2018 at 9:45 PM, Shashank Korada wrote: > > down votefavorite >

Re: [vagrant-up] Non-interactive `up` on Windows host

2018-02-02 Thread matthias . meulien
> > first point will be check the documentation of vagrant on networking and > the shared foldr > You're right; For samba shares the documentation explains how to set username and password: https://www.vagrantup.com/docs/synced-folders/smb.html#options. Still looking for a solution to select

Re: [vagrant-up] vagrant ssh-config HostName changes post running a provisioning shell script??

2018-02-02 Thread Shashank Korada
Hi Alvaro, This is my vagrant file and I havent set any config.vm.hostname in my Vagrantfile. When I checked the hostname on the VM , it shows as vagrant. VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.ssh.forward_agent = true config.vm.box =

[vagrant-up] Disable Powershell

2018-02-02 Thread Niels Bertram
Hi there, is there a way to run vagrant up without needing powershell on a Windows PC? Powers above have decided to disabled powershell and now Vagrant is failing to even boot the most simple machines. c:\test\vagrant-box> vagrant up Failed to locate the powershell executable on the available P

Re: [vagrant-up] Disable Powershell

2018-02-02 Thread Alvaro Miranda Aguilera
whats your vagrantfile ? On Fri, Feb 2, 2018 at 1:18 PM, Niels Bertram wrote: > Hi there, is there a way to run vagrant up without needing powershell on a > Windows PC? > > Powers above have decided to disabled powershell and now Vagrant is > failing to even boot the most simple machines. > > c

Re: [vagrant-up] Non-interactive `up` on Windows host

2018-02-02 Thread Alvaro Miranda Aguilera
You can add a private_network and that will be used between host and vm, i havent tested in a while but that should work if not, you can add a public_network, then copy paste the name of the interface into the bridge option Step 1 config.vm.network "public_network" vagrant reload, copy the nam

Re: [vagrant-up] Disable Powershell

2018-02-02 Thread Niels Bertram
As simple as below. There are quite a few issues in github re vagrant hanging on Windows 7 due to an older version of powershell... but we have NO powershell. # -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do |config| config.vm.box = "maier/alpine-3.6-x86_64" config.vm.hos

Re: [vagrant-up] Disable Powershell

2018-02-02 Thread Alvaro Miranda Aguilera
so, remove the hostname, and disable the default shared folder config.vm.synced_folder ".", "/vagrant", disabled: true see if that at least start the VM from there maybe, you can play with the communicator set it to ssh and see if that works. On Fri, Feb 2, 2018 at 2:58 PM, Niels Bertram wr

Re: [vagrant-up] Disable Powershell

2018-02-02 Thread Niels Bertram
That does not make any difference. The problem is somewhere in the core packages. I can't say for certain but I think this all worked under 1.8 . DEBUG host: Trying: bsd DEBUG host: Trying: linux DEBUG host: Trying: null DEBUG host: Trying: windows INFO host: Detected: windows! INFO runner: Pre

[vagrant-up] Re: [ANN] Removal of legacy Vagrant Cloud (Atlas) URLs next Friday (February 2nd)

2018-02-02 Thread Justin Campbell
This has been deployed. Please follow the instructions above if you run into any issues, or email support+vagrantcl...@hashicorp.com. -Justin On Wednesday, January 24, 2018 at 10:58:26 AM UTC-5, Justin Campbell wrote: > > If you're using Vagrant >= 1.9.6, you can safely ignore this notice. > Oth

[vagrant-up] Vagrant alpine on macOS + Virtualbox

2018-02-02 Thread Alistair Israel
Hi! Am trying to get Alpine Linux to run under Virtualbox using Vagrant (macOS High Sierra). I’ve tried installing the vagrant-alpine plugin but keep getting the error: Mounting Virtualbox Guest Additions ISO to: /mnt, mount: mounting /dev/loop0 on /mnt failed: Invalid argument I've tried dif

[vagrant-up] DNS resolution problems

2018-02-02 Thread atlaz
So I'm using Vagrant for local dev. I created the vagrantfile with PuPHPet and all was good until a few days ago. Virtualbox and Vagrant are all latest versions. vagrantfile is here -> https://pastebin.com/zM0wPsFt error I get on vagrant up is: ==> machine1: Importing base box 'puphpet/ubuntu