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.
