Hi
I have a 8 node cluster with a shared NFS storage for VM Templates and VM Images.
I would like to spin-off multiple VMs from a template on every node of the cluster.
Currently we are using a basic bash script with for loop to spin VM which is very sequential and time consuming.
Is there a way to spin VMs from a template on multiple nodes simultaneously. Typical scenario would be -
We have 1 VMTemplate - say with VMID - 1000, and want to spin-off say 10 VMs per node and on 8 nodes simultaneously. So there will be total of 80 VMs to spin-off.
Kindly advise.
I have a 8 node cluster with a shared NFS storage for VM Templates and VM Images.
I would like to spin-off multiple VMs from a template on every node of the cluster.
Currently we are using a basic bash script with for loop to spin VM which is very sequential and time consuming.
Is there a way to spin VMs from a template on multiple nodes simultaneously. Typical scenario would be -
We have 1 VMTemplate - say with VMID - 1000, and want to spin-off say 10 VMs per node and on 8 nodes simultaneously. So there will be total of 80 VMs to spin-off.
Kindly advise.