mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-14 09:32:24 +01:00
CLOUDSTACK-772 dvSwitch comments
This commit is contained in:
parent
eeac80eaa2
commit
d36d7090be
BIN
docs/en-US/images/vds-name.png
Normal file
BIN
docs/en-US/images/vds-name.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
@ -20,11 +20,11 @@
|
||||
under the License.
|
||||
-->
|
||||
<section id="vmware-cluster-config-dvswitch">
|
||||
<title>Configuring a vSphere Cluster with VMware Distributed Virtual Switch</title>
|
||||
<para>&PRODUCT; supports VMware vNetwork Distributed Switch (VDS) for virtual network configuration
|
||||
in a VMware vSphere environment. This section helps you configure VMware VDS in a &PRODUCT;
|
||||
deployment. Each vCenter server instance can support up to 128 VDS instances and each VDS
|
||||
instance can manage up to 500 VMware hosts.</para>
|
||||
<title>Configuring a VMware Datacenter with VMware Distributed Virtual Switch</title>
|
||||
<para>&PRODUCT; supports VMware vNetwork Distributed Switch (VDS) for virtual network
|
||||
configuration in a VMware vSphere environment. This section helps you configure VMware VDS in a
|
||||
&PRODUCT; deployment. Each vCenter server instance can support up to 128 VDS instances and each
|
||||
VDS instance can manage up to 500 VMware hosts.</para>
|
||||
<section id="about-dvswitch">
|
||||
<title>About VMware Distributed Virtual Switch</title>
|
||||
<para>VMware VDS is an aggregation of host-level virtual switches on a VMware vCenter server.
|
||||
@ -41,30 +41,55 @@
|
||||
<title>Prerequisites and Guidelines</title>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Do not attempt to configure VDS by altering VMware traffic label when configuring
|
||||
physical networks. This will only work for Standard Virtual Switch and should not be
|
||||
distributed.</para>
|
||||
<para>VMware VDS is supported only on Public and Guest traffic in &PRODUCT;.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>VMware VDS does not support multiple VDS per traffic type. If a user has many VDS
|
||||
switches, only one can be used for Guest traffic and another one for Public
|
||||
traffic.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Additional switches of any type can be added for each cluster in the same zone. While
|
||||
adding the clusters with different switch type, traffic labels is overridden at the
|
||||
cluster level.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Management and Storage network does not support VDS. Therefore, use Standard Switch
|
||||
for these networks.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>When you remove a guest network, the corresponding dvportgroup will not be removed on
|
||||
the vCenter. You must manually delete them on the vCenter.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
<section id="preconfig-checklist-vds">
|
||||
<title>Preparation Checklist</title>
|
||||
<para>For a smoother configuration of VMware VDS, note down the VDS name you have added in the
|
||||
datacenter before you start:</para>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="./images/vds-name.png"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>vds-name.png: Name of the dvSwitch as specified in the vCenter.</phrase>
|
||||
</textobject>
|
||||
</mediaobject>
|
||||
<para>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"]]]</para>
|
||||
</section>
|
||||
<section id="enable-dvswitch">
|
||||
<title>Enabling Virtual Distributed Switch in &PRODUCT;</title>
|
||||
<para>To make a &PRODUCT; deployment VDS enabled, set the vmware.use.dvswitch parameter to true
|
||||
by using the Global Settings page in the &PRODUCT; UI and restart the Management Server.
|
||||
Unless you enable the vmware.use.dvswitch parameter, you cannot see any UI options specific to
|
||||
VDS, and &PRODUCT; ignores the VDS-specific parameters given in the AddClusterCmd API call.
|
||||
Additionally, &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.</para>
|
||||
VDS, and &PRODUCT; ignores the VDS-specific parameters that you specify. Additionally,
|
||||
&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.</para>
|
||||
<para>&PRODUCT; supports orchestration of virtual networks in a deployment with a mix of Virtual
|
||||
Distributed Switch, Standard Virtual Switch and Nexus 1000v Virtual Switch. </para>
|
||||
</section>
|
||||
@ -97,12 +122,12 @@
|
||||
<row>
|
||||
<entry><para>Cluster Name</para></entry>
|
||||
<entry><para>Enter the name of the cluster you created in vCenter. For example,
|
||||
"cloud.cluster".</para></entry>
|
||||
"cloudcluster".</para></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><para>vCenter Host</para></entry>
|
||||
<entry><para>Enter the name or the IP address of the vCenter host where you have deployed the VMware
|
||||
VDS.</para></entry>
|
||||
<entry><para>Enter the name or the IP address of the vCenter host where you have
|
||||
deployed the VMware VDS.</para></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><para>vCenter User name</para></entry>
|
||||
@ -116,7 +141,7 @@
|
||||
<row>
|
||||
<entry><para>vCenter Datacenter</para></entry>
|
||||
<entry><para>Enter the vCenter datacenter that the cluster is in. For example,
|
||||
"cloud.dc.VM".</para></entry>
|
||||
"clouddcVM".</para></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><para>Override Public Traffic</para></entry>
|
||||
@ -154,40 +179,5 @@
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</section>
|
||||
<section id="vmware-dvswitch-remove">
|
||||
<title>Removing VMware Virtual Switch</title>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>In the vCenter datacenter that is served by the VDS, ensure that you delete all the
|
||||
hosts in the corresponding cluster.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Log in with Admin permissions to the &PRODUCT; administrator UI.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>In the left navigation bar, select Infrastructure.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>In the Infrastructure page, click View all under Clusters.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Select the cluster where you want to remove the virtual switch.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>In the VMware dvSwitch tab, click the name of the virtual switch.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para> In the Details page, click Delete VMware dvSwitch icon. <inlinemediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="./images/delete-button.png"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>DeleteButton.png: button to delete dvSwitch</phrase>
|
||||
</textobject>
|
||||
</inlinemediaobject>
|
||||
</para>
|
||||
<para>Click Yes in the confirmation dialog box.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
|
||||
@ -406,7 +406,7 @@ esxcfg-firewall -o 59000-60000,tcp,out,vncextras
|
||||
before you start:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>vCenter Credentials</para>
|
||||
<para>vCenter credentials</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Nexus 1000v VSM IP address</para>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user