You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by jz...@apache.org on 2012/11/08 07:13:09 UTC

[10/52] [partial] Revised en-US/network-setup.xml to include the correct file.

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/import-ami.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/import-ami.html b/docs/tmp/en-US/epub/OEBPS/import-ami.html
deleted file mode 100644
index 10e7539..0000000
--- a/docs/tmp/en-US/epub/OEBPS/import-ami.html
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>12.11. Importing Amazon Machine Images</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="import-ami"><div class="titlepage"><div><div><h1 class="title" id="import-ami">12.11. Importing Amazon Machine Images</h1></div></div></div><div class="para">
-		The following procedures describe how to import an Amazon Machine Image (AMI) into CloudStack when using the XenServer hypervisor.
-	</div><div class="para">
-		Assume you have an AMI file and this file is called CentOS_6.2_x64. Assume further that you are working on a CentOS host. If the AMI is a Fedora image, you need to be working on a Fedora host initially.
-	</div><div class="para">
-		You need to have a XenServer host with a file-based storage repository (either a local ext3 SR or an NFS SR) to convert to a VHD once the image file has been customized on the Centos/Fedora host.
-	</div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-			When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text.
-		</div></div></div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				Set up loopback on image file:
-			</div><pre class="programlisting"># mkdir -p /mnt/loop/centos62
-# mount -o loop  CentOS_6.2_x64 /mnt/loop/centos54
-</pre></li><li class="listitem"><div class="para">
-				Install the kernel-xen package into the image. This downloads the PV kernel and ramdisk to the image.
-			</div><pre class="programlisting"># yum -c /mnt/loop/centos54/etc/yum.conf --installroot=/mnt/loop/centos62/ -y install kernel-xen</pre></li><li class="listitem"><div class="para">
-				Create a grub entry in /boot/grub/grub.conf.
-			</div><pre class="programlisting"># mkdir -p /mnt/loop/centos62/boot/grub
-# touch /mnt/loop/centos62/boot/grub/grub.conf
-# echo "" &gt; /mnt/loop/centos62/boot/grub/grub.conf
-</pre></li><li class="listitem"><div class="para">
-				Determine the name of the PV kernel that has been installed into the image.
-			</div><pre class="programlisting"># cd /mnt/loop/centos62
-# ls lib/modules/
-2.6.16.33-xenU  2.6.16-xenU  2.6.18-164.15.1.el5xen  2.6.18-164.6.1.el5.centos.plus  2.6.18-xenU-ec2-v1.0  2.6.21.7-2.fc8xen  2.6.31-302-ec2
-# ls boot/initrd*
-boot/initrd-2.6.18-164.6.1.el5.centos.plus.img boot/initrd-2.6.18-164.15.1.el5xen.img
-# ls boot/vmlinuz*
-boot/vmlinuz-2.6.18-164.15.1.el5xen  boot/vmlinuz-2.6.18-164.6.1.el5.centos.plus  boot/vmlinuz-2.6.18-xenU-ec2-v1.0  boot/vmlinuz-2.6.21-2952.fc8xen
-</pre><div class="para">
-				Xen kernels/ramdisk always end with "xen". For the kernel version you choose, there has to be an entry for that version under lib/modules, there has to be an initrd and vmlinuz corresponding to that. Above, the only kernel that satisfies this condition is 2.6.18-164.15.1.el5xen.
-			</div></li><li class="listitem"><div class="para">
-				Based on your findings, create an entry in the grub.conf file. Below is an example entry.
-			</div><pre class="programlisting">default=0
-timeout=5
-hiddenmenu
-title CentOS (2.6.18-164.15.1.el5xen)
-        root (hd0,0)
-        kernel /boot/vmlinuz-2.6.18-164.15.1.el5xen ro root=/dev/xvda 
-        initrd /boot/initrd-2.6.18-164.15.1.el5xen.img
-</pre></li><li class="listitem"><div class="para">
-				Edit etc/fstab, changing “sda1” to “xvda” and changing “sdb” to “xvdb”.
-			</div><pre class="programlisting"># cat etc/fstab
-/dev/xvda  /         ext3    defaults        1 1
-/dev/xvdb  /mnt      ext3    defaults        0 0
-none       /dev/pts  devpts  gid=5,mode=620  0 0
-none       /proc     proc    defaults        0 0
-none       /sys      sysfs   defaults        0 0
-</pre></li><li class="listitem"><div class="para">
-				Enable login via the console. The default console device in a XenServer system is xvc0. Ensure that etc/inittab and etc/securetty have the following lines respectively:
-			</div><pre class="programlisting"># grep xvc0 etc/inittab 
-co:2345:respawn:/sbin/agetty xvc0 9600 vt100-nav
-# grep xvc0 etc/securetty 
-xvc0
-</pre></li><li class="listitem"><div class="para">
-				Ensure the ramdisk supports PV disk and PV network. Customize this for the kernel version you have determined above.
-			</div><pre class="programlisting"># chroot /mnt/loop/centos54
-# cd /boot/
-# mv initrd-2.6.18-164.15.1.el5xen.img initrd-2.6.18-164.15.1.el5xen.img.bak
-# mkinitrd -f /boot/initrd-2.6.18-164.15.1.el5xen.img --with=xennet --preload=xenblk --omit-scsi-modules 2.6.18-164.15.1.el5xen
-</pre></li><li class="listitem"><div class="para">
-				Change the password.
-			</div><pre class="programlisting"># passwd
-Changing password for user root.
-New UNIX password: 
-Retype new UNIX password: 
-passwd: all authentication tokens updated successfully.
-</pre></li><li class="listitem"><div class="para">
-				Exit out of chroot.
-			</div><pre class="programlisting"># exit</pre></li><li class="listitem"><div class="para">
-				Check etc/ssh/sshd_config for lines allowing ssh login using a password.
-			</div><pre class="programlisting"># egrep "PermitRootLogin|PasswordAuthentication" /mnt/loop/centos54/etc/ssh/sshd_config  
-PermitRootLogin yes
-PasswordAuthentication yes
-</pre></li><li class="listitem"><div class="para">
-				If you need the template to be enabled to reset passwords from the CloudStack UI or API, install the password change script into the image at this point. See <a class="xref" href="add-password-management-to-templates.html">Section 12.13, “Adding Password Management to Your Templates”</a>.
-			</div></li><li class="listitem"><div class="para">
-				Unmount and delete loopback mount.
-			</div><pre class="programlisting"># umount /mnt/loop/centos54
-# losetup -d /dev/loop0
-</pre></li><li class="listitem"><div class="para">
-				Copy the image file to your XenServer host's file-based storage repository. In the example below, the Xenserver is "xenhost". This XenServer has an NFS repository whose uuid is a9c5b8c8-536b-a193-a6dc-51af3e5ff799.
-			</div><pre class="programlisting"># scp CentOS_6.2_x64 xenhost:/var/run/sr-mount/a9c5b8c8-536b-a193-a6dc-51af3e5ff799/</pre></li><li class="listitem"><div class="para">
-				Log in to the Xenserver and create a VDI the same size as the image.
-			</div><pre class="programlisting">[root@xenhost ~]# cd /var/run/sr-mount/a9c5b8c8-536b-a193-a6dc-51af3e5ff799
-[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]#  ls -lh CentOS_6.2_x64
--rw-r--r-- 1 root root 10G Mar 16 16:49 CentOS_6.2_x64
-[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]# xe vdi-create virtual-size=10GiB sr-uuid=a9c5b8c8-536b-a193-a6dc-51af3e5ff799 type=user name-label="Centos 6.2 x86_64"
-cad7317c-258b-4ef7-b207-cdf0283a7923
-</pre></li><li class="listitem"><div class="para">
-				Import the image file into the VDI. This may take 10–20 minutes.
-			</div><pre class="programlisting">[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]# xe vdi-import filename=CentOS_6.2_x64 uuid=cad7317c-258b-4ef7-b207-cdf0283a7923</pre></li><li class="listitem"><div class="para">
-				Locate a the VHD file. This is the file with the VDI’s UUID as its name. Compress it and upload it to your web server.
-			</div><pre class="programlisting">[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]# bzip2 -c cad7317c-258b-4ef7-b207-cdf0283a7923.vhd &gt; CentOS_6.2_x64.vhd.bz2
-[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]# scp CentOS_6.2_x64.vhd.bz2 webserver:/var/www/html/templates/
-</pre></li></ol></div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/increase-management-server-max-memory.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/increase-management-server-max-memory.html b/docs/tmp/en-US/epub/OEBPS/increase-management-server-max-memory.html
deleted file mode 100644
index d6422ae..0000000
--- a/docs/tmp/en-US/epub/OEBPS/increase-management-server-max-memory.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.2. Increase Management Server Maximum Memory</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="increase-management-server-max-memory"><div class="titlepage"><div><div><h1 class="title" id="increase-management-server-max-memory">21.2. Increase Management Server Maximum Memory</h1></div></div></div><div class="para">
-		If the Management Server is subject to high demand, the default maximum JVM memory allocation can be insufficient. To increase the memory:
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				Edit the Tomcat configuration file:
-			</div><pre class="programlisting">/etc/cloud/management/tomcat6.conf</pre></li><li class="listitem"><div class="para">
-				Change the command-line parameter -XmxNNNm to a higher value of N.
-			</div><div class="para">
-				For example, if the current value is -Xmx128m, change it to -Xmx1024m or higher.
-			</div></li><li class="listitem"><div class="para">
-				To put the new setting into effect, restart the Management Server.
-			</div><pre class="programlisting"># service cloud-management restart</pre></li></ol></div><div class="para">
-		For more information about memory issues, see "FAQ: Memory" at <a href="http://wiki.apache.org/tomcat/FAQ/Memory">Tomcat Wiki.</a>
-	</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/index.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/index.html b/docs/tmp/en-US/epub/OEBPS/index.html
deleted file mode 100644
index 8f174c6..0000000
--- a/docs/tmp/en-US/epub/OEBPS/index.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>CloudStack Administrator's Guide</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /><meta name="description" content="Administration Guide for CloudStack." /></head><body><div class="book" id="idp705856"><div class="titlepage"><div><div class="producttitle"><span class="productname">Apache CloudStack</span> <span class="productnumber">4.0.0-incubating</span></div><div><h1 id="idp705856" class="title">CloudStack Administrator's Guide</h1></div><p class="edition">Edition 1</p><div><h3 class="corpauthor">
-			<span class="inlinemediaobject"><object data="Common_Content/images/title_logo.svg" type="image/svg+xml"> </object></span>
-
-		</h3></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Apache</span> <span class="surname">CloudStack</span></h3></div></div></div><hr /><div><div id="idm5081400" class="legalnotice"><h1 class="legalnotice">Legal Notice</h1><div class="para">
-		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
-	</div><div class="para">
-		http://www.apache.org/licenses/LICENSE-2.0
-	</div><div class="para">
-		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.
-	</div><div class="para">
-		Apache CloudStack is an effort undergoing incubation at The Apache Software Foundation (ASF).
-	</div><div class="para">
-		Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-	</div></div></div><div><div class="abstract"><h6>Abstract</h6><div class="para">
-				Administration Guide for CloudStack.
-			</div></div></div></div><hr /></div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/initialize-and-test.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/initialize-and-test.html b/docs/tmp/en-US/epub/OEBPS/initialize-and-test.html
deleted file mode 100644
index 8f499b5..0000000
--- a/docs/tmp/en-US/epub/OEBPS/initialize-and-test.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>7.8. Initialize and Test</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="initialize-and-test"><div class="titlepage"><div><div><h1 class="title" id="initialize-and-test">7.8. Initialize and Test</h1></div></div></div><div class="para">
-		After everything is configured, CloudStack will perform its initialization. This can take 30 minutes or more, depending on the speed of your network. When the initialization has completed successfully, the administrator's Dashboard should be displayed in the CloudStack UI.
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				Verify that the system is ready. In the left navigation bar, select Templates. Click on the CentOS 5.5 (64bit) no Gui (KVM) template. Check to be sure that the status is "Download Complete." Do not proceed to the next step until this status is displayed.
-			</div></li><li class="listitem"><div class="para">
-				Go to the Instances tab, and filter by My Instances.
-			</div></li><li class="listitem"><div class="para">
-				Click Add Instance and follow the steps in the wizard.
-			</div><div class="orderedlist"><ol class="loweralpha"><li class="listitem"><div class="para">
-						Choose the zone you just added.
-					</div></li><li class="listitem"><div class="para">
-						In the template selection, choose the template to use in the VM. If this is a fresh installation, likely only the provided CentOS template is available.
-					</div></li><li class="listitem"><div class="para">
-						Select a service offering. Be sure that the hardware you have allows starting the selected service offering.
-					</div></li><li class="listitem"><div class="para">
-						In data disk offering, if desired, add another data disk. This is a second volume that will be available to but not mounted in the guest. For example, in Linux on XenServer you will see /dev/xvdb in the guest after rebooting the VM. A reboot is not required if you have a PV-enabled OS kernel in use.
-					</div></li><li class="listitem"><div class="para">
-						In default network, choose the primary network for the guest. In a trial installation, you would have only one option here.
-					</div></li><li class="listitem"><div class="para">
-						Optionally give your VM a name and a group. Use any descriptive text you would like.
-					</div></li><li class="listitem"><div class="para">
-						Click Launch VM. Your VM will be created and started. It might take some time to download the template and complete the VM startup. You can watch the VM’s progress in the Instances screen.
-					</div></li></ol></div></li><li class="listitem"><div class="para">
-				To use the VM, click the View Console button. 
-				<span class="inlinemediaobject"><img src="./images/console-icon.png" alt="ConsoleButton.png: button to launch a console" /></span>
-
-			</div></li></ol></div><div class="para">
-		Congratulations! You have successfully completed a CloudStack Installation.
-	</div><div class="para">
-		If you decide to grow your deployment, you can add more hosts, primary storage, zones, pods, and clusters.
-	</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/inter-vlan-routing.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/inter-vlan-routing.html b/docs/tmp/en-US/epub/OEBPS/inter-vlan-routing.html
deleted file mode 100644
index 11e51a6..0000000
--- a/docs/tmp/en-US/epub/OEBPS/inter-vlan-routing.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>15.18. About Inter-VLAN Routing</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="inter-vlan-routing"><div class="titlepage"><div><div><h1 class="title" id="inter-vlan-routing">15.18. About Inter-VLAN Routing</h1></div></div></div><div class="para">
-		Inter-VLAN Routing is the capability to route network traffic between VLANs. This feature enables you to build Virtual Private Clouds (VPC), an isolated segment of your cloud, that can hold multi-tier applications. These tiers are deployed on different VLANs that can communicate with each other. You provision VLANs to the tiers your create, and VMs can be deployed on different tiers. The VLANs are connected to a virtual router, which facilitates communication between the VMs. In effect, you can segment VMs by means of VLANs into different networks that can host multi-tier applications, such as Web, Application, or Database. Such segmentation by means of VLANs logically separate application VMs for higher security and lower broadcasts, while remaining physically connected to the same device.
-	</div><div class="para">
-		This feature is supported on XenServer and VMware hypervisors.
-	</div><div class="para">
-		The major advantages are:
-	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-				The administrator can deploy a set of VLANs and allow users to deploy VMs on these VLANs. A guest VLAN is randomly alloted to an account from a pre-specified set of guest VLANs. All the VMs of a certain tier of an account reside on the guest VLAN allotted to that account.
-			</div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-					A VLAN allocated for an account cannot be shared between multiple accounts.
-				</div></div></div></li><li class="listitem"><div class="para">
-				The administrator can allow users create their own VPC and deploy the application. In this scenario, the VMs that belong to the account are deployed on the VLANs allotted to that account.
-			</div></li><li class="listitem"><div class="para">
-				Both administrators and users can create multiple VPCs. The guest network NIC is plugged to the VPC virtual router when the first VM is deployed in a tier.
-			</div></li><li class="listitem"><div class="para">
-				The administrator can create the following gateways to send to or receive traffic from the VMs:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>VPN Gateway</strong></span>: For more information, see <a class="xref" href="vpn.html#create-vpn-gateway-for-vpc">Section 15.17.4.2, “Creating a VPN gateway for the VPC”</a>.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Public Gateway</strong></span>: The public gateway for a VPC is added to the virtual router when the virtual router is created for VPC. The public gateway is not exposed to the end users. You are not allowed to list it, nor allowed to create any static routes.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Private Gateway</strong></span>: For more information, see <a class="xref" href="configure-vpc.html#add-gateway-vpc">Section 15.19.5, “Adding a Private Gateway to a VPC”</a>.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				Both administrators and users can create various possible destinations-gateway combinations. However, only one gateway of each type can be used in a deployment.
-			</div><div class="para">
-				For example:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>VLANs and Public Gateway</strong></span>: For example, an application is deployed in the cloud, and the Web application VMs communicate with the Internet.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>VLANs, VPN Gateway, and Public Gateway</strong></span>: For example, an application is deployed in the cloud; the Web application VMs communicate with the Internet; and the database VMs communicate with the on-premise devices.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				The administrator can define Access Control List (ACL) on the virtual router to filter the traffic among the VLANs or between the Internet and a VLAN. You can define ACL based on CIDR, port range, protocol, type code (if ICMP protocol is selected) and Ingress/Egress type.
-			</div></li></ul></div><div class="para">
-		The following figure shows the possible deployment scenarios of a Inter-VLAN setup:
-	</div><div class="mediaobject"><img src="./images/multi-tier-app.png" width="444" alt="mutltier.png: a multi-tier setup." /></div><div class="para">
-		To set up a multi-tier Inter-VLAN deployment, see <a class="xref" href="configure-vpc.html">Section 15.19, “Configuring a Virtual Private Cloud”</a>.
-	</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/ip-forwarding-firewalling.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/ip-forwarding-firewalling.html b/docs/tmp/en-US/epub/OEBPS/ip-forwarding-firewalling.html
deleted file mode 100644
index acece5d..0000000
--- a/docs/tmp/en-US/epub/OEBPS/ip-forwarding-firewalling.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>15.14. IP Forwarding and Firewalling</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="ip-forwarding-firewalling"><div class="titlepage"><div><div><h1 class="title" id="ip-forwarding-firewalling">15.14. IP Forwarding and Firewalling</h1></div></div></div><div class="para">
-		By default, all incoming traffic to the public IP address is rejected. All outgoing traffic from the guests is translated via NAT to the public IP address and is allowed.
-	</div><div class="para">
-		To allow incoming traffic, users may set up firewall rules and/or port forwarding rules. For example, you can use a firewall rule to open a range of ports on the public IP address, such as 33 through 44. Then use port forwarding rules to direct traffic from individual ports within that range to specific ports on user VMs. For example, one port forwarding rule could route incoming traffic on the public IP's port 33 to port 100 on one user VM's private IP.
-	</div><div class="para">
-		For the steps to implement these rules, see Firewall Rules and Port Forwarding.
-	</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/ip-load-balancing.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/ip-load-balancing.html b/docs/tmp/en-US/epub/OEBPS/ip-load-balancing.html
deleted file mode 100644
index bd9ebac..0000000
--- a/docs/tmp/en-US/epub/OEBPS/ip-load-balancing.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>15.15. IP Load Balancing</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="ip-load-balancing"><div class="titlepage"><div><div><h1 class="title" id="ip-load-balancing">15.15. IP Load Balancing</h1></div></div></div><div class="para">
-		The user may choose to associate the same public IP for multiple guests. CloudStack implements a TCP-level load balancer with the following policies.
-	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-				Round-robin
-			</div></li><li class="listitem"><div class="para">
-				Least connection
-			</div></li><li class="listitem"><div class="para">
-				Source IP
-			</div></li></ul></div><div class="para">
-		This is similar to port forwarding but the destination may be multiple IP addresses.
-	</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/load-balancer-rules.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/load-balancer-rules.html b/docs/tmp/en-US/epub/OEBPS/load-balancer-rules.html
deleted file mode 100644
index e70de79..0000000
--- a/docs/tmp/en-US/epub/OEBPS/load-balancer-rules.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>15.9. Load Balancer Rules</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="load-balancer-rules"><div class="titlepage"><div><div><h1 class="title" id="load-balancer-rules">15.9. Load Balancer Rules</h1></div></div></div><div class="para">
-		A CloudStack user or administrator may create load balancing rules that balance traffic received at a public IP to one or more VMs. A user creates a rule, specifies an algorithm, and assigns the rule to a set of VMs.
-	</div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-			If you create load balancing rules while using a network service offering that includes an external load balancer device such as NetScaler, and later change the network service offering to one that uses the CloudStack virtual router, you must create a firewall rule on the virtual router for each of your existing load balancing rules so that they continue to function.
-		</div></div></div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/maintain-hypervisors-on-hosts.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/maintain-hypervisors-on-hosts.html b/docs/tmp/en-US/epub/OEBPS/maintain-hypervisors-on-hosts.html
deleted file mode 100644
index 1d47b40..0000000
--- a/docs/tmp/en-US/epub/OEBPS/maintain-hypervisors-on-hosts.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>11.6. Maintaining Hypervisors on Hosts</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="maintain-hypervisors-on-hosts"><div class="titlepage"><div><div><h1 class="title" id="maintain-hypervisors-on-hosts">11.6. Maintaining Hypervisors on Hosts</h1></div></div></div><div class="para">
-		When running hypervisor software on hosts, be sure all the hotfixes provided by the hypervisor vendor are applied. Track the release of hypervisor patches through your hypervisor vendor’s support channel, and apply patches as soon as possible after they are released. CloudStack will not track or notify you of required hypervisor patches. It is essential that your hosts are completely up to date with the provided hypervisor patches. The hypervisor vendor is likely to refuse to support any system that is not up to date with patches.
-	</div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-			The lack of up-do-date hotfixes can lead to data corruption and lost VMs.
-		</div></div></div><div class="para">
-		(XenServer) For more information, see <a href="http://docs.cloudstack.org/Knowledge_Base/Possible_VM_corruption_if_XenServer_Hotfix_is_not_Applied/Highly_Recommended_Hotfixes_for_XenServer_5.6_SP2">Highly Recommended Hotfixes for XenServer in the CloudStack Knowledge Base</a>
-	</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/manage-cloud.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/manage-cloud.html b/docs/tmp/en-US/epub/OEBPS/manage-cloud.html
deleted file mode 100644
index 2a43adb..0000000
--- a/docs/tmp/en-US/epub/OEBPS/manage-cloud.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 18. Managing the Cloud</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="chapter" id="manage-cloud"><div class="titlepage"><div><div><h1 class="title">Chapter 18. Managing the Cloud</h1></div></div></div><div class="section" id="tagging-resources"><div class="titlepage"><div><div><h1 class="title" id="tagging-resources">18.1. Using Tags to Organize Resources in the Cloud</h1></div></div></div><div class="para">
-		A tag is a key-value pair that stores metadata about a resource in the cloud. Tags are useful for categorizing resources. For example, you can tag a user VM with a value that indicates the user's city of residence. In this case, the key would be "city" and the value might be "Toronto" or "Tokyo." You can then request CloudStack to find all resources that have a given tag; for example, VMs for users in a given city.
-	</div><div class="para">
-		You can tag a user virtual machine, volume, snapshot, guest network, template, ISO, firewall rule, port forwarding rule, public IP address, security group, load balancer rule, project, VPC, network ACL, or static route. You can not tag a remote access VPN.
-	</div><div class="para">
-		You can work with tags through the UI or through the API commands createTags, deleteTags, and listTags. You can define multiple tags for each resource. There is no limit on the number of tags you can define. Each tag can be up to 255 characters long. Users can define tags on the resources they own, and administrators can define tags on any resources in the cloud.
-	</div><div class="para">
-		An optional input parameter, "tags," exists on many of the list* API commands. The following example shows how to use this new parameter to find all the volumes having tag region=canada OR tag city=Toronto:
-	</div><pre class="programlisting">command=listVolumes
-				&amp;listAll=true
-				&amp;tags[0].key=region
-				&amp;tags[0].value=canada
-				&amp;tags[1].key=city
-				&amp;tags[1].value=Toronto</pre><div class="para">
-		The following API commands have the "tags" input parameter:
-	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-				listVirtualMachines
-			</div></li><li class="listitem"><div class="para">
-				listVolumes
-			</div></li><li class="listitem"><div class="para">
-				listSnapshots
-			</div></li><li class="listitem"><div class="para">
-				listNetworks
-			</div></li><li class="listitem"><div class="para">
-				listTemplates
-			</div></li><li class="listitem"><div class="para">
-				listIsos
-			</div></li><li class="listitem"><div class="para">
-				listFirewallRules
-			</div></li><li class="listitem"><div class="para">
-				listPortForwardingRules
-			</div></li><li class="listitem"><div class="para">
-				listPublicIpAddresses
-			</div></li><li class="listitem"><div class="para">
-				listSecurityGroups
-			</div></li><li class="listitem"><div class="para">
-				listLoadBalancerRules
-			</div></li><li class="listitem"><div class="para">
-				listProjects
-			</div></li><li class="listitem"><div class="para">
-				listVPCs
-			</div></li><li class="listitem"><div class="para">
-				listNetworkACLs
-			</div></li><li class="listitem"><div class="para">
-				listStaticRoutes
-			</div></li></ul></div></div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/manual-live-migration.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/manual-live-migration.html b/docs/tmp/en-US/epub/OEBPS/manual-live-migration.html
deleted file mode 100644
index b0b4f5b..0000000
--- a/docs/tmp/en-US/epub/OEBPS/manual-live-migration.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>10.9. Moving VMs Between Hosts (Manual Live Migration)</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="manual-live-migration"><div class="titlepage"><div><div><h1 class="title" id="manual-live-migration">10.9. Moving VMs Between Hosts (Manual Live Migration)</h1></div></div></div><div class="para">
-		The CloudPlatform administrator can move a running VM from one host to another without interrupting service to users or going into maintenance mode. This is called manual live migration, and can be done under the following conditions:
-	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-				The root administrator is logged in. Domain admins and users can not perform manual live migration of VMs.
-			</div></li><li class="listitem"><div class="para">
-				The VM is running. Stopped VMs can not be live migrated.
-			</div></li><li class="listitem"><div class="para">
-				The destination host must be in the same cluster as the original host.
-			</div></li><li class="listitem"><div class="para">
-				The VM must not be using local disk storage.
-			</div></li><li class="listitem"><div class="para">
-				The destination host must have enough available capacity. If not, the VM will remain in the "migrating" state until memory becomes available.
-			</div></li></ul></div><div class="para">
-		To manually live migrate a virtual machine
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				Log in to the CloudPlatform UI as a user or admin.
-			</div></li><li class="listitem"><div class="para">
-				In the left navigation, click Instances.
-			</div></li><li class="listitem"><div class="para">
-				Choose the VM that you want to migrate.
-			</div></li><li class="listitem"><div class="para">
-				Click the Migrate Instance button 
-				<span class="inlinemediaobject"><img src="./images/migrate-instance.png" alt="Migrateinstance.png: button to migrate an instance" /></span>
-
-			</div></li><li class="listitem"><div class="para">
-				From the list of hosts, choose the one to which you want to move the VM.
-			</div></li><li class="listitem"><div class="para">
-				Click OK.
-			</div></li></ol></div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/multiple-system-vm-vmware.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/multiple-system-vm-vmware.html b/docs/tmp/en-US/epub/OEBPS/multiple-system-vm-vmware.html
deleted file mode 100644
index 3ee805b..0000000
--- a/docs/tmp/en-US/epub/OEBPS/multiple-system-vm-vmware.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>16.2. Multiple System VM Support for VMware</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="multiple-system-vm-vmware"><div class="titlepage"><div><div><h1 class="title" id="multiple-system-vm-vmware">16.2. Multiple System VM Support for VMware</h1></div></div></div><div class="para">
-		Every CloudStack zone has single System VM for template processing tasks such as downloading templates, uploading templates, and uploading ISOs. In a zone where VMware is being used, additional System VMs can be launched to process VMware-specific tasks such as taking snapshots and creating private templates. The CloudStack management server launches additional System VMs for VMware-specific tasks as the load increases. The management server monitors and weights all commands sent to these System VMs and performs dynamic load balancing and scaling-up of more System VMs.
-	</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/network-offerings.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/network-offerings.html b/docs/tmp/en-US/epub/OEBPS/network-offerings.html
deleted file mode 100644
index c8f88c0..0000000
--- a/docs/tmp/en-US/epub/OEBPS/network-offerings.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>9.4. Network Offerings</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="network-offerings"><div class="titlepage"><div><div><h1 class="title" id="network-offerings">9.4. Network Offerings</h1></div></div></div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-			For the most up-to-date list of supported network services, see the CloudPlatform UI or call listNetworkServices.
-		</div></div></div><div class="para">
-		A network offering is a named set of network services, such as:
-	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-				DHCP
-			</div></li><li class="listitem"><div class="para">
-				DNS
-			</div></li><li class="listitem"><div class="para">
-				Source NAT
-			</div></li><li class="listitem"><div class="para">
-				Static NAT
-			</div></li><li class="listitem"><div class="para">
-				Port Forwarding
-			</div></li><li class="listitem"><div class="para">
-				Load Balancing
-			</div></li><li class="listitem"><div class="para">
-				Firewall
-			</div></li><li class="listitem"><div class="para">
-				VPN
-			</div></li><li class="listitem"><div class="para">
-				Optional) Name one of several available providers to use for a given service, such as Juniper for the firewall
-			</div></li><li class="listitem"><div class="para">
-				(Optional) Network tag to specify which physical network to use
-			</div></li></ul></div><div class="para">
-		When creating a new VM, the user chooses one of the available network offerings, and that determines which network services the VM can use.
-	</div><div class="para">
-		The CloudPlatform administrator can create any number of custom network offerings, in addition to the default network offerings provided by CloudPlatform. By creating multiple custom network offerings, you can set up your cloud to offer different classes of service on a single multi-tenant physical network. For example, while the underlying physical wiring may be the same for two tenants, tenant A may only need simple firewall protection for their website, while tenant B may be running a web server farm and require a scalable firewall solution, load balancing solution, and alternate networks for accessing the database backend.
-	</div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-			If you create load balancing rules while using a network service offering that includes an external load balancer device such as NetScaler, and later change the network service offering to one that uses the CloudPlatform virtual router, you must create a firewall rule on the virtual router for each of your existing load balancing rules so that they continue to function.
-		</div></div></div><div class="para">
-		When creating a new virtual network, the CloudPlatform administrator chooses which network offering to enable for that network. Each virtual network is associated with one network offering. A virtual network can be upgraded or downgraded by changing its associated network offering. If you do this, be sure to reprogram the physical network to match.
-	</div><div class="para">
-		CloudPlatform also has internal network offerings for use by CloudPlatform system VMs. These network offerings are not visible to users but can be modified by administrators.
-	</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/network-service-providers.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/network-service-providers.html b/docs/tmp/en-US/epub/OEBPS/network-service-providers.html
deleted file mode 100644
index a1cdbff..0000000
--- a/docs/tmp/en-US/epub/OEBPS/network-service-providers.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>9.3. Network Service Providers</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="network-service-providers"><div class="titlepage"><div><div><h1 class="title" id="network-service-providers">9.3. Network Service Providers</h1></div></div></div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-			For the most up-to-date list of supported network service providers, see the CloudPlatform UI or call listNetworkServiceProviders.
-		</div></div></div><div class="para">
-		A service provider (also called a network element) is hardware or virtual appliance that makes a network service possible; for example, a firewall appliance can be installed in the cloud to provide firewall service. On a single network, multiple providers can provide the same network service. For example, a firewall service may be provided by Cisco or Juniper devices in the same physical network.
-	</div><div class="para">
-		You can have multiple instances of the same service provider in a network (say, more than one Juniper SRX device).
-	</div><div class="para">
-		If different providers are set up to provide the same service on the network, the administrator can create network offerings so users can specify which network service provider they prefer (along with the other choices offered in network offerings). Otherwise, CloudPlatform will choose which provider to use whenever the service is called for.
-	</div><div class="formalpara"><h5 class="formalpara" id="idm31301224">Supported Network Service Providers</h5>
-			CloudPlatform ships with an internal list of the supported service providers, and you can choose from this list when creating a network offering.
-		</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/networking-in-a-pod.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/networking-in-a-pod.html b/docs/tmp/en-US/epub/OEBPS/networking-in-a-pod.html
deleted file mode 100644
index 2e26c83..0000000
--- a/docs/tmp/en-US/epub/OEBPS/networking-in-a-pod.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>15.2. Networking in a Pod</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="networking-in-a-pod"><div class="titlepage"><div><div><h1 class="title" id="networking-in-a-pod">15.2. Networking in a Pod</h1></div></div></div><div class="para">
-		Figure 2 illustrates network setup within a single pod. The hosts are connected to a pod-level switch. At a minimum, the hosts should have one physical uplink to each switch. Bonded NICs are supported as well. The pod-level switch is a pair of redundant gigabit switches with 10 G uplinks.
-	</div><div class="mediaobject"><img src="./images/networking-in-a-pod.png" width="444" alt="networking-in-a-pod.png: Network setup in a pod" /></div><div class="para">
-		Servers are connected as follows:
-	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-				Storage devices are connected to only the network that carries management traffic.
-			</div></li><li class="listitem"><div class="para">
-				Hosts are connected to networks for both management traffic and public traffic.
-			</div></li><li class="listitem"><div class="para">
-				Hosts are also connected to one or more networks carrying guest traffic.
-			</div></li></ul></div><div class="para">
-		We recommend the use of multiple physical Ethernet cards to implement each network interface as well as redundant switch fabric in order to maximize throughput and improve reliability.
-	</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/networking-in-a-zone.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/networking-in-a-zone.html b/docs/tmp/en-US/epub/OEBPS/networking-in-a-zone.html
deleted file mode 100644
index 121f606..0000000
--- a/docs/tmp/en-US/epub/OEBPS/networking-in-a-zone.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>15.3. Networking in a Zone</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="networking-in-a-zone"><div class="titlepage"><div><div><h1 class="title" id="networking-in-a-zone">15.3. Networking in a Zone</h1></div></div></div><div class="para">
-		Figure 3 illustrates the network setup within a single zone.
-	</div><div class="mediaobject"><img src="./images/networking-in-a-zone.png" width="444" alt="networking-in-a-zone.png: Network setup in a single zone" /></div><div class="para">
-		A firewall for management traffic operates in the NAT mode. The network typically is assigned IP addresses in the 192.168.0.0/16 Class B private address space. Each pod is assigned IP addresses in the 192.168.*.0/24 Class C private address space.
-	</div><div class="para">
-		Each zone has its own set of public IP addresses. Public IP addresses from different zones do not overlap.
-	</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/networks.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/networks.html b/docs/tmp/en-US/epub/OEBPS/networks.html
deleted file mode 100644
index 7e97caf..0000000
--- a/docs/tmp/en-US/epub/OEBPS/networks.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 15. Managing Networks and Traffic</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="chapter" id="networks"><div class="titlepage"><div><div><h1 class="title">Chapter 15. Managing Networks and Traffic</h1></div></div></div><div class="para">
-		In a CloudStack, guest VMs can communicate with each other using shared infrastructure with the security and user perception that the guests have a private LAN. The CloudStack virtual router is the main component providing networking features for guest traffic.
-	</div><div class="section" id="guest-traffic"><div class="titlepage"><div><div><h1 class="title" id="guest-traffic">15.1. Guest Traffic</h1></div></div></div><div class="para">
-		A network can carry guest traffic only between VMs within one zone. Virtual machines in different zones cannot communicate with each other using their IP addresses; they must communicate with each other by routing through a public IP address.
-	</div><div class="para">
-		Figure 1 illustrates a typical guest traffic setup:
-	</div><div class="mediaobject"><img src="./images/basic-deployment.png" alt="guesttraffic.png: Depicts a guest traffic setup" /></div><div class="para">
-		The Management Server automatically creates a virtual router for each network. A virtual router is a special virtual machine that runs on the hosts. Each virtual router has three network interfaces. Its eth0 interface serves as the gateway for the guest traffic and has the IP address of 10.1.1.1. Its eth1 interface is used by the system to configure the virtual router. Its eth2 interface is assigned a public IP address for public traffic.
-	</div><div class="para">
-		The virtual router provides DHCP and will automatically assign an IP address for each guest VM within the IP range assigned for the network. The user can manually reconfigure guest VMs to assume different IP addresses.
-	</div><div class="para">
-		Source NAT is automatically configured in the virtual router to forward outbound traffic for all guest VMs
-	</div></div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/offerings.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/offerings.html b/docs/tmp/en-US/epub/OEBPS/offerings.html
deleted file mode 100644
index c1152bd..0000000
--- a/docs/tmp/en-US/epub/OEBPS/offerings.html
+++ /dev/null
@@ -1,99 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 8. Service Offerings</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="chapter" id="offerings"><div class="titlepage"><div><div><h1 class="title">Chapter 8. Service Offerings</h1></div></div></div><div class="para">
-		In this chapter we discuss compute, disk, and system service offerings. Network offerings are discussed in the section on setting up networking for users.
-	</div><div class="section" id="compute-disk-service-offerings"><div class="titlepage"><div><div><h1 class="title" id="compute-disk-service-offerings">8.1. Compute and Disk Service Offerings</h1></div></div></div><div class="para">
-		A service offering is a set of virtual hardware features such as CPU core count and speed, memory, and disk size. The CloudStack administrator can set up various offerings, and then end users choose from the available offerings when they create a new VM. A service offering includes the following elements:
-	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-				CPU, memory, and network resource guarantees
-			</div></li><li class="listitem"><div class="para">
-				How resources are metered
-			</div></li><li class="listitem"><div class="para">
-				How the resource usage is charged
-			</div></li><li class="listitem"><div class="para">
-				How often the charges are generated
-			</div></li></ul></div><div class="para">
-		For example, one service offering might allow users to create a virtual machine instance that is equivalent to a 1 GHz Intel® Core™ 2 CPU, with 1 GB memory at $0.20/hour, with network traffic metered at $0.10/GB. Based on the user’s selected offering, CloudStack emits usage records that can be integrated with billing systems. CloudStack separates service offerings into compute offerings and disk offerings. The computing service offering specifies:
-	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-				Guest CPU
-			</div></li><li class="listitem"><div class="para">
-				Guest RAM
-			</div></li><li class="listitem"><div class="para">
-				Guest Networking type (virtual or direct)
-			</div></li><li class="listitem"><div class="para">
-				Tags on the root disk
-			</div></li></ul></div><div class="para">
-		The disk offering specifies:
-	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-				Disk size (optional). An offering without a disk size will allow users to pick their own
-			</div></li><li class="listitem"><div class="para">
-				Tags on the data disk
-			</div></li></ul></div><div class="section" id="creating-compute-offerings"><div class="titlepage"><div><div><h2 class="title" id="creating-compute-offerings">8.1.1. Creating a New Compute Offering</h2></div></div></div><div class="para">
-		To create a new compute offering:
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				Log in with admin privileges to the CloudStack UI.
-			</div></li><li class="listitem"><div class="para">
-				In the left navigation bar, click Service Offerings.
-			</div></li><li class="listitem"><div class="para">
-				In Select Offering, choose Compute Offering.
-			</div></li><li class="listitem"><div class="para">
-				Click Add Compute Offering.
-			</div></li><li class="listitem"><div class="para">
-				In the dialog, make the following choices:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Name</strong></span>: Any desired name for the service offering.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Description</strong></span>: A short description of the offering that can be displayed to users
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Storage type</strong></span>: The type of disk that should be allocated. Local allocates from storage attached directly to the host where the system VM is running. Shared allocates from storage accessible via NFS.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong># of CPU cores</strong></span>: The number of cores which should be allocated to a system VM with this offering
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>CPU (in MHz)</strong></span>: The CPU speed of the cores that the system VM is allocated. For example, “2000” would provide for a 2 GHz clock.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Memory (in MB)</strong></span>: The amount of memory in megabytes that the system VM should be allocated. For example, “2048” would provide for a 2 GB RAM allocation.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Network Rate</strong></span>: Allowed data transfer rate in MB per second.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Offer HA</strong></span>: If yes, the administrator can choose to have the system VM be monitored and as highly available as possible.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Storage Tags</strong></span>: The tags that should be associated with the primary storage used by the system VM.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Host Tags</strong></span>: (Optional) Any tags that you use to organize your hosts
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>CPU cap</strong></span>: Whether to limit the level of CPU usage even if spare capacity is available.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Public</strong></span>: Indicate whether the service offering should be available all domains or only some domains. Choose Yes to make it available to all domains. Choose No to limit the scope to a subdomain; CloudStack will then prompt for the subdomain's name.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				Click Add.
-			</div></li></ol></div></div><div class="section" id="creating-disk-offerings"><div class="titlepage"><div><div><h2 class="title" id="creating-disk-offerings">8.1.2. Creating a New Disk Offering</h2></div></div></div><div class="para">
-		To create a system service offering:
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				Log in with admin privileges to the CloudStack UI.
-			</div></li><li class="listitem"><div class="para">
-				In the left navigation bar, click Service Offerings.
-			</div></li><li class="listitem"><div class="para">
-				In Select Offering, choose Disk Offering.
-			</div></li><li class="listitem"><div class="para">
-				Click Add Disk Offering.
-			</div></li><li class="listitem"><div class="para">
-				In the dialog, make the following choices:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						Name. Any desired name for the system offering.
-					</div></li><li class="listitem"><div class="para">
-						Description. A short description of the offering that can be displayed to users
-					</div></li><li class="listitem"><div class="para">
-						Custom Disk Size. If checked, the user can set their own disk size. If not checked, the root administrator must define a value in Disk Size.
-					</div></li><li class="listitem"><div class="para">
-						Disk Size. Appears only if Custom Disk Size is not selected. Define the volume size in GB.
-					</div></li><li class="listitem"><div class="para">
-						(Optional)Storage Tags. The tags that should be associated with the primary storage for this disk. Tags are a comma separated list of attributes of the storage. For example "ssd,blue". Tags are also added on Primary Storage. CloudStack matches tags on a disk offering to tags on the storage. If a tag is present on a disk offering that tag (or tags) must also be present on Primary Storage for the volume to be provisioned. If no such primary storage exists, allocation from the disk offering will fail..
-					</div></li><li class="listitem"><div class="para">
-						Public. Indicate whether the service offering should be available all domains or only some domains. Choose Yes to make it available to all domains. Choose No to limit the scope to a subdomain; CloudStack will then prompt for the subdomain's name.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				Click Add.
-			</div></li></ol></div></div><div class="section" id="modify-delete-service-offerings"><div class="titlepage"><div><div><h2 class="title" id="modify-delete-service-offerings">8.1.3. Modifying or Deleting a Service Offering</h2></div></div></div><div class="para">
-		Service offerings cannot be changed once created. This applies to both compute offerings and disk offerings.
-	</div><div class="para">
-		A service offering can be deleted. If it is no longer in use, it is deleted immediately and permanently. If the service offering is still in use, it will remain in the database until all the virtual machines referencing it have been deleted. After deletion by the administrator, a service offering will not be available to end users that are creating new instances.
-	</div></div></div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/per-domain-limits.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/per-domain-limits.html b/docs/tmp/en-US/epub/OEBPS/per-domain-limits.html
deleted file mode 100644
index d79f019..0000000
--- a/docs/tmp/en-US/epub/OEBPS/per-domain-limits.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>14.5. Per-Domain Limits</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="per-domain-limits"><div class="titlepage"><div><div><h1 class="title" id="per-domain-limits">14.5. Per-Domain Limits</h1></div></div></div><div class="para">
-		CloudStack allows the configuration of limits on a domain basis. With a domain limit in place, all users still have their account limits. They are additionally limited, as a group, to not exceed the resource limits set on their domain. Domain limits aggregate the usage of all accounts in the domain as well as all accounts in all subdomains of that domain. Limits set at the root domain level apply to the sum of resource usage by the accounts in all domains and sub-domains below that root domain.
-	</div><div class="para">
-		To set a domain limit:
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				Log in to the CloudStack UI.
-			</div></li><li class="listitem"><div class="para">
-				In the left navigation tree, click Domains.
-			</div></li><li class="listitem"><div class="para">
-				Select the domain you want to modify. The current domain limits are displayed. A value of -1 shows that there is no limit in place.
-			</div></li><li class="listitem"><div class="para">
-				Click the Edit button
-				<span class="inlinemediaobject"><img src="./images/edit-icon.png" alt="editbutton.png: edits the settings." /></span>
-			</div></li></ol></div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/pod-add.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/pod-add.html b/docs/tmp/en-US/epub/OEBPS/pod-add.html
deleted file mode 100644
index 3a8ab1e..0000000
--- a/docs/tmp/en-US/epub/OEBPS/pod-add.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>7.3. Adding a Pod</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="pod-add"><div class="titlepage"><div><div><h1 class="title" id="pod-add">7.3. Adding a Pod</h1></div></div></div><div class="para">
-		When you created a new zone, CloudStack adds the first pod for you. You can add more pods at any time using the procedure in this section.
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				Log in to the CloudStack UI. See <a class="xref" href="ui.html#log-in">Section 5.1, “Log In to the UI”</a>.
-			</div></li><li class="listitem"><div class="para">
-				In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone to which you want to add a pod.
-			</div></li><li class="listitem"><div class="para">
-				Click the Compute and Storage tab. In the Pods node of the diagram, click View All.
-			</div></li><li class="listitem"><div class="para">
-				Click Add Pod.
-			</div></li><li class="listitem"><div class="para">
-				Enter the following details in the dialog.
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Name.</strong></span> The name of the pod.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Gateway.</strong></span> The gateway for the hosts in that pod.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Netmask.</strong></span> The network prefix that defines the pod's subnet. Use CIDR notation.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Start/End Reserved System IP.</strong></span> The IP range in the management network that CloudStack uses to manage various system VMs, such as Secondary Storage VMs, Console Proxy VMs, and DHCP. For more information, see System Reserved IP Addresses.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				Click OK.
-			</div></li></ol></div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/primary-storage-add.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/primary-storage-add.html b/docs/tmp/en-US/epub/OEBPS/primary-storage-add.html
deleted file mode 100644
index 157f8d5..0000000
--- a/docs/tmp/en-US/epub/OEBPS/primary-storage-add.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>7.6. Add Primary Storage</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="primary-storage-add"><div class="titlepage"><div><div><h1 class="title" id="primary-storage-add">7.6. Add Primary Storage</h1></div></div></div><div class="section" id="sys-require-primary-storage"><div class="titlepage"><div><div><h2 class="title" id="sys-require-primary-storage">7.6.1. System Requirements for Primary Storage</h2></div></div></div><div class="para">
-			Hardware requirements:
-		</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-					Any standards-compliant iSCSI or NFS server that is supported by the underlying hypervisor.
-				</div></li><li class="listitem"><div class="para">
-					The storage server should be a machine with a large number of disks. The disks should ideally be managed by a hardware RAID controller.
-				</div></li><li class="listitem"><div class="para">
-					Minimum required capacity depends on your needs.
-				</div></li></ul></div><div class="para">
-			When setting up primary storage, follow these restrictions:
-		</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-					Primary storage cannot be added until a host has been added to the cluster.
-				</div></li><li class="listitem"><div class="para">
-					If you do not provision shared primary storage, you must set the global configuration parameter system.vm.local.storage.required to true, or else you will not be able to start VMs.
-				</div></li></ul></div></div><div class="section" id="adding-primary-storage"><div class="titlepage"><div><div><h2 class="title" id="adding-primary-storage">7.6.2. Adding Primary Stroage</h2></div></div></div><div class="para">
-			When you create a new zone, the first primary storage is added as part of that procedure. You can add primary storage servers at any time, such as when adding a new cluster or adding more servers to an existing cluster.
-		</div><div class="warning"><div class="admonition_header"><h2>Warning</h2></div><div class="admonition"><div class="para">
-				Be sure there is nothing stored on the server. Adding the server to CloudStack will destroy any existing data.
-			</div></div></div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-					Log in to the CloudStack UI (see <a class="xref" href="ui.html#log-in">Section 5.1, “Log In to the UI”</a>).
-				</div></li><li class="listitem"><div class="para">
-					In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone in which you want to add the primary storage.
-				</div></li><li class="listitem"><div class="para">
-					Click the Compute tab.
-				</div></li><li class="listitem"><div class="para">
-					In the Primary Storage node of the diagram, click View All.
-				</div></li><li class="listitem"><div class="para">
-					Click Add Primary Storage.
-				</div></li><li class="listitem"><div class="para">
-					Provide the following information in the dialog. The information required varies depending on your choice in Protocol.
-				</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-							<span class="bold bold"><strong>Pod.</strong></span> The pod for the storage device.
-						</div></li><li class="listitem"><div class="para">
-							<span class="bold bold"><strong>Cluster.</strong></span> The cluster for the storage device.
-						</div></li><li class="listitem"><div class="para">
-							<span class="bold bold"><strong>Name.</strong></span> The name of the storage device.
-						</div></li><li class="listitem"><div class="para">
-							<span class="bold bold"><strong>Protocol.</strong></span> For XenServer, choose either NFS, iSCSI, or PreSetup. For KVM, choose NFS or SharedMountPoint. For vSphere choose either VMFS (iSCSI or FiberChannel) or NFS.
-						</div></li><li class="listitem"><div class="para">
-							<span class="bold bold"><strong>Server (for NFS, iSCSI, or PreSetup).</strong></span> The IP address or DNS name of the storage device.
-						</div></li><li class="listitem"><div class="para">
-							<span class="bold bold"><strong>Server (for VMFS).</strong></span> The IP address or DNS name of the vCenter server.
-						</div></li><li class="listitem"><div class="para">
-							<span class="bold bold"><strong>Path (for NFS).</strong></span> In NFS this is the exported path from the server.
-						</div></li><li class="listitem"><div class="para">
-							<span class="bold bold"><strong>Path (for VMFS).</strong></span> In vSphere this is a combination of the datacenter name and the datastore name. The format is "/" datacenter name "/" datastore name. For example, "/cloud.dc.VM/cluster1datastore".
-						</div></li><li class="listitem"><div class="para">
-							<span class="bold bold"><strong>Path (for SharedMountPoint).</strong></span> With KVM this is the path on each host that is where this primary storage is mounted. For example, "/mnt/primary".
-						</div></li><li class="listitem"><div class="para">
-							<span class="bold bold"><strong>SR Name-Label (for PreSetup).</strong></span> Enter the name-label of the SR that has been set up outside CloudStack.
-						</div></li><li class="listitem"><div class="para">
-							<span class="bold bold"><strong>Target IQN (for iSCSI).</strong></span> In iSCSI this is the IQN of the target. For example, iqn.1986-03.com.sun:02:01ec9bb549-1271378984.
-						</div></li><li class="listitem"><div class="para">
-							<span class="bold bold"><strong>Lun # (for iSCSI).</strong></span> In iSCSI this is the LUN number. For example, 3.
-						</div></li><li class="listitem"><div class="para">
-							<span class="bold bold"><strong>Tags (optional).</strong></span> The comma-separated list of tags for this storage device. It should be an equivalent set or superset of the tags on your disk offerings..
-						</div></li></ul></div><div class="para">
-					The tag sets on primary storage across clusters in a Zone must be identical. For example, if cluster A provides primary storage that has tags T1 and T2, all other clusters in the Zone must also provide primary storage that has tags T1 and T2.
-				</div></li><li class="listitem"><div class="para">
-					Click OK.
-				</div></li></ol></div></div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/primary-storage-outage-and-data-loss.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/primary-storage-outage-and-data-loss.html b/docs/tmp/en-US/epub/OEBPS/primary-storage-outage-and-data-loss.html
deleted file mode 100644
index 59ff847..0000000
--- a/docs/tmp/en-US/epub/OEBPS/primary-storage-outage-and-data-loss.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>17.4. Primary Storage Outage and Data Loss</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="primary-storage-outage-and-data-loss"><div class="titlepage"><div><div><h1 class="title" id="primary-storage-outage-and-data-loss">17.4. Primary Storage Outage and Data Loss</h1></div></div></div><div class="para">
-		When a primary storage outage occurs the hypervisor immediately stops all VMs stored on that storage device. Guests that are marked for HA will be restarted as soon as practical when the primary storage comes back on line. With NFS, the hypervisor may allow the virtual machines to continue running depending on the nature of the issue. For example, an NFS hang will cause the guest VMs to be suspended until storage connectivity is restored.Primary storage is not designed to be backed up. Individual volumes in primary storage can be backed up using snapshots.
-	</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/primary-storage.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/primary-storage.html b/docs/tmp/en-US/epub/OEBPS/primary-storage.html
deleted file mode 100644
index 362302f..0000000
--- a/docs/tmp/en-US/epub/OEBPS/primary-storage.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>13.2. Primary Storage</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="primary-storage"><div class="titlepage"><div><div><h1 class="title" id="primary-storage">13.2. Primary Storage</h1></div></div></div><div class="para">
-		This section gives concepts and technical details about CloudPlatform primary storage. For information about how to install and configure primary storage through the CloudPlatform UI, see the Advanced Installation Guide.
-	</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/private-public-template.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/private-public-template.html b/docs/tmp/en-US/epub/OEBPS/private-public-template.html
deleted file mode 100644
index b62d475..0000000
--- a/docs/tmp/en-US/epub/OEBPS/private-public-template.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>12.5. Private and Public Templates</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="private-public-template"><div class="titlepage"><div><div><h1 class="title" id="private-public-template">12.5. Private and Public Templates</h1></div></div></div><div class="para">
-		When a user creates a template, it can be designated private or public.
-	</div><div class="para">
-		Private templates are only available to the user who created them. By default, an uploaded template is private.
-	</div><div class="para">
-		When a user marks a template as “public,” the template becomes available to all users in all accounts in the user's domain, as well as users in any other domains that have access to the Zone where the template is stored. This depends on whether the Zone, in turn, was defined as private or public. A private Zone is assigned to a single domain, and a public Zone is accessible to any domain. If a public template is created in a private Zone, it is available only to users in the domain assigned to that Zone. If a public template is created in a public Zone, it is available to all users in all domains.
-	</div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/projects.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/projects.html b/docs/tmp/en-US/epub/OEBPS/projects.html
deleted file mode 100644
index fa50e80..0000000
--- a/docs/tmp/en-US/epub/OEBPS/projects.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 6. Using Projects to Organize Users and Resources</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="chapter" id="projects"><div class="titlepage"><div><div><h1 class="title">Chapter 6. Using Projects to Organize Users and Resources</h1></div></div></div><div class="section" id="projects-overview"><div class="titlepage"><div><div><h1 class="title" id="projects-overview">6.1. Overview of Projects</h1></div></div></div><div class="para">
-		Projects are used to organize people and resources. CloudStack users within a single domain can group themselves into project teams so they can collaborate and share virtual resources such as VMs, snapshots, templates, data disks, and IP addresses. CloudStack tracks resource usage per project as well as per user, so the usage can be billed to either a user account or a project. For example, a private cloud within a software company might have all members of the QA department assigned to one project, so the company can track the resources used in testing while the project members can more easily isolate their efforts from other users of the same cloud
-	</div><div class="para">
-		You can configure CloudStack to allow any user to create a new project, or you can restrict that ability to just CloudStack administrators. Once you have created a project, you become that project’s administrator, and you can add others within your domain to the project. CloudStack can be set up either so that you can add people directly to a project, or so that you have to send an invitation which the recipient must accept. Project members can view and manage all virtual resources created by anyone in the project (for example, share VMs). A user can be a member of any number of projects and can switch views in the CloudStack UI to show only project-related information, such as project VMs, fellow project members, project-related alerts, and so on.
-	</div><div class="para">
-		The project administrator can pass on the role to another project member. The project administrator can also add more members, remove members from the project, set new resource limits (as long as they are below the global defaults set by the CloudStack administrator), and delete the project. When the administrator removes a member from the project, resources created by that user, such as VM instances, remain with the project. This brings us to the subject of resource ownership and which resources can be used by a project.
-	</div><div class="para">
-		Resources created within a project are owned by the project, not by any particular CloudStack account, and they can be used only within the project. A user who belongs to one or more projects can still create resources outside of those projects, and those resources belong to the user’s account; they will not be counted against the project’s usage or resource limits. You can create project-level networks to isolate traffic within the project and provide network services such as port forwarding, load balancing, VPN, and static NAT. A project can also make use of certain types of resources from outside the project, if those resources are shared. For example, a shared network or public template is available to any project in the domain. A project can get access to a private template if the template’s owner will grant permission. A project can use any service offering or disk offering available in its domain; however, you can not create private service and disk offerings at the p
 roject level..
-	</div></div></div></body></html>