Included new section 'Create a router' in the Dashboard chapter
Updated the End User guide to include 'Create a router' section in the dashboard chapter. Also included section intro and updated the title to make consistent with other section titles. Partial-Bug: #1280925 Change-Id: I9f8469603b6c6ee09188ae9c09c2b88610841442
This commit is contained in:
parent
254befa482
commit
bb500c4f36
@ -9,9 +9,15 @@
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
xml:id="dashboard_create_networks">
|
||||
<title>Create a network</title>
|
||||
<title>Create and manage networks</title>
|
||||
<?dbhtml stop-chunking?>
|
||||
<procedure>
|
||||
<para>OpenStack Networking service provides a scalable system for managing
|
||||
the network connectivity within an OpenStack cloud deployment.</para>
|
||||
<para>It can easily and quickly react to changing network needs (for
|
||||
example, creating and assigning new IP addresses).</para>
|
||||
<section xml:id="dashboard_create_network">
|
||||
<title>Create a network</title>
|
||||
<procedure>
|
||||
<step>
|
||||
<para>Log in to the dashboard, choose a project,
|
||||
and click the <guibutton>Networks</guibutton>
|
||||
@ -21,8 +27,8 @@
|
||||
<para>Click <guibutton>Create Network</guibutton>.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the Create Network window, specify the following
|
||||
values.</para>
|
||||
<para>In the <guilabel>Create Network</guilabel> window, specify the
|
||||
following values.</para>
|
||||
<informaltable rules="all" width="75%">
|
||||
<col width="30%"/>
|
||||
<col width="70%"/>
|
||||
@ -34,82 +40,63 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><para><guilabel>Network
|
||||
Name</guilabel></para></td>
|
||||
<td><para>A name to identify the
|
||||
network.</para></td>
|
||||
<td><para><guilabel>Network Name</guilabel></para></td>
|
||||
<td><para>A name to identify the network.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2" align="center"
|
||||
><guilabel>Subnet</guilabel> tab</th>
|
||||
<th colspan="2" align="center">
|
||||
<guilabel>Subnet</guilabel> tab</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Create
|
||||
Subnet</guilabel></para></td>
|
||||
<td><para>Check this option to create a
|
||||
subnet</para>
|
||||
<td><para><guilabel>Create Subnet</guilabel></para></td>
|
||||
<td><para>Check this option to create a subnet</para>
|
||||
<para>You do not have to initially specify
|
||||
a subnet (although this will result in
|
||||
the status of 'error' for any attached
|
||||
instance).</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Subnet
|
||||
Name</guilabel></para></td>
|
||||
<td><para><guilabel>Subnet Name</guilabel></para></td>
|
||||
<td><para>Name for the subnet.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Network
|
||||
Address</guilabel></para></td>
|
||||
<td><para>IP address for the
|
||||
subnet.</para></td>
|
||||
<td><para><guilabel>Network Address</guilabel></para></td>
|
||||
<td><para>IP address for the subnet.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>IP
|
||||
Version</guilabel></para></td>
|
||||
<td><para><guilabel>IP Version</guilabel></para></td>
|
||||
<td><para>IPv4 or IPv6.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Gateway
|
||||
IP</guilabel></para></td>
|
||||
<td><para><guilabel>Gateway IP</guilabel></para></td>
|
||||
<td><para>IP address for a specific gateway.
|
||||
This parameter is
|
||||
optional.</para></td>
|
||||
This parameter is optional.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Disable
|
||||
Gateway</guilabel></para></td>
|
||||
<td><para><guilabel>Disable Gateway</guilabel></para></td>
|
||||
<td><para>Check this option to disable gateway
|
||||
IP address.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2" align="center"
|
||||
><guilabel>Subnet Detail</guilabel>
|
||||
tab</th>
|
||||
><guilabel>Subnet Detail</guilabel> tab</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Enable
|
||||
DHCP</guilabel></para></td>
|
||||
<td><para>Check this option to enable
|
||||
DHCP</para></td>
|
||||
<td><para><guilabel>Enable DHCP</guilabel></para></td>
|
||||
<td><para>Check this option to enable DHCP</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Allocation
|
||||
Pools</guilabel></para></td>
|
||||
<td><para>You can allocate IP address
|
||||
pools.</para></td>
|
||||
<td><para><guilabel>Allocation Pools</guilabel></para></td>
|
||||
<td><para>You can allocate IP address pools.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>DNS Name
|
||||
Servers</guilabel></para></td>
|
||||
<td><para>You can allocate a name for the DNS
|
||||
server.</para></td>
|
||||
<td><para><guilabel>DNS Name Servers</guilabel></para></td>
|
||||
<td><para>You can allocate a name for the DNS server.
|
||||
</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Host
|
||||
Routes</guilabel></para></td>
|
||||
<td><para>Include IP address of host
|
||||
routes.</para></td>
|
||||
<td><para><guilabel>Host Routes</guilabel></para></td>
|
||||
<td><para>Include IP address of host routes.</para></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</informaltable>
|
||||
@ -122,5 +109,92 @@
|
||||
<para>The dashboard shows the network in the
|
||||
<guilabel>Networks</guilabel> category.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
</procedure>
|
||||
</section>
|
||||
<section xml:id="dashboard_create_router">
|
||||
<title>Create a router</title>
|
||||
<procedure>
|
||||
<step>
|
||||
<para>Log in to the dashboard, choose a project,
|
||||
and click the <guibutton>Routers</guibutton>
|
||||
category.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>Click the <guibutton>Create Router</guibutton> button. The
|
||||
<guilabel>Create Router</guilabel> window is displayed.</para>
|
||||
</step>
|
||||
<step><para>Specify a name for the router and click the
|
||||
<guibutton>Create Router</guibutton> button. The new router is now
|
||||
displayed in the router list.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Click the new router's <guibutton>Set Gateway</guibutton> button.
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Specify the network to which the router will connect in the
|
||||
<guilabel>External Network</guilabel> field, and click the
|
||||
<guibutton>Set Gateway</guibutton> button.
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>To connect a private network to the newly created router:</para>
|
||||
<substeps>
|
||||
<step>
|
||||
<para>Click on the router name in the router list.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Click the <guibutton>Add Interface</guibutton> button. The
|
||||
<guilabel>Add Interface</guilabel> window is displayed.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Specify the following information:
|
||||
</para>
|
||||
<informaltable rules="all" width="75%">
|
||||
<col width="30%"/>
|
||||
<col width="70%"/>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<para><guilabel>Subnet</guilabel>
|
||||
</para>
|
||||
</td>
|
||||
<td>
|
||||
<para>Select a subnet.</para>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<para><guilabel>IP Address (optional)</guilabel></para>
|
||||
</td>
|
||||
<td>
|
||||
<para>Enter the router interface IP address for the
|
||||
selected subnet.</para>
|
||||
<note>
|
||||
<para>If this value is not set, then by default, the
|
||||
first host IP address in the subnet is used by
|
||||
OpenStack Networking.</para>
|
||||
</note>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</informaltable>
|
||||
<para>The <guilabel>Router Name</guilabel> and <guilabel>Router ID</guilabel>
|
||||
fields are automatically updated.</para>
|
||||
</step>
|
||||
</substeps>
|
||||
</step>
|
||||
<step>
|
||||
<para>Click the <guilabel>Add Interface</guilabel> button.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
<para>
|
||||
You have successfully created the router. You can view the new topology
|
||||
by clicking <guilabel>Network Topology</guilabel> in the
|
||||
<guilabel>Manage Network</guilabel> menu.</para>
|
||||
</section>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user