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:10 UTC

[29/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/html/hypervisor-kvm-install-flow.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/hypervisor-kvm-install-flow.html b/docs/tmp/en-US/html/hypervisor-kvm-install-flow.html
deleted file mode 100644
index 43c5bab..0000000
--- a/docs/tmp/en-US/html/hypervisor-kvm-install-flow.html
+++ /dev/null
@@ -1,273 +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>8.1. KVM Hypervisor Host Installation</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="Apache_CloudStack-Installation_Guide-4.0.0-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack Installation Guide" /><link rel="up" href="hypervisor-installation.html" title="Chapter 8. Hypervisor Installation" /><link rel="prev" href="hypervisor-installation.html" title="Chapter 8. Hypervisor Installation" /><link rel="next" href="citrix-xenserver-installation.html" title="8.2. Citrix XenServer Installation for CloudStack" /></head><body><p id="title"><a class="left" href="http://cloudstack.org"><img src="Common_Content/images/image_left.png"
  alt="Product Site" /></a><a class="right" href="http://docs.cloudstack.org"><img src="Common_Content/images/image_right.png" alt="Documentation Site" /></a></p><ul class="docnav"><li class="previous"><a accesskey="p" href="hypervisor-installation.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="citrix-xenserver-installation.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="hypervisor-kvm-install-flow" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="hypervisor-kvm-install-flow">8.1. KVM Hypervisor Host Installation</h2></div></div></div><div xml:lang="en-US" class="section" id="hypervisor-kvm-requirements" lang="en-US"><div class="titlepage"><div><div><h3 class="title" id="hypervisor-kvm-requirements">8.1.1. System Requirements for KVM Hypervisor Hosts</h3></div></div></div><div class="para">
-		KVM is included with a variety of Linux-based operating systems. Although you are not required to run these distributions, the following are recommended:
-	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-				CentOS / RHEL: 6.3
-			</div></li><li class="listitem"><div class="para">
-				Ubuntu: 12.04(.1)
-			</div></li></ul></div><div class="para">
-		The main requirement for KVM hypervisors is the libvirt and Qemu version. No matter what Linux distribution you are using, make sure the following requirements are met:
-	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-				libvirt: 0.9.4 or higher
-			</div></li><li class="listitem"><div class="para">
-				Qemu/KVM: 1.0 or higher
-			</div></li></ul></div><div class="para">
-		In addition, the following hardware requirements apply:
-	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-				Within a single cluster, the hosts must be of the same distribution version.
-			</div></li><li class="listitem"><div class="para">
-				All hosts within a cluster must be homogenous. The CPUs must be of the same type, count, and feature flags.
-			</div></li><li class="listitem"><div class="para">
-				Must support HVM (Intel-VT or AMD-V enabled)
-			</div></li><li class="listitem"><div class="para">
-				64-bit x86 CPU (more cores results in better performance)
-			</div></li><li class="listitem"><div class="para">
-				4 GB of memory
-			</div></li><li class="listitem"><div class="para">
-				At least 1 NIC
-			</div></li><li class="listitem"><div class="para">
-				When you deploy CloudStack, the hypervisor host must not have any VMs already running
-			</div></li></ul></div></div><div xml:lang="en-US" class="section" id="hypervisor-host-install-overview" lang="en-US"><div class="titlepage"><div><div><h3 class="title" id="hypervisor-host-install-overview">8.1.2. KVM Installation Overview</h3></div></div></div><div class="para">
-		If you want to use the Linux Kernel Virtual Machine (KVM) hypervisor to run guest virtual machines, install KVM on the host(s) in your cloud. The material in this section doesn't duplicate KVM installation docs. It provides the CloudStack-specific steps that are needed to prepare a KVM host to work with CloudStack.
-	</div><div class="warning"><div class="admonition_header"><h2>Warning</h2></div><div class="admonition"><div class="para">
-			Before continuing, make sure that you have applied the latest updates to your host.
-		</div></div></div><div class="warning"><div class="admonition_header"><h2>Warning</h2></div><div class="admonition"><div class="para">
-			It is NOT recommended to run services on this host not controlled by CloudStack.
-		</div></div></div><div class="para">
-		The procedure for installing a KVM Hypervisor Host is:
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				Prepare the Operating System
-			</div></li><li class="listitem"><div class="para">
-				Install and configure libvirt
-			</div></li><li class="listitem"><div class="para">
-				Configure Security Policies (AppArmor and SELinux)
-			</div></li><li class="listitem"><div class="para">
-				Install and configure the Agent
-			</div></li></ol></div></div><div xml:lang="en-US" class="section" id="hypervisor-host-install-prepare-os" lang="en-US"><div class="titlepage"><div><div><h3 class="title" id="hypervisor-host-install-prepare-os">8.1.3. Prepare the Operating System</h3></div></div></div><div class="para">
-		The OS of the Host must be prepared to host the CloudStack Agent and run KVM instances.
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				Log in to your OS as root.
-			</div></li><li class="listitem"><div class="para">
-				Check for a fully qualified hostname.
-			</div><pre class="programlisting">$ <span class="perl_BString">hostname</span> --fqdn</pre><div class="para">
-				This should return a fully qualified hostname such as "kvm1.lab.example.org". If it does not, edit /etc/hosts so that it does.
-			</div></li><li class="listitem"><div class="para">
-				Make sure that the machine can reach the Internet.
-			</div><pre class="programlisting">$ <span class="perl_BString">ping</span> www.cloudstack.org</pre></li><li class="listitem"><div class="para">
-				Turn on NTP for time synchronization.
-			</div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-					NTP is required to synchronize the clocks of the servers in your cloud. Unsynchronized clocks can cause unexpected problems.
-				</div></div></div><div class="orderedlist"><ol class="loweralpha"><li class="listitem"><div class="para">
-						Install NTP
-					</div><pre class="programlisting">$ yum <span class="perl_BString">install</span> ntp</pre><pre class="programlisting">$ apt-get <span class="perl_BString">install</span> openntpd</pre></li></ol></div></li><li class="listitem"><div class="para">
-				Repeat all of these steps on every hypervisor host.
-			</div></li></ol></div></div><div xml:lang="en-US" class="section" id="hypervisor-host-install-agent" lang="en-US"><div class="titlepage"><div><div><h3 class="title" id="hypervisor-host-install-agent">8.1.4. Install and configure the Agent</h3></div></div></div><div class="para">
-		To manage KVM instances on the host CloudStack uses a Agent. This Agent communicates with the Management server and controls all the instances on the host.
-	</div><div class="para">
-		First we start by installing the agent:
-	</div><div class="para">
-		In RHEL or CentOS:
-	</div><pre class="programlisting">$ yum <span class="perl_BString">install</span> cloud-agent</pre><div class="para">
-		In Ubuntu:
-	</div><pre class="programlisting">$ apt-get <span class="perl_BString">install</span> cloud-agent</pre><div class="para">
-		The host is now ready to be added to a cluster. This is covered in a later section, see <a class="xref" href="host-add.html">Section 6.5, “Adding a Host”</a>. It is recommended that you continue to read the documentation before adding the host!
-	</div></div><div xml:lang="en-US" class="section" id="hypervisor-host-install-libvirt" lang="en-US"><div class="titlepage"><div><div><h3 class="title" id="hypervisor-host-install-libvirt">8.1.5. Install and Configure libvirt</h3></div></div></div><div class="para">
-		CloudStack uses libvirt for managing virtual machines. Therefore it is vital that libvirt is configured correctly. Libvirt is a dependency of cloud-agent and should already be installed.
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				In order to have live migration working libvirt has to listen for unsecured TCP connections. We also need to turn off libvirts attempt to use Multicast DNS advertising. Both of these settings are in <code class="filename">/etc/libvirt/libvirtd.conf</code>
-			</div><div class="para">
-				Set the following paramaters:
-			</div><pre class="programlisting">listen_tls = 0</pre><pre class="programlisting">listen_tcp = 1</pre><pre class="programlisting">tcp_port = 16059</pre><pre class="programlisting">auth_tcp = "none"</pre><pre class="programlisting">mdns_adv = 0</pre></li><li class="listitem"><div class="para">
-				Turning on "listen_tcp" in libvirtd.conf is not enough, we have to change the parameters as well:
-			</div><div class="para">
-				On RHEL or CentOS modify <code class="filename">/etc/sysconfig/libvirtd</code>:
-			</div><div class="para">
-				Uncomment the following line:
-			</div><pre class="programlisting">#LIBVIRTD_ARGS="--listen"</pre><div class="para">
-				On Ubuntu: modify <code class="filename">/etc/init/libvirt-bin.conf</code>
-			</div><div class="para">
-				Change the following line (at the end of the file):
-			</div><pre class="programlisting">exec /usr/sbin/libvirtd -d</pre><div class="para">
-				to (just add -l)
-			</div><pre class="programlisting">exec /usr/sbin/libvirtd -d -l</pre></li><li class="listitem"><div class="para">
-				Restart libvirt
-			</div><div class="para">
-				In RHEL or CentOS:
-			</div><pre class="programlisting"><code class="command">$ service libvirtd restart</code></pre><div class="para">
-				In Ubuntu:
-			</div><pre class="programlisting"><code class="command">$ service libvirt-bin restart</code></pre></li></ol></div></div><div xml:lang="en-US" class="section" id="hypervisor-host-install-security-policies" lang="en-US"><div class="titlepage"><div><div><h3 class="title" id="hypervisor-host-install-security-policies">8.1.6. Configure the Security Policies</h3></div></div></div><div class="para">
-		CloudStack does various things which can be blocked by security mechanisms like AppArmor and SELinux. These have to be disabled to ensure the Agent has all the required permissions.
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				Configure SELinux (RHEL and CentOS)
-			</div><div class="orderedlist"><ol class="loweralpha"><li class="listitem"><div class="para">
-						Check to see whether SELinux is installed on your machine. If not, you can skip this section.
-					</div><div class="para">
-						In RHEL or CentOS, SELinux is installed and enabled by default. You can verify this with:
-					</div><pre class="programlisting">$ rpm -qa <span class="perl_Keyword">|</span> <span class="perl_BString">grep</span> selinux</pre></li><li class="listitem"><div class="para">
-						Set the SELINUX variable in <code class="filename">/etc/selinux/config</code> to "permissive". This ensures that the permissive setting will be maintained after a system reboot.
-					</div><div class="para">
-						In RHEL or CentOS:
-					</div><pre class="programlisting">vi /etc/selinux/config</pre><div class="para">
-						Change the following line
-					</div><pre class="programlisting">SELINUX=enforcing</pre><div class="para">
-						to this
-					</div><pre class="programlisting">SELINUX=permissive</pre></li><li class="listitem"><div class="para">
-						Then set SELinux to permissive starting immediately, without requiring a system reboot.
-					</div><pre class="programlisting">$ setenforce permissive</pre></li></ol></div></li><li class="listitem"><div class="para">
-				Configure Apparmor (Ubuntu)
-			</div><div class="orderedlist"><ol class="loweralpha"><li class="listitem"><div class="para">
-						Check to see whether AppArmor is installed on your machine. If not, you can skip this section.
-					</div><div class="para">
-						In Ubuntu AppArmor is installed and enabled by default. You can verify this with:
-					</div><pre class="programlisting">$ dpkg --list <span class="perl_String">'apparmor'</span></pre></li><li class="listitem"><div class="para">
-						Disable the AppArmor profiles for libvirt
-					</div><pre class="programlisting">$ <span class="perl_BString">ln</span> -s /etc/apparmor.d/usr.sbin.libvirtd /etc/apparmor.d/disable/</pre><pre class="programlisting">$ <span class="perl_BString">ln</span> -s /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper /etc/apparmor.d/disable/</pre><pre class="programlisting">$ apparmor_parser -R /etc/apparmor.d/usr.sbin.libvirtd</pre><pre class="programlisting">$ apparmor_parser -R /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper</pre></li></ol></div></li></ol></div></div><div xml:lang="en-US" class="section" id="hypervisor-host-install-network" lang="en-US"><div class="titlepage"><div><div><h3 class="title" id="hypervisor-host-install-network">8.1.7. Configure the network bridges</h3></div></div></div><div class="warning"><div class="admonition_header"><h2>Warning</h2></div><div class="admonition"><div class="para">
-			This is a very important section, please make sure you read this thoroughly.
-		</div></div></div><div class="para">
-		In order to forward traffic to your instances you will need at least two bridges: <span class="emphasis"><em>public</em></span> and <span class="emphasis"><em>private</em></span>.
-	</div><div class="para">
-		By default these bridges are called <span class="emphasis"><em>cloudbr0</em></span> and <span class="emphasis"><em>cloudbr1</em></span>, but you do have to make sure they are available on each hypervisor.
-	</div><div class="para">
-		The most important factor is that you keep the configuration consistent on all your hypervisors.
-	</div><div class="section" id="hypervisor-host-install-network-vlan"><div class="titlepage"><div><div><h4 class="title" id="hypervisor-host-install-network-vlan">8.1.7.1. Network example</h4></div></div></div><div class="para">
-			There are many ways to configure your network. In the Basic networking mode you should have two (V)LAN's, one for your private network and one for the public network.
-		</div><div class="para">
-			We assume that the hypervisor has one NIC (eth0) with three tagged VLAN's:
-		</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-					VLAN 100 for management of the hypervisor
-				</div></li><li class="listitem"><div class="para">
-					VLAN 200 for public network of the instances (cloudbr0)
-				</div></li><li class="listitem"><div class="para">
-					VLAN 300 for private network of the instances (cloudbr1)
-				</div></li></ol></div><div class="para">
-			On VLAN 100 we give the Hypervisor the IP-Address 192.168.42.11/24 with the gateway 192.168.42.1
-		</div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-				The Hypervisor and Management server don't have to be in the same subnet!
-			</div></div></div></div><div class="section" id="hypervisor-host-install-network-configure"><div class="titlepage"><div><div><h4 class="title" id="hypervisor-host-install-network-configure">8.1.7.2. Configuring the network bridges</h4></div></div></div><div class="para">
-			It depends on the distribution you are using how to configure these, below you'll find examples for RHEL/CentOS and Ubuntu.
-		</div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-				The goal is to have two bridges called 'cloudbr0' and 'cloudbr1' after this section. This should be used as a guideline only. The exact configuration will depend on your network layout.
-			</div></div></div><div class="section" id="hypervisor-host-install-network-configure-rhel"><div class="titlepage"><div><div><h5 class="title" id="hypervisor-host-install-network-configure-rhel">8.1.7.2.1. Configure in RHEL or CentOS</h5></div></div></div><div class="para">
-				The required packages were installed when libvirt was installed, we can proceed to configuring the network.
-			</div><div class="para">
-				First we configure eth0
-			</div><pre class="programlisting">vi /etc/sysconfig/network-scripts/ifcfg-eth0</pre><div class="para">
-				Make sure it looks similair to:
-			</div><pre class="programlisting">DEVICE=eth0
-HWADDR=00:04:xx:xx:xx:xx
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=Ethernet</pre><div class="para">
-				We now have to configure the three VLAN interfaces:
-			</div><pre class="programlisting">vi /etc/sysconfig/network-scripts/ifcfg-eth0.100</pre><pre class="programlisting">DEVICE=eth0.100
-HWADDR=00:04:xx:xx:xx:xx
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=Ethernet
-VLAN=yes
-IPADDR=192.168.42.11
-GATEWAY=192.168.42.1
-NETMASK=255.255.255.0</pre><pre class="programlisting">vi /etc/sysconfig/network-scripts/ifcfg-eth0.200</pre><pre class="programlisting">DEVICE=eth0.200
-HWADDR=00:04:xx:xx:xx:xx
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=Ethernet
-VLAN=yes
-BRIDGE=cloudbr0</pre><pre class="programlisting">vi /etc/sysconfig/network-scripts/ifcfg-eth0.300</pre><pre class="programlisting">DEVICE=eth0.300
-HWADDR=00:04:xx:xx:xx:xx
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=Ethernet
-VLAN=yes
-BRIDGE=cloudbr1</pre><div class="para">
-				Now we have the VLAN interfaces configured we can add the bridges on top of them.
-			</div><pre class="programlisting">vi /etc/sysconfig/network-scripts/ifcfg-cloudbr0</pre><div class="para">
-				Now we just configure it is a plain bridge without an IP-Adress
-			</div><pre class="programlisting">DEVICE=cloudbr0
-TYPE=Bridge
-ONBOOT=yes
-BOOTPROTO=none
-IPV6INIT=no
-IPV6_AUTOCONF=no
-DELAY=5
-STP=yes</pre><div class="para">
-				We do the same for cloudbr1
-			</div><pre class="programlisting">vi /etc/sysconfig/network-scripts/ifcfg-cloudbr1</pre><pre class="programlisting">DEVICE=cloudbr1
-TYPE=Bridge
-ONBOOT=yes
-BOOTPROTO=none
-IPV6INIT=no
-IPV6_AUTOCONF=no
-DELAY=5
-STP=yes</pre><div class="para">
-				With this configuration you should be able to restart the network, although a reboot is recommended to see if everything works properly.
-			</div><div class="warning"><div class="admonition_header"><h2>Warning</h2></div><div class="admonition"><div class="para">
-					Make sure you have an alternative way like IPMI or ILO to reach the machine in case you made a configuration error and the network stops functioning!
-				</div></div></div></div><div class="section" id="hypervisor-host-install-network-configure-ubuntu"><div class="titlepage"><div><div><h5 class="title" id="hypervisor-host-install-network-configure-ubuntu">8.1.7.2.2. Configure in Ubuntu</h5></div></div></div><div class="para">
-				All the required packages were installed when you installed libvirt, so we only have to configure the network.
-			</div><pre class="programlisting">vi /etc/network/interfaces</pre><div class="para">
-				Modify the interfaces file to look like this:
-			</div><pre class="programlisting">auto lo
-iface lo inet loopback
-
-# The primary network interface
-auto eth0.100
-iface eth0.100 inet static
-    address 192.168.42.11
-    netmask 255.255.255.240
-    gateway 192.168.42.1
-    dns-nameservers 8.8.8.8 8.8.4.4
-    dns-domain lab.example.org
-
-# Public network
-auto cloudbr0
-iface cloudbr0 inet manual
-    bridge_ports eth0.200
-    bridge_fd 5
-    bridge_stp off
-    bridge_maxwait 1
-
-# Private network
-auto cloudbr1
-iface cloudbr1 inet manual
-    bridge_ports eth0.300
-    bridge_fd 5
-    bridge_stp off
-    bridge_maxwait 1</pre><div class="para">
-				With this configuration you should be able to restart the network, although a reboot is recommended to see if everything works properly.
-			</div><div class="warning"><div class="admonition_header"><h2>Warning</h2></div><div class="admonition"><div class="para">
-					Make sure you have an alternative way like IPMI or ILO to reach the machine in case you made a configuration error and the network stops functioning!
-				</div></div></div></div></div></div><div xml:lang="en-US" class="section" id="hypervisor-host-install-firewall" lang="en-US"><div class="titlepage"><div><div><h3 class="title" id="hypervisor-host-install-firewall">8.1.8. Configuring the firewall</h3></div></div></div><div class="para">
-		The hypervisor needs to be able to communicate with other hypervisors and the management server needs to be able to reach the hypervisor.
-	</div><div class="para">
-		In order to do so we have to open the following TCP ports (if you are using a firewall):
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				22 (SSH)
-			</div></li><li class="listitem"><div class="para">
-				1798
-			</div></li><li class="listitem"><div class="para">
-				16509 (libvirt)
-			</div></li><li class="listitem"><div class="para">
-				5900 - 6100 (VNC consoles)
-			</div></li><li class="listitem"><div class="para">
-				49152 - 49216 (libvirt live migration)
-			</div></li></ol></div><div class="para">
-		It depends on the firewall you are using how to open these ports. Below you'll find examples how to open these ports in RHEL/CentOS and Ubuntu.
-	</div><div class="section" id="hypervisor-host-install-firewall-rhel"><div class="titlepage"><div><div><h4 class="title" id="hypervisor-host-install-firewall-rhel">8.1.8.1. Open ports in RHEL/CentOS</h4></div></div></div><div class="para">
-			RHEL and CentOS use iptables for firewalling the system, you can open extra ports by executing the following iptable commands:
-		</div><pre class="programlisting">$ iptables -I INPUT -p tcp -m tcp --dport 22 -j ACCEPT</pre><pre class="programlisting">$ iptables -I INPUT -p tcp -m tcp --dport 1798 -j ACCEPT</pre><pre class="programlisting">$ iptables -I INPUT -p tcp -m tcp --dport 16509 -j ACCEPT</pre><pre class="programlisting">$ iptables -I INPUT -p tcp -m tcp --dport 5900:6100 -j ACCEPT</pre><pre class="programlisting">$ iptables -I INPUT -p tcp -m tcp --dport 49152:49216 -j ACCEPT</pre><div class="para">
-			These iptable settings are not persistent accross reboots, we have to save them first.
-		</div><pre class="programlisting">$ iptables-save <span class="perl_Operator">&gt;</span> /etc/sysconfig/iptables</pre></div><div class="section" id="hypervisor-host-install-firewall-ubuntu"><div class="titlepage"><div><div><h4 class="title" id="hypervisor-host-install-firewall-ubuntu">8.1.8.2. Open ports in Ubuntu</h4></div></div></div><div class="para">
-			The default firewall under Ubuntu is UFW (Uncomplicated FireWall), which is a Python wrapper around iptables.
-		</div><div class="para">
-			To open the required ports, execute the following commands:
-		</div><pre class="programlisting">$ ufw allow proto tcp from any to any port 22</pre><pre class="programlisting">$ ufw allow proto tcp from any to any port 1798</pre><pre class="programlisting">$ ufw allow proto tcp from any to any port 16509</pre><pre class="programlisting">$ ufw allow proto tcp from any to any port 5900:6100</pre><pre class="programlisting">$ ufw allow proto tcp from any to any port 49152:49216</pre><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-				By default UFW is not enabled on Ubuntu. Executing these commands with the firewall disabled does not enable the firewall.
-			</div></div></div></div></div><div xml:lang="en-US" class="section" id="hypervisor-host-install-finish" lang="en-US"><div class="titlepage"><div><div><h3 class="title" id="hypervisor-host-install-finish">8.1.9. Add the host to CloudStack</h3></div></div></div><div class="para">
-		The host is now ready to be added to a cluster. This is covered in a later section, see <a class="xref" href="host-add.html">Section 6.5, “Adding a Host”</a>. It is recommended that you continue to read the documentation before adding the host!
-	</div></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="hypervisor-installation.html"><strong>Prev</strong>Chapter 8. Hypervisor Installation</a></li><li class="up"><a accesskey="u" href="#"><strong>Up</strong></a></li><li class="home"><a accesskey="h" href="index.html"><strong>Home</strong></a></li><li class="next"><a accesskey="n" href="citrix-xenserver-installation.html"><strong>Next</strong>8.2. Citrix XenServer Installation for CloudStack</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/1000-foot-view.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/1000-foot-view.png b/docs/tmp/en-US/html/images/1000-foot-view.png
deleted file mode 100644
index 2fe3c16..0000000
Binary files a/docs/tmp/en-US/html/images/1000-foot-view.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/add-cluster.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/add-cluster.png b/docs/tmp/en-US/html/images/add-cluster.png
deleted file mode 100644
index 383f375..0000000
Binary files a/docs/tmp/en-US/html/images/add-cluster.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/add-gateway.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/add-gateway.png b/docs/tmp/en-US/html/images/add-gateway.png
deleted file mode 100644
index da8eed9..0000000
Binary files a/docs/tmp/en-US/html/images/add-gateway.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/add-guest-network.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/add-guest-network.png b/docs/tmp/en-US/html/images/add-guest-network.png
deleted file mode 100644
index 5740ab5..0000000
Binary files a/docs/tmp/en-US/html/images/add-guest-network.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/add-new-gateway-vpc.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/add-new-gateway-vpc.png b/docs/tmp/en-US/html/images/add-new-gateway-vpc.png
deleted file mode 100644
index f15b778..0000000
Binary files a/docs/tmp/en-US/html/images/add-new-gateway-vpc.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/add-tier.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/add-tier.png b/docs/tmp/en-US/html/images/add-tier.png
deleted file mode 100644
index 881671e..0000000
Binary files a/docs/tmp/en-US/html/images/add-tier.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/add-vpc.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/add-vpc.png b/docs/tmp/en-US/html/images/add-vpc.png
deleted file mode 100644
index 6b9c637..0000000
Binary files a/docs/tmp/en-US/html/images/add-vpc.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/add-vpn-customer-gateway.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/add-vpn-customer-gateway.png b/docs/tmp/en-US/html/images/add-vpn-customer-gateway.png
deleted file mode 100644
index fdc3177..0000000
Binary files a/docs/tmp/en-US/html/images/add-vpn-customer-gateway.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/attach-disk-icon.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/attach-disk-icon.png b/docs/tmp/en-US/html/images/attach-disk-icon.png
deleted file mode 100644
index 5e81d04..0000000
Binary files a/docs/tmp/en-US/html/images/attach-disk-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/autoscale-config.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/autoscale-config.png b/docs/tmp/en-US/html/images/autoscale-config.png
deleted file mode 100644
index 735ae96..0000000
Binary files a/docs/tmp/en-US/html/images/autoscale-config.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/basic-deployment.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/basic-deployment.png b/docs/tmp/en-US/html/images/basic-deployment.png
deleted file mode 100644
index 894a053..0000000
Binary files a/docs/tmp/en-US/html/images/basic-deployment.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/change-admin-password.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/change-admin-password.png b/docs/tmp/en-US/html/images/change-admin-password.png
deleted file mode 100644
index 938e861..0000000
Binary files a/docs/tmp/en-US/html/images/change-admin-password.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/change-password.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/change-password.png b/docs/tmp/en-US/html/images/change-password.png
deleted file mode 100644
index fbb203a..0000000
Binary files a/docs/tmp/en-US/html/images/change-password.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/change-service-icon.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/change-service-icon.png b/docs/tmp/en-US/html/images/change-service-icon.png
deleted file mode 100644
index 780e235..0000000
Binary files a/docs/tmp/en-US/html/images/change-service-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/cluster-overview.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/cluster-overview.png b/docs/tmp/en-US/html/images/cluster-overview.png
deleted file mode 100644
index 33f1a04..0000000
Binary files a/docs/tmp/en-US/html/images/cluster-overview.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/console-icon.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/console-icon.png b/docs/tmp/en-US/html/images/console-icon.png
deleted file mode 100644
index bf28886..0000000
Binary files a/docs/tmp/en-US/html/images/console-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/create-vpn-connection.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/create-vpn-connection.png b/docs/tmp/en-US/html/images/create-vpn-connection.png
deleted file mode 100644
index cd5515f..0000000
Binary files a/docs/tmp/en-US/html/images/create-vpn-connection.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/delete-button.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/delete-button.png b/docs/tmp/en-US/html/images/delete-button.png
deleted file mode 100644
index 27145ce..0000000
Binary files a/docs/tmp/en-US/html/images/delete-button.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/destroy-instance.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/destroy-instance.png b/docs/tmp/en-US/html/images/destroy-instance.png
deleted file mode 100644
index aa9846c..0000000
Binary files a/docs/tmp/en-US/html/images/destroy-instance.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/detach-disk-icon.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/detach-disk-icon.png b/docs/tmp/en-US/html/images/detach-disk-icon.png
deleted file mode 100644
index 536a4f8..0000000
Binary files a/docs/tmp/en-US/html/images/detach-disk-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/edit-icon.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/edit-icon.png b/docs/tmp/en-US/html/images/edit-icon.png
deleted file mode 100644
index 42417e2..0000000
Binary files a/docs/tmp/en-US/html/images/edit-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/enable-disable-autoscale.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/enable-disable-autoscale.png b/docs/tmp/en-US/html/images/enable-disable-autoscale.png
deleted file mode 100644
index ee02ef2..0000000
Binary files a/docs/tmp/en-US/html/images/enable-disable-autoscale.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/enable-disable.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/enable-disable.png b/docs/tmp/en-US/html/images/enable-disable.png
deleted file mode 100644
index cab31ae..0000000
Binary files a/docs/tmp/en-US/html/images/enable-disable.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/guest-traffic-setup.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/guest-traffic-setup.png b/docs/tmp/en-US/html/images/guest-traffic-setup.png
deleted file mode 100644
index 5250819..0000000
Binary files a/docs/tmp/en-US/html/images/guest-traffic-setup.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/http-access.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/http-access.png b/docs/tmp/en-US/html/images/http-access.png
deleted file mode 100644
index 817f197..0000000
Binary files a/docs/tmp/en-US/html/images/http-access.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/icon.svg
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/icon.svg b/docs/tmp/en-US/html/images/icon.svg
deleted file mode 100644
index 37f94c0..0000000
--- a/docs/tmp/en-US/html/images/icon.svg
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
-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.
--->
-<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="32" height="32" id="svg3017">
-  <defs id="defs3019">
-    <linearGradient id="linearGradient2381">
-      <stop id="stop2383" style="stop-color:#ffffff;stop-opacity:1" offset="0"/>
-      <stop id="stop2385" style="stop-color:#ffffff;stop-opacity:0" offset="1"/>
-    </linearGradient>
-    <linearGradient x1="296.4996" y1="188.81061" x2="317.32471" y2="209.69398" id="linearGradient2371" xlink:href="#linearGradient2381" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.90776,0,0,0.90776,24.35648,49.24131)"/>
-  </defs>
-  <g transform="matrix(0.437808,-0.437808,0.437808,0.437808,-220.8237,43.55311)" id="g5089">
-    <path d="m 8.4382985,-6.28125 c -0.6073916,0 -4.3132985,5.94886271 -4.3132985,8.25 l 0,26.71875 c 0,0.846384 0.5818159,1.125 1.15625,1.125 l 25.5625,0 c 0.632342,0 1.125001,-0.492658 1.125,-1.125 l 0,-5.21875 0.28125,0 c 0.49684,0 0.906249,-0.409411 0.90625,-0.90625 l 0,-27.9375 c 0,-0.4968398 -0.40941,-0.90625 -0.90625,-0.90625 l -23.8117015,0 z" transform="translate(282.8327,227.1903)" id="path5091" style="fill:#5c5c4f;stroke:#000000;stroke-width:3.23021388;stroke-miterlimit:4;stroke-dasharray:none"/>
-    <rect width="27.85074" height="29.369793" rx="1.1414107" ry="1.1414107" x="286.96509" y="227.63805" id="rect5093" style="fill:#032c87"/>
-    <path d="m 288.43262,225.43675 25.2418,0 0,29.3698 -26.37615,0.0241 1.13435,-29.39394 z" id="rect5095" style="fill:#ffffff"/>
-    <path d="m 302.44536,251.73726 c 1.38691,7.85917 -0.69311,11.28365 -0.69311,11.28365 2.24384,-1.60762 3.96426,-3.47694 4.90522,-5.736 0.96708,2.19264 1.83294,4.42866 4.27443,5.98941 0,0 -1.59504,-7.2004 -1.71143,-11.53706 l -6.77511,0 z" id="path5097" style="fill:#a70000;fill-opacity:1;stroke-width:2"/>
-    <rect width="25.241802" height="29.736675" rx="0.89682275" ry="0.89682275" x="290.73544" y="220.92249" id="rect5099" style="fill:#809cc9"/>
-    <path d="m 576.47347,725.93939 6.37084,0.41502 0.4069,29.51809 c -1.89202,-1.31785 -6.85427,-3.7608 -8.26232,-1.68101 l 0,-26.76752 c 0,-0.82246 0.66212,-1.48458 1.48458,-1.48458 z" transform="matrix(0.499065,-0.866565,0,1,0,0)" id="rect5101" style="fill:#4573b3;fill-opacity:1"/>
-    <path d="m 293.2599,221.89363 20.73918,0 c 0.45101,0 0.8141,0.3631 0.8141,0.81411 0.21547,6.32836 -19.36824,21.7635 -22.36739,17.59717 l 0,-17.59717 c 0,-0.45101 0.3631,-0.81411 0.81411,-0.81411 z" id="path5103" style="opacity:0.65536726;fill:url(#linearGradient2371);fill-opacity:1"/>
-  </g>
-</svg>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/infrastructure-overview.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/infrastructure-overview.png b/docs/tmp/en-US/html/images/infrastructure-overview.png
deleted file mode 100644
index 24aeecf..0000000
Binary files a/docs/tmp/en-US/html/images/infrastructure-overview.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/installation-complete.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/installation-complete.png b/docs/tmp/en-US/html/images/installation-complete.png
deleted file mode 100644
index 4626f86..0000000
Binary files a/docs/tmp/en-US/html/images/installation-complete.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/iso-icon.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/iso-icon.png b/docs/tmp/en-US/html/images/iso-icon.png
deleted file mode 100644
index 8d547fb..0000000
Binary files a/docs/tmp/en-US/html/images/iso-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/large-scale-redundant-setup.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/large-scale-redundant-setup.png b/docs/tmp/en-US/html/images/large-scale-redundant-setup.png
deleted file mode 100644
index 5d2581a..0000000
Binary files a/docs/tmp/en-US/html/images/large-scale-redundant-setup.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/migrate-instance.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/migrate-instance.png b/docs/tmp/en-US/html/images/migrate-instance.png
deleted file mode 100644
index 25ff572..0000000
Binary files a/docs/tmp/en-US/html/images/migrate-instance.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/multi-node-management-server.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/multi-node-management-server.png b/docs/tmp/en-US/html/images/multi-node-management-server.png
deleted file mode 100644
index 5cf5ed5..0000000
Binary files a/docs/tmp/en-US/html/images/multi-node-management-server.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/multi-site-deployment.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/multi-site-deployment.png b/docs/tmp/en-US/html/images/multi-site-deployment.png
deleted file mode 100644
index f3ae5bb..0000000
Binary files a/docs/tmp/en-US/html/images/multi-site-deployment.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/multi-tier-app.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/multi-tier-app.png b/docs/tmp/en-US/html/images/multi-tier-app.png
deleted file mode 100644
index cec1122..0000000
Binary files a/docs/tmp/en-US/html/images/multi-tier-app.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/network-acl.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/network-acl.png b/docs/tmp/en-US/html/images/network-acl.png
deleted file mode 100644
index 5602827..0000000
Binary files a/docs/tmp/en-US/html/images/network-acl.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/network-setup-zone.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/network-setup-zone.png b/docs/tmp/en-US/html/images/network-setup-zone.png
deleted file mode 100644
index 8324ff8..0000000
Binary files a/docs/tmp/en-US/html/images/network-setup-zone.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/network-singlepod.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/network-singlepod.png b/docs/tmp/en-US/html/images/network-singlepod.png
deleted file mode 100644
index e1214ea..0000000
Binary files a/docs/tmp/en-US/html/images/network-singlepod.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/networking-in-a-pod.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/networking-in-a-pod.png b/docs/tmp/en-US/html/images/networking-in-a-pod.png
deleted file mode 100644
index bf73171..0000000
Binary files a/docs/tmp/en-US/html/images/networking-in-a-pod.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/networking-in-a-zone.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/networking-in-a-zone.png b/docs/tmp/en-US/html/images/networking-in-a-zone.png
deleted file mode 100644
index fb740da..0000000
Binary files a/docs/tmp/en-US/html/images/networking-in-a-zone.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/nic-bonding-and-multipath-io.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/nic-bonding-and-multipath-io.png b/docs/tmp/en-US/html/images/nic-bonding-and-multipath-io.png
deleted file mode 100644
index 0fe60b6..0000000
Binary files a/docs/tmp/en-US/html/images/nic-bonding-and-multipath-io.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/parallel-mode.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/parallel-mode.png b/docs/tmp/en-US/html/images/parallel-mode.png
deleted file mode 100644
index 3b67a17..0000000
Binary files a/docs/tmp/en-US/html/images/parallel-mode.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/pod-overview.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/pod-overview.png b/docs/tmp/en-US/html/images/pod-overview.png
deleted file mode 100644
index c180060..0000000
Binary files a/docs/tmp/en-US/html/images/pod-overview.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/provisioning-overview.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/provisioning-overview.png b/docs/tmp/en-US/html/images/provisioning-overview.png
deleted file mode 100644
index 25cc97e..0000000
Binary files a/docs/tmp/en-US/html/images/provisioning-overview.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/release-ip-icon.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/release-ip-icon.png b/docs/tmp/en-US/html/images/release-ip-icon.png
deleted file mode 100644
index aa9846c..0000000
Binary files a/docs/tmp/en-US/html/images/release-ip-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/remove-tier.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/remove-tier.png b/docs/tmp/en-US/html/images/remove-tier.png
deleted file mode 100644
index e14d08f..0000000
Binary files a/docs/tmp/en-US/html/images/remove-tier.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/remove-vpc.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/remove-vpc.png b/docs/tmp/en-US/html/images/remove-vpc.png
deleted file mode 100644
index aa9846c..0000000
Binary files a/docs/tmp/en-US/html/images/remove-vpc.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/remove-vpn.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/remove-vpn.png b/docs/tmp/en-US/html/images/remove-vpn.png
deleted file mode 100644
index 27145ce..0000000
Binary files a/docs/tmp/en-US/html/images/remove-vpn.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/reset-vpn.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/reset-vpn.png b/docs/tmp/en-US/html/images/reset-vpn.png
deleted file mode 100644
index 04655dc..0000000
Binary files a/docs/tmp/en-US/html/images/reset-vpn.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/restart-vpc.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/restart-vpc.png b/docs/tmp/en-US/html/images/restart-vpc.png
deleted file mode 100644
index 04655dc..0000000
Binary files a/docs/tmp/en-US/html/images/restart-vpc.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/search-button.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/search-button.png b/docs/tmp/en-US/html/images/search-button.png
deleted file mode 100644
index f329aef..0000000
Binary files a/docs/tmp/en-US/html/images/search-button.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/select-vm-staticnat-vpc.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/select-vm-staticnat-vpc.png b/docs/tmp/en-US/html/images/select-vm-staticnat-vpc.png
deleted file mode 100644
index 12fde26..0000000
Binary files a/docs/tmp/en-US/html/images/select-vm-staticnat-vpc.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/separate-storage-network.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/separate-storage-network.png b/docs/tmp/en-US/html/images/separate-storage-network.png
deleted file mode 100644
index 24dbbef..0000000
Binary files a/docs/tmp/en-US/html/images/separate-storage-network.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/small-scale-deployment.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/small-scale-deployment.png b/docs/tmp/en-US/html/images/small-scale-deployment.png
deleted file mode 100644
index 1c88520..0000000
Binary files a/docs/tmp/en-US/html/images/small-scale-deployment.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/software-license.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/software-license.png b/docs/tmp/en-US/html/images/software-license.png
deleted file mode 100644
index 67aa255..0000000
Binary files a/docs/tmp/en-US/html/images/software-license.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/stop-instance-icon.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/stop-instance-icon.png b/docs/tmp/en-US/html/images/stop-instance-icon.png
deleted file mode 100644
index 209afce..0000000
Binary files a/docs/tmp/en-US/html/images/stop-instance-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/suspend-icon.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/suspend-icon.png b/docs/tmp/en-US/html/images/suspend-icon.png
deleted file mode 100644
index cab31ae..0000000
Binary files a/docs/tmp/en-US/html/images/suspend-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/sysmanager.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/sysmanager.png b/docs/tmp/en-US/html/images/sysmanager.png
deleted file mode 100644
index 5b9df34..0000000
Binary files a/docs/tmp/en-US/html/images/sysmanager.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vm-lifecycle.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vm-lifecycle.png b/docs/tmp/en-US/html/images/vm-lifecycle.png
deleted file mode 100644
index 97823fc..0000000
Binary files a/docs/tmp/en-US/html/images/vm-lifecycle.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vmware-increase-ports.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vmware-increase-ports.png b/docs/tmp/en-US/html/images/vmware-increase-ports.png
deleted file mode 100644
index fe96815..0000000
Binary files a/docs/tmp/en-US/html/images/vmware-increase-ports.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vmware-iscsi-datastore.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vmware-iscsi-datastore.png b/docs/tmp/en-US/html/images/vmware-iscsi-datastore.png
deleted file mode 100644
index 9f6b33f..0000000
Binary files a/docs/tmp/en-US/html/images/vmware-iscsi-datastore.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vmware-iscsi-general.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vmware-iscsi-general.png b/docs/tmp/en-US/html/images/vmware-iscsi-general.png
deleted file mode 100644
index 863602b..0000000
Binary files a/docs/tmp/en-US/html/images/vmware-iscsi-general.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vmware-iscsi-initiator-properties.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vmware-iscsi-initiator-properties.png b/docs/tmp/en-US/html/images/vmware-iscsi-initiator-properties.png
deleted file mode 100644
index 1fab031..0000000
Binary files a/docs/tmp/en-US/html/images/vmware-iscsi-initiator-properties.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vmware-iscsi-initiator.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vmware-iscsi-initiator.png b/docs/tmp/en-US/html/images/vmware-iscsi-initiator.png
deleted file mode 100644
index a9a8301..0000000
Binary files a/docs/tmp/en-US/html/images/vmware-iscsi-initiator.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vmware-iscsi-target-add.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vmware-iscsi-target-add.png b/docs/tmp/en-US/html/images/vmware-iscsi-target-add.png
deleted file mode 100644
index f016da7..0000000
Binary files a/docs/tmp/en-US/html/images/vmware-iscsi-target-add.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vmware-mgt-network-properties.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vmware-mgt-network-properties.png b/docs/tmp/en-US/html/images/vmware-mgt-network-properties.png
deleted file mode 100644
index 9141af9..0000000
Binary files a/docs/tmp/en-US/html/images/vmware-mgt-network-properties.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vmware-nexus-add-cluster.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vmware-nexus-add-cluster.png b/docs/tmp/en-US/html/images/vmware-nexus-add-cluster.png
deleted file mode 100644
index 7c1dd73..0000000
Binary files a/docs/tmp/en-US/html/images/vmware-nexus-add-cluster.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vmware-nexus-port-profile.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vmware-nexus-port-profile.png b/docs/tmp/en-US/html/images/vmware-nexus-port-profile.png
deleted file mode 100644
index 19b264f..0000000
Binary files a/docs/tmp/en-US/html/images/vmware-nexus-port-profile.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vmware-physical-network.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vmware-physical-network.png b/docs/tmp/en-US/html/images/vmware-physical-network.png
deleted file mode 100644
index a7495c7..0000000
Binary files a/docs/tmp/en-US/html/images/vmware-physical-network.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vmware-vswitch-properties.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vmware-vswitch-properties.png b/docs/tmp/en-US/html/images/vmware-vswitch-properties.png
deleted file mode 100644
index bc247d2..0000000
Binary files a/docs/tmp/en-US/html/images/vmware-vswitch-properties.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vpc-setting.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vpc-setting.png b/docs/tmp/en-US/html/images/vpc-setting.png
deleted file mode 100644
index 782299e..0000000
Binary files a/docs/tmp/en-US/html/images/vpc-setting.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vpn-icon.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vpn-icon.png b/docs/tmp/en-US/html/images/vpn-icon.png
deleted file mode 100644
index 2ac12f7..0000000
Binary files a/docs/tmp/en-US/html/images/vpn-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/vsphere-client.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/vsphere-client.png b/docs/tmp/en-US/html/images/vsphere-client.png
deleted file mode 100644
index 2acc8b8..0000000
Binary files a/docs/tmp/en-US/html/images/vsphere-client.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/images/zone-overview.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/images/zone-overview.png b/docs/tmp/en-US/html/images/zone-overview.png
deleted file mode 100644
index 24aeecf..0000000
Binary files a/docs/tmp/en-US/html/images/zone-overview.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/import-ami.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/import-ami.html b/docs/tmp/en-US/html/import-ami.html
deleted file mode 100644
index c464161..0000000
--- a/docs/tmp/en-US/html/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="Apache_CloudStack-Admin_Guide-4.0.0-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack Administrator's Guide" /><link rel="up" href="working-with-templates.html" title="Chapter 12. Working with Templates" /><link rel="prev" href="create-windows-template.html" title="12.10. Creating a Windows Template" /><link rel="next" href="convert-hyperv-vm-to-template.html" title="12.12. Converting a Hyper-V VM to a Template" /></head><body><p id="title"><a class="left" href="http://cloudstack.org"><img src="Common_Content/images/image_left.png" alt="Prod
 uct Site" /></a><a class="right" href="http://docs.cloudstack.org"><img src="Common_Content/images/image_right.png" alt="Documentation Site" /></a></p><ul class="docnav"><li class="previous"><a accesskey="p" href="create-windows-template.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="convert-hyperv-vm-to-template.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="import-ami" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="import-ami">12.11. Importing Amazon Machine Images</h2></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><ul class="docnav"><li class="previous"><a accesskey="p" href="create-windows-template.html"><strong>Prev</strong>12.10. Creating a Windows Template</a></li><li class="up"><a accesskey="u" href="#"><strong>Up</strong></a></li><li class="home"><a accesskey="h" href="index.html"><strong>Home</strong></a></li><li class="next"><a accesskey="n" href="convert-hyperv-vm-to-template.html"><strong>Next</strong>12.12. Converting a Hyper-V VM to a Template</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/increase-management-server-max-memory.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/increase-management-server-max-memory.html b/docs/tmp/en-US/html/increase-management-server-max-memory.html
