mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2808
This commit is contained in:
parent
43f31dcc66
commit
db5d526269
|
|
@ -68,7 +68,9 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para><emphasis role="bold">Specify VLAN</emphasis>. (Isolated guest networks only)
|
||||
Indicate whether a VLAN should be specified when this offering is used.</para>
|
||||
Indicate whether a VLAN could be specified when this offering is used. If you select
|
||||
this option and later use this network offering while creating a VPC tier or an isolated
|
||||
network, you will be able to specify a VLAN ID for the network you create.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><emphasis role="bold">VPC</emphasis>. This option indicate whether the guest network
|
||||
|
|
|
|||
|
|
@ -0,0 +1,72 @@
|
|||
<?xml version='1.0' encoding='utf-8' ?>
|
||||
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
|
||||
%BOOK_ENTITIES;
|
||||
]>
|
||||
|
||||
<!-- Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
-->
|
||||
<section id="vlan-assign-isolated-nw">
|
||||
<title>Assigning VLANs to Isolated Networks</title>
|
||||
<para>&PRODUCT; provides you the ability to control VLAN assignment to Isolated networks. You can
|
||||
assign a VLAN ID when a network is created, just the way it's done for Shared networks.
|
||||
Additionally, a network with VLAN ID can be excluded from the Network Garbage Collection.</para>
|
||||
<para>The former behaviour also is supported — VLAN is randomly allocated to a network from
|
||||
the VNET range of the physical network when the network turns to Implemented state. The VLAN is
|
||||
released back to the VNET pool when the network shuts down as a part of the Network Garbage
|
||||
Collection. The VLAN can be re-used either by the same network when it is implemented again, or
|
||||
by any other network. On each subsequent implementation of a network, a new VLAN can be
|
||||
assigned.</para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>Log in to the CloudPlatform UI as an administrator or end user.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Ensure that the VLAN range does not already exist.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Check whether the new VLAN range overlaps with any existing ones. If overlaps, extend
|
||||
the existing range. If does not overlap, add the new range.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>In the left navigation, choose Infrastructure. On Zones, click View More, then click the
|
||||
zone to which you want to work with.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Click Physical Network.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>In the Guest node of the diagram, click Configure.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Click Add VLAN Ranges button <inlinemediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="./images/add-vlan-icon.png"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>add-vlan-ico.png: button to add a VLAN range.</phrase>
|
||||
</textobject>
|
||||
</inlinemediaobject></para>
|
||||
<para>The Add VLAN Ranges dialog is displayed.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Specify the start and end of the VLAN range.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Click OK.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</section>
|
||||
|
|
@ -42,4 +42,5 @@
|
|||
and the guest networks on different physical NICs.</para>
|
||||
<xi:include href="vlan-allocation-eg.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<xi:include href="non-contiguous-vlan.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="vlan-assign-isolated-nw.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue