Hello,
Currently in vCAC 6.0, to manage the deployment of VMs into different networks / environments, I am using multiple Blueprints.
Production, Development, and Test are the three environments. These correspond to a single Network Name, Network Profile, and vCenter Folder. I have tried using the method outlined in the following article: vCloud Automation Center – vCAC 5.1 – Creating Relational Drop Down Fields — DailyHypervisor. However, this obviously results in having a bunch of drop down boxes in the Catalog Item request form, which is undesirable.
All I need to do is set the following properties based on a single drop down box option:
VirtualMachine.Network0.ProfileName
VirtualMachine.Network0.Name
VMware.VirtualCenter.Folder
For example; if the requester selects 'Production' from the 'Environment' drop down box, then the value for Network Profile Name is 'vCAC Production', Network Name is 'vCAC Production', and the Folder is '/VRM/Prod/'.
Thanks