deleted file mode 100644
index 4007571..0000000
--- a/docs/tmp/en-US/html/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="Apache_CloudStack-Admin_Guide-4.0.0-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack Administrator's Guide" /><link rel="up" href="tuning.html" title="Chapter 21. Tuning" /><link rel="prev" href="performance-monitoring.html" title="21.1. Performance Monitoring" /><link rel="next" href="set-database-buffer-pool-size.html" title="21.3. Set Database Buffer Pool Size" /></head><body><p id="title"><a class="left" href="http://cloudstack.org"><img src="Common_Content/images/image_left.png" alt="Product Site" /></a><a class="right" href="
 http://docs.cloudstack.org"><img src="Common_Content/images/image_right.png" alt="Documentation Site" /></a></p><ul class="docnav"><li class="previous"><a accesskey="p" href="performance-monitoring.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="set-database-buffer-pool-size.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="increase-management-server-max-memory" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="increase-management-server-max-memory">21.2. Increase Management Server Maximum Memory</h2></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><ul class="docnav"><li class="previous"><a accesskey="p" href="performance-monitoring.html"><strong>Prev</strong>21.1. Performance Monitoring</a></li><li class="up"><a accesskey="u" href="#"><strong>Up</strong></a></li><li class="home"><a accesskey="h" href="index.html"><strong>Home</strong></a></li><li class="next"><a accesskey="n" href="set-database-buffer-pool-size.html"><strong>Next</strong>21.3. Set Database Buffer Pool Size</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/index.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/index.html b/docs/tmp/en-US/html/index.html
