You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2013/07/30 12:25:05 UTC

git commit: updated refs/heads/master to dafc59e

Updated Branches:
  refs/heads/master e78f93224 -> dafc59e78


CLOUDSTACK-478


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/dafc59e7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/dafc59e7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/dafc59e7

Branch: refs/heads/master
Commit: dafc59e78b4a6080ed2ef322cccf6cd32baa55a7
Parents: e78f932
Author: Radhika PC <ra...@citrix.com>
Authored: Tue Jul 30 15:53:59 2013 +0530
Committer: Radhika PC <ra...@citrix.com>
Committed: Tue Jul 30 15:54:35 2013 +0530

----------------------------------------------------------------------
 ...nced-zone-physical-network-configuration.xml |   1 +
 docs/en-US/creating-shared-network.xml          | 132 +++++++++++++++++++
 docs/en-US/images/add-guest-network.png         | Bin 20547 -> 24669 bytes
 3 files changed, 133 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dafc59e7/docs/en-US/advanced-zone-physical-network-configuration.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/advanced-zone-physical-network-configuration.xml b/docs/en-US/advanced-zone-physical-network-configuration.xml
index e47c0fd..cfc6184 100644
--- a/docs/en-US/advanced-zone-physical-network-configuration.xml
+++ b/docs/en-US/advanced-zone-physical-network-configuration.xml
@@ -26,4 +26,5 @@
     xmlns:xi="http://www.w3.org/2001/XInclude"/>
   <xi:include href="configure-public-traffic-in-an-advanced-zone.xml"
     xmlns:xi="http://www.w3.org/2001/XInclude"/>
+  <xi:include href="creating-shared-network.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dafc59e7/docs/en-US/creating-shared-network.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/creating-shared-network.xml b/docs/en-US/creating-shared-network.xml
new file mode 100644
index 0000000..6c2b504
--- /dev/null
+++ b/docs/en-US/creating-shared-network.xml
@@ -0,0 +1,132 @@
+<?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="creating-shared-network">
+  <title>Configuring a Shared Guest Network</title>
+  <orderedlist>
+    <listitem>
+      <para>Log in to the CloudPlatform UI as administrator.</para>
+    </listitem>
+    <listitem>
+      <para>In the left navigation, choose Infrastructure.</para>
+    </listitem>
+    <listitem>
+      <para>On Zones, click View More.</para>
+    </listitem>
+    <listitem>
+      <para>Click the zone to which you want to add a guest network.</para>
+    </listitem>
+    <listitem>
+      <para>Click the Physical Network tab.</para>
+    </listitem>
+    <listitem>
+      <para>Click the physical network you want to work with.</para>
+    </listitem>
+    <listitem>
+      <para>On the Guest node of the diagram, click Configure.</para>
+    </listitem>
+    <listitem>
+      <para>Click the Network tab.</para>
+    </listitem>
+    <listitem>
+      <para>Click Add guest network.</para>
+      <para>The Add guest network window is displayed.</para>
+    </listitem>
+    <listitem>
+      <para>Specify the following:</para>
+      <itemizedlist>
+        <listitem>
+          <para><emphasis role="bold">Name</emphasis>: The name of the network. This will be visible
+            to the user.</para>
+        </listitem>
+        <listitem>
+          <para><emphasis role="bold">Description</emphasis>: The short description of the network
+            that can be displayed to users.</para>
+        </listitem>
+        <listitem>
+          <para><emphasis role="bold">VLAN ID</emphasis>: The unique ID of the VLAN.</para>
+        </listitem>
+        <listitem>
+          <para><emphasis role="bold">Isolated VLAN ID</emphasis>: The unique ID of the Secondary
+            Isolated VLAN. </para>
+        </listitem>
+        <listitem>
+          <para><emphasis role="bold">Scope</emphasis>: The available scopes are Domain, Account,
+            Project, and All.</para>
+          <itemizedlist>
+            <listitem>
+              <para><emphasis role="bold">Domain</emphasis>: Selecting Domain limits the scope of
+                this guest network to the domain you specify. The network will not be available for
+                other domains. If you select Subdomain Access, the guest network is available to all
+                the sub domains within the selected domain.</para>
+            </listitem>
+            <listitem>
+              <para><emphasis role="bold">Account</emphasis>: The account for which the guest
+                network is being created for. You must specify the domain the account belongs
+                to.</para>
+            </listitem>
+            <listitem>
+              <para><emphasis role="bold">Project</emphasis>: The project for which the guest
+                network is being created for. You must specify the domain the project belongs
+                to.</para>
+            </listitem>
+            <listitem>
+              <para><emphasis role="bold">All</emphasis>: The guest network is available for all the
+                domains, account, projects within the selected zone. </para>
+            </listitem>
+          </itemizedlist>
+        </listitem>
+        <listitem>
+          <para><emphasis role="bold">Network Offering</emphasis>: If the administrator has
+            configured multiple network offerings, select the one you want to use for this
+            network.</para>
+        </listitem>
+        <listitem>
+          <para><emphasis role="bold">Gateway</emphasis>: The gateway that the guests should
+            use.</para>
+        </listitem>
+        <listitem>
+          <para><emphasis role="bold">Netmask</emphasis>: The netmask in use on the subnet the
+            guests will use.</para>
+        </listitem>
+        <listitem>
+          <para><emphasis role="bold">IP Range</emphasis>: A range of IP addresses that are
+            accessible from the Internet and are assigned to the guest VMs.</para>
+          <para>If one NIC is used, these IPs should be in the same CIDR in the case of IPv6.</para>
+        </listitem>
+        <listitem>
+          <para><emphasis role="bold">IPv6 CIDR</emphasis>: The network prefix that defines the
+            guest network subnet. This is the CIDR that describes the IPv6 addresses in use in the
+            guest networks in this zone. To allot IP addresses from within a particular address
+            block, enter a CIDR.</para>
+        </listitem>
+        <listitem>
+          <para><emphasis role="bold">Network Domain</emphasis>: A custom DNS suffix at the level of
+            a network. If you want to assign a special domain name to the guest VM network, specify
+            a DNS suffix.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+    <listitem>
+      <para>Click OK to confirm.</para>
+    </listitem>
+  </orderedlist>
+</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dafc59e7/docs/en-US/images/add-guest-network.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/add-guest-network.png b/docs/en-US/images/add-guest-network.png
index 5740ab5..b22181e 100644
Binary files a/docs/en-US/images/add-guest-network.png and b/docs/en-US/images/add-guest-network.png differ