Re: [vagrant-up] [Vagrantfile] - Possible to use multi-provider to create a hybrid (local/cloud) dev environment?

2015-10-28 Thread Torben Knerr
Afaik you can use multiple providers in a single Vagrantfile. That was added in vagrant 1.7: https://github.com/mitchellh/vagrant/issues/3812 HTH, Torben On Tue, Oct 27, 2015 at 7:52 AM, Alvaro Miranda Aguilera wrote: > Hello, > > I am not sure if will be possible, but won't be easy. > > You ca

Re: [vagrant-up] [Vagrantfile] - Possible to use multi-provider to create a hybrid (local/cloud) dev environment?

2015-10-26 Thread Alvaro Miranda Aguilera
Hello, I am not sure if will be possible, but won't be easy. You can create 2 folders and have separate Vagrantfiles. The reason behind that, is Vagrant will load the Vagrantfile and create a secuence to run, and then will execute it. So if you define one VM to use one provider, I am not sure y

[vagrant-up] [Vagrantfile] - Possible to use multi-provider to create a hybrid (local/cloud) dev environment?

2015-10-26 Thread Joe Reid
Hey guys, I want to create a hybrid development environment using local VMs and one node on EC2. We have hit the memory limit of what we can run locally in Vagrant with our workstations. I am looking to break off a subset of the code (a service) and provision it to EC2. Ideally, I would l