deleted file mode 100644
index 89a0e0c..0000000
--- a/docs/tmp/en-US/html/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>Version 4.0.0-incubating Release Notes</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="Apache_CloudStack-Release_Notes-4.0.0-incubating-en-US-1-" /><meta name="description" content="Release notes for the Apache CloudStack 4.0.0-incubating release." /><link rel="home" href="index.html" title="Version 4.0.0-incubating Release Notes" /><link rel="next" href="submitting-feedback.html" title="Chapter 1. Submitting Feedback and Getting Help" /></head><body><p id="title"><a class="left" href="http://cloudstack.org"><img src="Common_Content/images/image_left.png" alt="Product Site" /></a><a class="right" href="http://docs.cloudstack.org"><img src="Common_Content/
 images/image_right.png" alt="Documentation Site" /></a></p><ul class="docnav"><li class="previous"></li><li class="next"><a accesskey="n" href="submitting-feedback.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="book" id="idp33482072" lang="en-US"><div class="titlepage"><div><div class="producttitle"><span class="productname">Apache CloudStack</span> <span class="productnumber"></span></div><div><h1 id="idp33482072" class="title">Version 4.0.0-incubating Release Notes</h1></div><div><h2 class="subtitle">Revised October 17, 2012 19:49 UTC</h2></div><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 xml:lang="en-US" class="authorgroup" lang="en-US"><div class="author"><h3 class="author"><span class="firstname">Apache</span> <span class="surname">CloudStack</span></h3></div></div></div><hr /><div><div id="idm4223528" 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">
