cloudstack/core/src/com/cloud/dc
alena dae39942f1 bug 7192: Added networktype parameter for the zone
status 7192: resolved fixed

1) Zone has networktype parameter now, 2 values are supported: Basic and Advanced. "networktype" field is created in data_center table. The parameter is being set at creation time; we don't allow to modify it with updateZone command.
2) Only vlan of Untagged Direct type can be created in Basic network zone; any other vlan except for Untagged Direct can be created in Advanced zone
3) Allow NULL guest vlan range for the zone. Only vlan of Direct type can be created in zone with NULL guest vlan.
4) "Default" zone is Basic by default.
5) Changed "vnet" parameter to "vlan" in updateZone command to be consistent with createZone
2010-11-16 16:54:44 -08:00
..
dao bug 7118: fixed deletePod command - 1)remove Pod's resources (private ip adresses) before removing the pod itself. 2) Verify that private ip address pool is not empty before removing it. 2010-11-11 16:55:59 -08:00
AccountVlanMapVO.java changes 2010-08-18 12:19:22 -07:00
ClusterVO.java after rebase, fix bugs 2010-09-29 18:41:55 -07:00
DataCenterIpAddressVO.java a bunch of other changes for network refactoring 2010-11-08 12:29:37 -08:00
DataCenterLinkLocalIpAddressVO.java a bunch of other changes for network refactoring 2010-11-08 12:29:37 -08:00
DataCenterVO.java bug 7192: Added networktype parameter for the zone 2010-11-16 16:54:44 -08:00
DataCenterVnetVO.java added reservation id to vnet 2010-11-08 12:29:38 -08:00
HostPodVO.java More changes for refactoring 2010-09-15 18:00:54 -07:00
PodCluster.java Source code committed 2010-08-11 09:13:29 -07:00
PodVlanMapVO.java a bunch of other changes for network refactoring 2010-11-08 12:29:37 -08:00
PodVlanVO.java Source code committed 2010-08-11 09:13:29 -07:00
Vlan.java Source code committed 2010-08-11 09:13:29 -07:00
VlanVO.java Source code committed 2010-08-11 09:13:29 -07:00