Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 431521022D for ; Mon, 26 Aug 2013 12:36:03 +0000 (UTC) Received: (qmail 21434 invoked by uid 500); 26 Aug 2013 12:36:03 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 21248 invoked by uid 500); 26 Aug 2013 12:36:02 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 21239 invoked by uid 99); 26 Aug 2013 12:36:02 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 12:36:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DC3CE8C53EC; Mon, 26 Aug 2013 12:36:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: radhika@apache.org To: commits@cloudstack.apache.org Message-Id: <9f2922e7c58e498295fc3341a743537e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 9271eb1 Date: Mon, 26 Aug 2013 12:36:01 +0000 (UTC) Updated Branches: refs/heads/master 6837f162a -> 9271eb106 CLOUDSTACK-772 vds more comments around cluster Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9271eb10 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9271eb10 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9271eb10 Branch: refs/heads/master Commit: 9271eb1066fec8dd0e4ba66a35f1c5ec62971deb Parents: 6837f16 Author: radhikap Authored: Mon Aug 26 18:02:36 2013 +0530 Committer: radhikap Committed: Mon Aug 26 18:03:03 2013 +0530 ---------------------------------------------------------------------- docs/en-US/images/add-cluster.png | Bin 35697 -> 37800 bytes docs/en-US/images/traffic-label.png | Bin 0 -> 15520 bytes docs/en-US/vmware-cluster-config-dvswitch.xml | 65 ++++++++++++++++++++- 3 files changed, 62 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9271eb10/docs/en-US/images/add-cluster.png ---------------------------------------------------------------------- diff --git a/docs/en-US/images/add-cluster.png b/docs/en-US/images/add-cluster.png index 4b24ec7..26ae3fd 100644 Binary files a/docs/en-US/images/add-cluster.png and b/docs/en-US/images/add-cluster.png differ http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9271eb10/docs/en-US/images/traffic-label.png ---------------------------------------------------------------------- diff --git a/docs/en-US/images/traffic-label.png b/docs/en-US/images/traffic-label.png new file mode 100644 index 0000000..f161c89 Binary files /dev/null and b/docs/en-US/images/traffic-label.png differ http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9271eb10/docs/en-US/vmware-cluster-config-dvswitch.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/vmware-cluster-config-dvswitch.xml b/docs/en-US/vmware-cluster-config-dvswitch.xml index 98bee0e..e2cd5b9 100644 --- a/docs/en-US/vmware-cluster-config-dvswitch.xml +++ b/docs/en-US/vmware-cluster-config-dvswitch.xml @@ -78,6 +78,66 @@ Use this VDS name when you specify the switch name in the traffic label while creating the zone. Traffic label format is [["Name of vSwitch/dvSwitch/EthernetPortProfile"][,"VLAN ID"[,"vSwitch Type"]]] + possible values for networkLabel, "" (empty string) dvSwitch0 dvSwitch0,200 + dvSwitch0,300,vmwaredvs myEthernetPortProfile,,nexusdvs dvSwitch0,,vmwaredvs + + + + + + traffic-label.png: Traffic label specified while zone creation. + + + + + + + + + + Fields + Name + Description + + + + + 1 + Represents the name of the virtual / distributed virtual switch at + vCenter. + The default value assumed would depend upon the type of virtual switch. + Defaults values are as follows. vSwitch0 if type of virtual switch is "VMware + vNetwork Standard virtual switch" dvSwitch0 if type of virtual switch is "VMware + vNetwork distributed virtual switch" epp0 if type of virtual switch is "Cisco Nexus + 1000v distributed virtual switch + + + 2 + VLAN ID to be used for this traffic where ever applicable + This field would be used for only public traffic as of now. In case of guest traffic this + field would be ignored and could be left empty for guest traffic. By default empty + string would be assumed which translates to untagged VLAN for that specific traffic + type. + + + 3 + Type of virtual switch specified as string + Possible valid values are vmwaredvs, vmwaresvs, nexusdvs. Each translates as follows. + "vmwaresvs" represents "VMware vNetwork Standard virtual switch" "vmwaredvs" + represents "VMware vNetwork distributed virtual switch" "nexusdvs" represents "Cisco + Nexus 1000v distributed virtual switch" If nothing is specified (left empty) that + means zone level default virtual switch (based on value of global parameters) would + be assumed. Following are the global configuration parameters. vmware.use.dvswitch - + This should be true to enable any kind (VMware DVS / Cisco Nexus 1000v DVS) of + distributed virtual switch in cloudstack deployment. If this is false that means + default virtual switch in that cloudstack deployment is "standard virtual switch" + only. vmware.use.nexus.vswitch - This parameter would be ignored unless + "vmware.use.dvswitch" is true. Set this to "true" to enable Cisco Nexus 1000v + distributed virtual switch in a cloudstack deployment. + + + +
Enabling Virtual Distributed Switch in &PRODUCT; @@ -88,8 +148,8 @@ &PRODUCT; uses VDS for virtual network infrastructure if the value of vmware.use.dvswitch parameter is true and the value of vmware.use.nexus.dvswitch parameter is false. Another global parameter that defines VDS configuration is vmware.ports.per.dvportgroup. This is the - default number of ports per VMware dvPortGroup in a VMware environment. This number directly - associated with the number of guest network you can create. + default number of ports per VMware dvPortGroup in a VMware environment. Default value is 256. + This number directly associated with the number of guest network you can create. &PRODUCT; supports orchestration of virtual networks in a deployment with a mix of Virtual Distributed Switch, Standard Virtual Switch and Nexus 1000v Virtual Switch.
@@ -179,5 +239,4 @@ -