Hello, You sure thats the best workflow? Vagrant is meant on the simple side of things that each person can do vagrant up and have his own VM/AMI
Is you want all the people using the same one, then you can have some `server.env` file on the code, and perhaps you dont needed vagrant at all. In the other hand, what you would do if one developer by mistake does vagrant destroy? On Mon, Apr 4, 2016 at 8:47 PM, Ivan G <[email protected]> wrote: > > Hello > > I need to solve a big problem, generating the .vagrant folder without > stopping and restarting the VM's. > > We are using github to store the Vagrant file and the provision scripts, > but not the .vagrant folder. > > Every time you clone the repo in a different machine you do not know which > servers are up and running and which are not. > Let's say I deliver the project to a customer with some of the VM's > running and some stopped and the customer runs a 'vagrant status'; > they don't see the running machines and if they try to run them, they will > run NEW instances > > I need to dump (re-generate) the .vagrant/machines/{{machine}}/aws folder > and configurations. > > There is anyway to do it? Probably tweaking with ruby inside the vagrant > file or maybe including the Vagrantfile inside a .rb file you can get that > info, but unfortunatelly I'm not ruby programmer. > > > Hope someone has a solution for that > > Thanks in advance. > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/7fb8b6f0-c417-4b77-8f51-77aa04fb9d04%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/7fb8b6f0-c417-4b77-8f51-77aa04fb9d04%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0eyyWUwt4KFqqiA%3DD7AnesQSdn7tU5Sckg4JUtFQE5ao8A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
