Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added additional cluster level parameters to override zone level traffic label configuration

...

  1. CloudStack does following,
    1. Create dvPortGroup over designated dvSwitch
    2. Modify dvPortGroup over designated dvSwitch
    3. Delete dvPortGroup over designated dvSwitch
  2. CloudStack doesn't do following,
    1. Create dvSwitch
    2. Add host to dvSwitch
    3. Dynamic migration of virtual adapters of existing VMs across differnt types of virtual switches in scenarios in which co-existance of multiple types of virtual switches (Cisco's Nexus 1000v or VMware standard vSwitch and dvSwitch) is possible. Instead this is left to administrator to decide.
    4. Configuration of PVLAN
    5. Configuration dvPort mirror
    6. Configuration of user defined network resource pools for Network I/O Control (NIOC)
  3. Quality risks (test guidelines)
    1. functional
      1. Live migration of VM
      2. Deployment of virtual router
      3. Deployment of VM
    2. non functional: performance, scalability, stability, overload scenarios, etc
      1. Large number of VMs and isolated networks need to be tested for performance specific results.
        negative usage scenarios - NA
  4. what are the audit events 
    1. All virtul network orchestration events
    2. VM migration events
  5. graceful failure and recovery scenarios
  6. possible fallback or work around route if feature does not work as expected, if those workarounds do exist ofcourse.
    1. If some guest network doesn't work correctly or if CloudStack fails to create guest network required by a VM then administrator can (re)configure dvPortGroup in relation to respective network in CloudStack.
    2. If guest network instantiation fails to due to lack of network resources, then administrator is expected to ensure that more resources/capacity employed. E.g. If number of dvPorts in a dvPortGroup get exhausted, that results in a situation that no more VM can join that network. Hence administrator can go ahead and re-configure dvPortGroup to increase the number of dvPorts to accommodate more VMs in that guest network. This is applicable to vSphere 4.1 only. Because from vSphere 5.0 onwards, there is auto expand support, so that automatic provisioning of dvPorts takes place as required.
    3. If many dvPortGroups are created and cleanup doesn't happen as expected, then administrator needs to check for unused dvPortGroups on dvSwitch and do clean up using vCenter UI.
  7. if feature depends on other run-time environment related requirements, provide sanity check list for support people to run
    1. Basic sanity testing over dvSwitch can be done. It might be ping operation from one VM to another VM in the same network. Make sure VLAN configuration is done in that network and verify isolation is achived or not.
    2. Verify if traffic shaping policy configured is applied and working.
  8. Explain configuration characteristics:
    1. Cconfiguration Configuration parameters or files introduced/changed
      1. New configuration parameter - "vmware.use.dvswitch" of type Boolean. Possible values are "true" or "false". Default value is "false". This parameter acts as umbrella parameter for all types of distributed virtual switches. If this parameter is true, unless vmware.use.nexus.dvswitch parameter is true by default VMware distributed virtual switch would be used in the cloudstack deployment. If not specified the name of dvSwith is dvSwitch0 in case of VMware dvSwitch and name of ethernet port profile is epp0 in case of Nexus 1000v dvSwitch.
  9. Branding parameters or files introduced/changed - NA
  10. Highlight parameters for performance tweaking - NA
  11. Deployment requirements (fresh install vs. upgrade) if any
    1. VMware dvSwitch must be already created/configured in the vCenter datacenter deployment.
    2. All the host/clusterresources should be added to dvSwitch before adding the cluster to CloudStack's pod cluster.
  12. Interoperability and compatibility requirements:
    1. Hypervisors - VMware vSphere 4.1 or later
  13. List localization and internationalization specifications 
    1. UI changes in "Add Cluster" wizard. See the section "UI Flow".
  14. Explain the impact and possible upgrade/migration solution introduced by the feature 
  15. Explain performance & scalability implications when feature is used from small scale to large scale
    1. In case of vSphere 4.1 dvPortGroup need to be created with specific number of dvPorts. In large scale deployment optimum use of dvPorts may not be possible due to this pre-allocation. In case of vSphere 5.0 the autoexpand feature helps in auto increment of number of dvPorts.
    2. Network switches (including the vSwitch in ESXi host) keep a distinct forwarding table for each VLAN; this could lead to an increased overhead in packet forwarding when a considerable number of isolated networks, each one with a significant number of virtual machines, is configured in a data center.
  16. Explain marketing specifications
    1. Supporting VMware dvSwitch entitle CloudStack
    2. For better monitoring and simpler administration of the virtual network infrastructure in Cloud.
    3. Configuration and management of several vSwitches across large deployments in tedious.
    4. Seamless network vMotion support
    5. Better traffic shaping and efficient network bandwidth utilization is possible.
  17. Explain levels or types of users communities of this feature (e.g. admin, user, etc)
    1. admin - Administrators would be target audience for this feature as this is at infrastructure level.

...

CloudStack reads physical traffic labels to understand the designated virtual switches to use for virtual network orchestration. Also virtual switch type is and name are added to existing list of custom properties of cluster to enable a cluster level override option for virtual switch type and name. A cluster level option would precede over virtual switch type or name specified in zone level physical traffic label.

...

Changes to existing web services APIs - AddClusterCmd
Adding an optional parameter named 'virtulSwitchTypefollowing optional parameters.

  1. 'guestvswitchtype' which can have values 'vmwaresvs' or 'vmwaredvs' or 'nexusdvs'.
  2. 'publicvswitchtype' which can have values 'vmwaresvs' or 'vmwaredvs' or 'nexusdvs'.
  3. 'guestvswitchname' - Name of vSwitch/dvSwitch to be used for guest traffic.
  4. 'publicvswitchname' - Name of vSwitch/dvSwitch to be used for public traffic.

New APIs introduced - N/A

...

If hypervisor is VMware and global configuration parameter "vmware.use.dvswitch" is set to true, then display following list boxes and text boxes. Display of these list boxes and text boxes should be contrained by check boxes. Unless user activates check box corresponding to a particular traffic (guest or public) the list box and text box associated with it should be disabled. List box details are below,

  1. Check box label - Choose to override zone wide traffic label for guest traffic for this cluster.
  1. List Box label - "Guest Virtual Switch Type"
  2. Default option - "VMware vNetwork Standard Virtual Switch"
  3. List Box options are,
    1. "VMware vNetwork Standard Virtual Switch"
      Action to perform if this option is selected:-
      Add a parameter to parameter list of AddClusterCmd API call.
      Parameter name: "guestvswitchtype"
      Parameter value: "vmwaresvs"
    2. "VMware vNetwork Distributed Virtual Switch"
      Action to perform if this option is selected:-
      Add a parameter to parameter list of AddClusterCmd API call.
      Parameter name: "guestvswitchtype"
      Parameter value: "vmwaredvs"
    3. "Cisco Nexus 1000v Distributed Virtual Switch"
      Action to perform if this option is selected:-
      Add a parameter to parameter list of AddClusterCmd API call.
      Parameter name: "guestvswitchtype"
      Parameter value: "nexusdvs"
  1. Text Box label - "Guest Virtual Switch Name"
    Action to perform if the text box is not empty:-
    Add a parameter to parameter list of AddClusterCmd API call.
    Parameter name: "guestvswitchname"
    Parameter value: textbox content
  1. Check box label - Choose to override zone wide traffic label for public traffic for this cluster.
  1. List Box label - "Public Virtual Switch Type"
  2. Default option - "VMware vNetwork Standard Virtual Switch"
  3. List Box options are,
    1. "VMware vNetwork Standard Virtual Switch"
      Action to perform if this option is selected:-
      Add a parameter to parameter list of AddClusterCmd API call.
      Parameter name: "vswitchtypepublicvswitchtype"
      Parameter value: "vmwaresvs"
    2. "VMware vNetwork Distributed Virtual Switch"
      Action to perform if this option is selected:-
      Add a parameter to parameter list of AddClusterCmd API call.
      Parameter name: "vswitchtypepublicvswitchtype"
      Parameter value: "vmwaredvs"
    3. "Cisco Nexus 1000v Distributed Virtual Switch"
      Action to perform if this option is selected:-
      Add a parameter to parameter list of AddClusterCmd API call.
      Parameter name: "vswitchtypepublicvswitchtype"
      Parameter value: "nexusdvs"
  1. Text Box label - "Public Virtual Switch Name"
    Action to perform if the text box is not empty:-
    Add a parameter to parameter list of AddClusterCmd API call.
    Parameter name: "publicvswitchname"
    Parameter value: textbox content

Open Issues

  1. What is level of support for migration Scenarios? Does an existing CloudStack deployment over standard vSwitch need to be migrated to dvSwitch?
  2. Management network over virtual switches other than standard vSwitch. Does CloudStack has to support management/private network over dvSwitch or just support guest and public network traffic?

...