I want to write a workflow to provision VMs which the user can select a site name to deploy to. I have a Vcenter per physical site, so want friendly names for the site such as London, new York etc, but then want the workflow to select the correct Vcenter and continue the workflow from there. What's the best way of achieving this?
I was thinking of having a CSV file as a resource, with site name against vcenter name, and wanted to query this file to pick out the VC. How can I do this? Is this the best way of achieving this?