- Create images using the external path for ISO image.
- In user data mention the below to access the vm.
#cloud-config
password: password
chpasswd: {expire: False}
sshpwauth: True
- Create the 3 vms and wait for vm to start.
Expected Results
- 3 vm should come up and start with same config.
- Observe the time taken for the system to start the vms.
- Observe the pattern of the vms get allocated on the nodes. Like how many vm on each nodes are created. Is there a pattern?