It’s been a while since I blogged, on the work front things are hectic and I am involved in many PoC’s for vRA, fun times.
I created this step by step guide for a very simple ask from a customer of creating a drop-down menu item in the service request form that allows the selection of networks in vRA 6.2.
This of course can be enhanced in different directions like displaying the networks “friendly names” instead of the actual port group names, or to populate the drop-down based on another selection for example selecting a specific datacenter will populate the right networks in the network selection drop-down etc, I will sure to create follow up posts with that.
Ok, here we go:
Once we have vRA installed and configured with reservations, some blueprints etc follow the steps below:
- Under Infrastructure/reservations go into your reservation and make sure the networks you want to allow access to are checked
Clik here to view.

Network reservations
- Go to Infrastructure/Blueprints/build profiles and create a new property definition with the following parameters:
- Name – VirtualMachine.Network0.Name
- Display name – Select network (this is what the user sees
- Control type – Drop down
- Required – usually will be set to “yes”
Accept the new property and then click on “edit” under “Property attribute”
Clik here to view.

Property Dictionary
- In the property attribute create a new one and input the following parameters:
- Type – Valuelist
- Name – Networks (friendly name)
- Value – the names of the networks (port groups) you allow for user selection, comma separated
Save it
Clik here to view.

Edit Attribute
- To make this property reusable easily we will create a “Build profile”, under Infrastructure/Blueprints/Build profiles create a new Build profile
Clik here to view.

Build profiles page
- Input the following parameters :
- Name – Network Selection (easily recognizable name for the property)
- Description – Allows users to select network to attach
- Create a new property with the following parameters:
- Name – VirtualMachine.Network0.Name
- Value –
- Prompt user – yes (checked)
Save this property
Clik here to view.

Build profiles 2
- Go into each blueprint that you want to allow the network selection and under the “Properties” tab check the newly created ”Network Selection” build profile
- When the user requests the services that have this profile in will see the dropdown and can select the network that he/she would like to connect to
Clik here to view.

Network Selection drop-down
There you go, I hope this helps anyone
Niran