-			Release notes for the Apache CloudStack 4.0.0-incubating release.
-		</div></div></div></div><hr /></div><div class="toc"><dl><dt><span class="chapter"><a href="submitting-feedback.html">1. Submitting Feedback and Getting Help</a></span></dt><dt><span class="chapter"><a href="upgrade-instructions.html">2. Upgrade Instructions</a></span></dt><dd><dl><dt><span class="section"><a href="upgrade-instructions.html#upgrade-from-3.0.2-to-4.0">2.1. Upgrade from 3.0.2 to 4.0.0-incubating</a></span></dt><dt><span class="section"><a href="upgrade-instructions.html#upgrade-from-2.2.x-to-4.0">2.2. Upgrade from 2.2.14 to 4.0.0-incubating</a></span></dt></dl></dd><dt><span class="chapter"><a href="version-4.0.html">3. Version 4.0.0-incubating</a></span></dt><dd><dl><dt><span class="section"><a href="version-4.0.html#what-new-in-4.0">3.1. What’s New in 4.0.0-incubating</a></span></dt><dt><span class="section"><a href="version-4.0.html#issues-fixed-4.0">3.2. Issues Fixed in 4.0.0-incubating</a></span></dt><dt><span class="section"><a href="version-4.0.html#known-i
 ssues-4.0">3.3. Known Issues in 4.0.0-incubating</a></span></dt></dl></dd><dt><span class="chapter"><a href="api-changes-4.0.html">4. API Changes from 3.0.2 to 4.0.0-incubating</a></span></dt><dd><dl><dt><span class="section"><a href="api-changes-4.0.html#new-api-commands-4.0">4.1. New API Commands in 4.0.0-incubating</a></span></dt><dt><span class="section"><a href="api-changes-4.0.html#changed-api-commands-4.0">4.2. Changed API Commands in 4.0.0-incubating</a></span></dt></dl></dd></dl></div></div><ul class="docnav"><li class="previous"></li><li class="next"><a accesskey="n" href="submitting-feedback.html"><strong>Next</strong>Chapter 1. Submitting Feedback and Getting Help</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html/initialize-and-test.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/initialize-and-test.html b/docs/tmp/en-US/html/initialize-and-test.html
