You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

  • No labels