we deploying a ubuntu vm blueprint we want our hostname to be updated with the automatic generated vm name from vRA.
Can this only be done with the gugent interface?
We tried to use the "software components" category from the vra7 designer but VirtualMachine.Admin.Name is not known so we can't set the generated hostname via our own script ans this var is not known.
The UseGuestAgent is doing the trick but we want to keep it as simple as possible and make modifications via the software components part.
Regards,
Johnn Grinwis
Are you using a vCenter customization script for the blueprint? If you can clone a VM in vCenter using a customization script and it changes the hostname you can use that customization script in the blueprint to set the IP and hostname without the guagent. See vRA/vCAC Clone blueprint Magic Secrets Revealed! for an example.
Are you using a vCenter customization script for the blueprint? If you can clone a VM in vCenter using a customization script and it changes the hostname you can use that customization script in the blueprint to set the IP and hostname without the guagent. See vRA/vCAC Clone blueprint Magic Secrets Revealed! for an example.
build a customization script, disabled VirtualMachine.Admin.UseGuestAgent and it's modifying the hostname in the vm, nice.
During the first boot, it takes some time to setup the network:
Is this normal behaviour?