DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Allow admins to specify a VLAN ID while defining a Tier of a VPC. This will be admin only operation.
VLAN should be in the valid range and free (not allocated)
VLAN should not be in the reserved range of any other account - Vlan ranges are not defined per account basis, it's defined per physical network and allocated on the fly when the new network gets created. To support the feature, following needs to be done:
There is a flag on the network offering (specifyVlan, boolean). If set to true, then vlanid is required when creating a new network using this offering. So far this attribute was set to true only for Shared offerings. Need to remove the restriction.
Only ROOT admin is aware of the Vlans in the system. So only he can create the tier with the vlan defined, on behalf of the regular user. UI should handle it and don't display network offerings with "specifyVlan=true" when create a new tier from the VPC view.
Question: should vlan come from the range defined on the Physical network? If so, we might need a set of APIs to display free vs allocated vlans. Or should it be the Vlan outside of the range defined on the physical network (just the way we do for Shared networks)?