Hello community, I'm having some issues with VRA 7.2 involving business groups and network profiles, my issue is the one below:
Let's say I have a blueprint with a network attached to network profile "A" which is connected to VLAN 100.
Also I several business groups and we want that each one of them to deploy their VMs in its separate VLAN, so I have also several network profiles, with the relevant reservations, mapped to VLANs 200, 201, etc.
What I want to achieve is that with one catalog item, when a user from business group A requests a VM, I want that VM to be deployed in the BG assigned V-LAN, so far I've tried using these custom properties in the Business Group definition:
VirtualMachine.Network0.Name --> Network1-vlan200
VirtualMachine.Network0.ProfileName --> cloudnetwork2-vlan200
I can see that in the vCenter the VM is assigned to the right portgroup, nevertheless Vra won't assign an IP and the request ends without error.
I checked this blog: http://open902.com/vra7-customize-hostname-vlan-and-ip-during-deployment/ and it helped me a little but it won't solve my problem, because in my scenario my consumers should not modify the network assigment of their VMs.
How do solve this issue? Maybe you can give me a hint about what do you do in your environments.
Thanks in advance!