hello on vsphere, correct me if I am wrong but vagrant doesn't create the network, you need to have the vm/vms witth he network with the customization manager in a customization profile.. rite?
in that case, are you creating the set of vms on separate isolated virtual switches? if you move to virtualbox, i see you should use different private interconnect say 192.168.0.x 192.168.1.x with ruby magic you could have a default of 0 but get an input from a file or env variable for the .0. or .1. etc to make each test different if you need more than 255 tests at the same time, then you can look into 10.x.x.x Will something like this work for you? On Mon, Aug 11, 2014 at 9:27 PM, JBulten <[email protected]> wrote: > Hi, > For our purposes, we need to be able to setup a group of VMs connect to > each other using an internal network. So far, no problem > > Problems arise when we deploy the same set of VMs multiple times (for > instance: because multiple automated tests need to be running concurrently) > > Each set of VMs will share the same internal_network and also the same set > of RFC 1918 IP adresses. So internal traffic between different sets of VMs > will interfere with each other, and in addition IP conflicts will occur. > > Any suggestions on how we might accomplish a setup like this using > Vagrant? The documentation refers to only one internal_network, so it > doesn't seem to be possible to setup multiple internal networks to separate > the groups of VMs. > > Another "nice to have" would be a solution that is independent of the > virtualization platform used. Currently, we are using vShpere, but we would > like to be able to use VirtualBox, KVM, Amazon and even mix these > environments transparently. > > Thanks in advance for any hints or solutions offered. > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
