Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The flows below require changes:

Add Zone

  • Show Isolation type (Vlan and Security Group) as selectable option when create Advance zone. Put it on the first pageAdd check box "Enable Security Group" to the first page of create Zone dialog. If Security Group selected, pass
    securitygroupenabled=true to the addZone api call. You can duplicate this logic from 2.2.x code.
  • When create physical network(s) on the next page, show L3(security groups) isolation option as a choice only when "Enable SecurityGroup" was checked when create the zone. And show it only for one of the physical networks as we allow to have only one Shared SG enabled network in the zone at this point.
  • Add an ability to select multiple Isolation methods at the same time (Vlan, L3, GRE). Pass it as a coma separated list to createPhysicalNetwork call (API already supports it)
  • Like in Basic zone, we should force admin to create Guest Network as a part of zone creation. With the only one difference - Vlan field is required.
  • No Public traffic type support when add SG Advance zone
  • Allow having multiple physical networks though.
  • When add first cluster/host, show KVM as the only one available hypervisor.

...