Open cbreden opened 10 years ago
I'd love to see this added, ie. support for multiple network interfaces.
I have rudimentary support for this on my fork: https://github.com/BJTiso/vagrant-vcenter/tree/multiple_vlans.
My project has since changed to using openstack, so I haven't needed to complete this work and merge back to the upstream project.
Great, thanks. Will investigate.
I don't suppose you've got an example of how to use this? ie. a Vagrantfile config fragment?
Have you looked into support for adding multiple networks to a VM? The
vcenter.network_name
property essentially assumes just one system. rbvmomi seems to support multiple network definitions, though I haven't digged into it too deeply.