I'm not sure if this is entirely possible so thought it was worth asking. I would like to use Vagrant to allow users to spin up a VM when needed. However, on our network devices must be registered via their MAC address. Creating a pool of addresses is not an issue but is it possible to select an address for a VM i.e. in a step by step procedure:
- Read file of MAC addresses
- Select MAC address that is not being used
- Spin up VM and set MAC address
Hoping someone can shed some light on this as my googling has failed me.