I seem to be missing something and I cannot figure out what. I'm hoping someone has run into this and can help me out.
I have a self-service provisioning portal set up to enable my users on vRealize Automation version 7.2.0. In it's current state, it will clone a template, assign a provided name, storage, and network.
I now need to customize the clone to specific purposes, and I'm starting with assigning it a valid IP. This is set by the approver using the custom property VirtualMachine.Network0.Address. It appears to be passing the value correctly, but it does not get assigned to the guest machine.
When I view the machine within vRealize Automation, I see my lab IP of x.x.0.9 assigned to the guest machine's Network Adapter 0, but it appears that it is still trying to obtain a DHCP address as it is showing it's Primary IP address as 169.254.221.80. This matches the IP assigned within the guest, but I need it to have my approver's assigned IP of x.x.0.9.
The blueprint has a single object for the virtual machine, configured to clone a template.
These is no network object, as I read several post that said to leave this off if I want to assign my own IP.
In the pre-approval configuration, I have the approver setup to provide values for:
VirtualMachine.Network0.Address
VirtualMachine.Network0.SubnetMask
VirtualMachine.Network0.Gateway
VirtualMachine.Network0.PrimaryDns
VirtualMachine.Network0.DnsSuffix
That is as complicated as my setup is, but I cannot get it to do what I need. Any help anyone could provide would be greatly appreciated.