Skip to content

Commit 7e5fd88

Browse files
Radhika PCunknown
authored andcommitted
CLOUDSTACK-804 ui changes
1 parent f65f3b9 commit 7e5fd88

3 files changed

Lines changed: 70 additions & 0 deletions

File tree

860 Bytes
Loading

docs/en-US/non-contiguous-vlan.xml

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<?xml version='1.0' encoding='utf-8' ?>
2+
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
3+
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
4+
%BOOK_ENTITIES;
5+
]>
6+
7+
<!-- Licensed to the Apache Software Foundation (ASF) under one
8+
or more contributor license agreements. See the NOTICE file
9+
distributed with this work for additional information
10+
regarding copyright ownership. The ASF licenses this file
11+
to you under the Apache License, Version 2.0 (the
12+
"License"); you may not use this file except in compliance
13+
with the License. You may obtain a copy of the License at
14+
http://www.apache.org/licenses/LICENSE-2.0
15+
Unless required by applicable law or agreed to in writing,
16+
software distributed under the License is distributed on an
17+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18+
KIND, either express or implied. See the License for the
19+
specific language governing permissions and limitations
20+
under the License.
21+
-->
22+
<section id="non-contiguous-vlan">
23+
<title>Non Contiguous VLAN Ranges</title>
24+
<para>&PRODUCT; provides you with the flexibility to add non contiguous VLAN ranges to your
25+
network. The administrator can either update an existing VLAN range or add multiple non
26+
contiguous VLAN ranges while creating a zone. You can also use the UpdatephysicalNetwork API to
27+
extend the VLAN range.</para>
28+
<section id="add-vlan-range">
29+
<title>Adding a New VLAN Range</title>
30+
<orderedlist>
31+
<listitem><para>Log in to the CloudPlatform UI as an administrator or end user.</para></listitem>
32+
<listitem>
33+
<para>Ensure that the VLAN range does not already exist.</para>
34+
</listitem>
35+
<listitem>
36+
<para>Check whether the new VLAN range overlaps with any existing ones. If overlaps, extend
37+
the existing range. If does not overlap, add the new range.</para>
38+
</listitem>
39+
<listitem>
40+
<para>In the left navigation, choose Infrastructure. On Zones, click View More, then click the zone to
41+
which you want to work with.</para>
42+
</listitem>
43+
<listitem>
44+
<para>Click Physical Network.</para>
45+
</listitem>
46+
<listitem>
47+
<para>In the Guest node of the diagram, click Configure.</para>
48+
</listitem>
49+
<listitem>
50+
<para>Click Add VLAN Ranges button <inlinemediaobject>
51+
<imageobject>
52+
<imagedata fileref="./images/add-vlan-icon.png"/>
53+
</imageobject>
54+
<textobject>
55+
<phrase>add-vlan-ico.png: button to add a VLAN range.</phrase>
56+
</textobject>
57+
</inlinemediaobject></para>
58+
<para>The Add VLAN Ranges dialog is displayed.</para>
59+
</listitem>
60+
<listitem>
61+
<para>Specify the start and end of the VLAN range.</para>
62+
</listitem>
63+
<listitem>
64+
<para>Click OK.</para>
65+
</listitem>
66+
</orderedlist>
67+
</section>
68+
</section>

docs/en-US/vlan-provisioning.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@
4040
different physical NIC and use the same set of VLANs if you run out of VLANs. Another advantage
4141
is that you can use the same set of IPs for different customers, each one with their own routers
4242
and the guest networks on different physical NICs.</para>
43+
<xi:include href="vlan-allocation-eg.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
44+
<xi:include href="non-contiguous-vlan.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
4345
</section>

0 commit comments

Comments
 (0)