frapposelli / vagrant-vcenter

A Vagrant provider for VMware vCenter®
MIT License
107 stars 36 forks source link

Add support for multiple networks #24

Open cbreden opened 9 years ago

cbreden commented 9 years ago

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.

robinbowes commented 8 years ago

I'd love to see this added, ie. support for multiple network interfaces.

BJTiso commented 8 years ago

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.

robinbowes commented 8 years ago

Great, thanks. Will investigate.

robinbowes commented 8 years ago

I don't suppose you've got an example of how to use this? ie. a Vagrantfile config fragment?