deleted file mode 100644
index eb0fe63..0000000
--- a/docs/tmp/en-US/html/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="Apache_CloudStack-Admin_Guide-4.0.0-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack Administrator's Guide" /><link rel="up" href="provisioning-steps.html" title="Chapter 7. Steps to Provisioning Your Cloud Infrastructure" /><link rel="prev" href="secondary-storage-add.html" title="7.7. Add Secondary Storage" /><link rel="next" href="offerings.html" title="Chapter 8. Service Offerings" /></head><body><p id="title"><a class="left" href="http://cloudstack.org"><img src="Common_Content/images/image_left.png" alt="Product Site" /></a><a class="right" href="
 http://docs.cloudstack.org"><img src="Common_Content/images/image_right.png" alt="Documentation Site" /></a></p><ul class="docnav"><li class="previous"><a accesskey="p" href="secondary-storage-add.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="offerings.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="initialize-and-test" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="initialize-and-test">7.8. Initialize and Test</h2></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><ul class="docnav"><li class="previous"><a accesskey="p" href="secondary-storage-add.html"><strong>Prev</strong>7.7. Add Secondary Storage</a></li><li class="up"><a accesskey="u" href="#"><strong>Up</strong></a></li><li class="home"><a accesskey="h" href="index.html"><strong>Home</strong></a></li><li class="next"><a accesskey="n" href="offerings.html"><strong>Next</strong>Chapter 8. Service Offerings</a></li></ul></body></html>