Re: [libvirt-users] Deriving VMs from a reference image via scripts

2014-04-25 Thread Eric Blake
On 04/25/2014 11:49 AM, Philip Prindeville wrote: > Hi. > > I have a reference .vmdk (and .xml) reference VM. I need to instantiate > multiple new VM’s from this, but changing various parameters: name, MAC > address, network connections, cores, memory size, disk size and backing > store, etc.

[libvirt-users] Deriving VMs from a reference image via scripts

2014-04-25 Thread Philip Prindeville
Hi. I have a reference .vmdk (and .xml) reference VM. I need to instantiate multiple new VM’s from this, but changing various parameters: name, MAC address, network connections, cores, memory size, disk size and backing store, etc. and then start these new VM’s… all via ‘virsh’ et al from a sc