Hi,
Based on a post I found online I've created a custom hostname prefix on request event. The prefixes are defined by the Project Manager, so we need the hostnames to be manually assigned on request. There are constraints and I have a regex checking that.
So far, so good. When a customer request a new deployment, they already have a defined hostname prefix, and the workflow sets the numeric value automatically.
The issue that I have is that this is happening befor OU placement. So, If someone asks for a new VM, the automatic name generated by vRA is, lets say, web-01, but then there is an event that triggers the name change to projectx-01 the VM gets created with that VM name and Hostname but on the Active Directory a new computer is created with "web-01", and deleted when the deployment is destroyed.
How can I get the rename event to happen before the OU placement?
Thanks in advance.