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 2013/01/11 22:02:58 UTC

[36/52] [partial] CLOUDSTACK-961: Added dependencies for building RPMs.

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/sect-source-verify.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/sect-source-verify.html b/docs/tmp/en-US/html/sect-source-verify.html
new file mode 100644
index 0000000..968ab7a
--- /dev/null
+++ b/docs/tmp/en-US/html/sect-source-verify.html
@@ -0,0 +1,29 @@
+<?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>3.2. Verifying the downloaded release</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.1-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack Installation Guide" /><link rel="up" href="sect-source.html" title="Chapter 3. Building from Source" /><link rel="prev" href="sect-source-gettingrelease.html" title="3.1. Getting the release" /><link rel="next" href="sect-source-prereq.html" title="3.3. Prerequisites for building Apache 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="sect-source-gettingrelease.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="sect-source-prereq.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="sect-source-verify" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="sect-source-verify">3.2. Verifying the downloaded release</h2></div></div></div><div class="para">
+		There are a number of mechanisms to check the authenticity and validity of a downloaded release.
+	</div><div class="section" id="sect-source-verify-keys"><div class="titlepage"><div><div><h3 class="title" id="sect-source-verify-keys">3.2.1. Getting the KEYS</h3></div></div></div><div class="para">
+			To enable you to verify the GPG signature, you will need to download the <a href="http://www.apache.org/dist/dev/incubator/cloudstack/KEYS">KEYS</a> file.
+		</div><div class="para">
+			You next need to import those keys, which you can do by running the following command: 
+<pre class="programlisting"><code class="prompt">#</code> <code class="command">gpg</code> --import KEYS</pre>
+
+		</div></div><div class="section" id="sect-source-verify-gpg"><div class="titlepage"><div><div><h3 class="title" id="sect-source-verify-gpg">3.2.2. GPG</h3></div></div></div><div class="para">
+			The CloudStack project provides a detached GPG signature of the release. To check the signature, run the following command: 
+<pre class="programlisting"><code class="prompt">$</code> <code class="command">gpg</code> --verify apache-cloudstack-4.0.1-incubating-src.tar.bz2.asc</pre>
+
+		</div><div class="para">
+			If the signature is valid you will see a line of output that contains 'Good signature'.
+		</div></div><div class="section" id="sect-source-verify-md5"><div class="titlepage"><div><div><h3 class="title" id="sect-source-verify-md5">3.2.3. MD5</h3></div></div></div><div class="para">
+			In addition to the cryptographic signature, the CloudStack provides a number of cryptographic hashes to aid in assurance of validity of the downloaded release. You can verify this hash by executing the following command: 
+<pre class="programlisting"><code class="prompt">$</code> <code class="command">gpg</code> --print-md MD5 apache-cloudstack-4.0.1-incubating-src.tar.bz2 | <code class="command">diff</code> - apache-cloudstack-4.0.1-incubating-src.tar.bz2.md5</pre>
+
+		</div><div class="para">
+			If this successfully completes you should see no output. If there is any output from them, then there is a difference between the hash you generated locally and the hash that has been pulled from the server.
+		</div></div><div class="section" id="sect-source-verify-sha512"><div class="titlepage"><div><div><h3 class="title" id="sect-source-verify-sha512">3.2.4. SHA512</h3></div></div></div><div class="para">
+			In addition to the MD5 hash, the CloudStack project provides a SHA512 cryptographic hash to aid in assurance of the validity of the downloaded release. You can verify this hash by executing the following command: 
+<pre class="programlisting"><code class="prompt">$</code> <code class="command">gpg</code> --print-md SHA512 apache-cloudstack-4.0.1-incubating-src.tar.bz2 | <code class="command">diff</code> - apache-cloudstack-4.0.1-incubating-src.tar.bz2.sha</pre>
+
+		</div><div class="para">
+			If this command successfully completes you should see no output. If there is any output from them, then there is a difference between the hash you generated locally and the hash that has been pulled from the server.
+		</div></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="sect-source-gettingrelease.html"><strong>Prev</strong>3.1. Getting the release</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="sect-source-prereq.html"><strong>Next</strong>3.3. Prerequisites for building Apache CloudStack</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/sect-source.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/sect-source.html b/docs/tmp/en-US/html/sect-source.html
new file mode 100644
index 0000000..7b689f0
--- /dev/null
+++ b/docs/tmp/en-US/html/sect-source.html
@@ -0,0 +1,9 @@
+<?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 3. Building from Source</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.1-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack Installation Guide" /><link rel="up" href="index.html" title="CloudStack Installation Guide" /><link rel="prev" href="about-physical-networks.html" title="2.7. About Physical Networks" /><link rel="next" href="sect-source-gettingrelease.html" title="3.1. Getting the release" /></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.clou
 dstack.org"><img src="Common_Content/images/image_right.png" alt="Documentation Site" /></a></p><ul class="docnav"><li class="previous"><a accesskey="p" href="about-physical-networks.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="sect-source-gettingrelease.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="chapter" id="sect-source" lang="en-US"><div class="titlepage"><div><div><h2 class="title">Chapter 3. Building from Source</h2></div></div></div><div class="toc"><dl><dt><span class="section"><a href="sect-source-gettingrelease.html">3.1. Getting the release</a></span></dt><dt><span class="section"><a href="sect-source-verify.html">3.2. Verifying the downloaded release</a></span></dt><dd><dl><dt><span class="section"><a href="sect-source-verify.html#sect-source-verify-keys">3.2.1. Getting the KEYS</a></span></dt><dt><span class="section"><a href="sect-source-verify.html#sect-source-verify-gpg">3.2.2. GPG</a></span></dt><dt><span cla
 ss="section"><a href="sect-source-verify.html#sect-source-verify-md5">3.2.3. MD5</a></span></dt><dt><span class="section"><a href="sect-source-verify.html#sect-source-verify-sha512">3.2.4. SHA512</a></span></dt></dl></dd><dt><span class="section"><a href="sect-source-prereq.html">3.3. Prerequisites for building Apache CloudStack</a></span></dt><dt><span class="section"><a href="sect-source-extract.html">3.4. Extracting source</a></span></dt><dt><span class="section"><a href="sect-source-builddebs.html">3.5. Building DEB packages</a></span></dt><dd><dl><dt><span class="section"><a href="sect-source-builddebs.html#sect-source-builddebs-repo">3.5.1. Setting up an APT repo</a></span></dt><dt><span class="section"><a href="sect-source-builddebs.html#sect-source-builddebs-repo2">3.5.2. Configuring your machines to use the APT repository</a></span></dt></dl></dd><dt><span class="section"><a href="sect-source-buildrpm.html">3.6. Building RPMs</a></span></dt><dd><dl><dt><span class="section"
 ><a href="sect-source-buildrpm.html#sect-source-buildrpm-repo">3.6.1. Creating a yum repo</a></span></dt><dt><span class="section"><a href="sect-source-buildrpm.html#sect-source-buildrpm-repo2">3.6.2. Configuring your systems to use your new yum repository</a></span></dt></dl></dd></dl></div><div class="para">
+		The official CloudStack release is always in source code form. While there may exist convenience binaries in various forms from a number of places, the source is the canonical release will be source. In this document we'll cover acquiring the source release, building that into binary, deployable packages.
+	</div><div class="para">
+		While building and deploying directly from source is certainly possible, the reality of Infrastructure-as-a-Service cloud computing implies a need to deploy packages on a potentially large number of systems, which RPMs and DEBs fill nicely.
+	</div><div class="para">
+		Building and deploying directly from source is thus outside the scope of this document, but is documented in the INSTALL.md file in the release.
+	</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="about-physical-networks.html"><strong>Prev</strong>2.7. About Physical Networks</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="sect-source-gettingrelease.html"><strong>Next</strong>3.1. Getting the release</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/security-groups.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/security-groups.html b/docs/tmp/en-US/html/security-groups.html
new file mode 100644
index 0000000..f8594d0
--- /dev/null
+++ b/docs/tmp/en-US/html/security-groups.html
@@ -0,0 +1,74 @@
+<?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.7. Security Groups</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.1-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack Installation Guide" /><link rel="up" href="networks.html" title="Chapter 11. Managing Networks and Traffic" /><link rel="prev" href="using-multiple-guest-networks.html" title="11.6. Using Multiple Guest Networks" /><link rel="next" href="external-firewalls-and-load-balancers.html" title="11.8. External Firewalls and Load Balancers" /></head><body><p id="title"><a class="left" href="http://cloudstack.org"><img src="Common_Content/images/image_left.png" alt="Product Si
 te" /></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="using-multiple-guest-networks.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="external-firewalls-and-load-balancers.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="security-groups" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="security-groups">11.7. Security Groups</h2></div></div></div><div xml:lang="en-US" class="section" id="about-security-groups" lang="en-US"><div class="titlepage"><div><div><h3 class="title" id="about-security-groups">11.7.1. About Security Groups</h3></div></div></div><div class="para">
+		Security groups provide a way to isolate traffic to VMs. A security group is a group of VMs that filter their incoming and outgoing traffic according to a set of rules, called ingress and egress rules. These rules filter network traffic according to the IP address that is attempting to communicate with the VM. Security groups are particularly useful in zones that use basic networking, because there is a single guest network for all guest VMs. In CloudStack 3.0.3 - 3.0.5, security groups are supported only in zones that use basic networking.
+	</div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
+			In a zone that uses advanced networking, you can instead define multiple guest networks to isolate traffic to VMs.
+		</div></div></div><div class="para">
+	</div><div class="para">
+		Each CloudStack account comes with a default security group that denies all inbound traffic and allows all outbound traffic. The default security group can be modified so that all new VMs inherit some other desired set of rules.
+	</div><div class="para">
+		Any CloudStack user can set up any number of additional security groups. When a new VM is launched, it is assigned to the default security group unless another user-defined security group is specified. A VM can be a member of any number of security groups. Once a VM is assigned to a security group, it remains in that group for its entire lifetime; you can not move a running VM from one security group to another.
+	</div><div class="para">
+		You can modify a security group by deleting or adding any number of ingress and egress rules. When you do, the new rules apply to all VMs in the group, whether running or stopped.
+	</div><div class="para">
+		If no ingress rules are specified, then no traffic will be allowed in, except for responses to any traffic that has been allowed out through an egress rule.
+	</div></div><div xml:lang="en-US" class="section" id="add-security-group" lang="en-US"><div class="titlepage"><div><div><h3 class="title" id="add-security-group">11.7.2. Adding a Security Group</h3></div></div></div><div class="para">
+		A user or administrator can define a new security group.
+	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
+				Log in to the CloudStack UI as an administrator or end user.
+			</div></li><li class="listitem"><div class="para">
+				In the left navigation, choose Network
+			</div></li><li class="listitem"><div class="para">
+				In Select view, choose Security Groups.
+			</div></li><li class="listitem"><div class="para">
+				Click Add Security Group.
+			</div></li><li class="listitem"><div class="para">
+				Provide a name and description.
+			</div></li><li class="listitem"><div class="para">
+				Click OK.
+			</div><div class="para">
+				The new security group appears in the Security Groups Details tab.
+			</div></li><li class="listitem"><div class="para">
+				To make the security group useful, continue to Adding Ingress and Egress Rules to a Security Group.
+			</div></li></ol></div></div><div xml:lang="en-US" class="section" id="enable-security-groups" lang="en-US"><div class="titlepage"><div><div><h3 class="title" id="enable-security-groups">11.7.3. Enabling Security Groups</h3></div></div></div><div class="para">
+		In order for security groups to function in a zone, the security groups feature must first be enabled for the zone. The administrator can do this when creating a new zone, by selecting a network offering that includes security groups. The procedure is described in Basic Zone Configuration in the Advanced Installation Guide.
+	</div></div><div xml:lang="en-US" class="section" id="add-ingress-egress-rules" lang="en-US"><div class="titlepage"><div><div><h3 class="title" id="add-ingress-egress-rules">11.7.4. Adding Ingress and Egress Rules to a Security Group</h3></div></div></div><div class="orderedlist"><ol><li class="listitem"><div class="para">
+				Log in to the CloudStack UI as an administrator or end user.
+			</div></li><li class="listitem"><div class="para">
+				In the left navigation, choose Network
+			</div></li><li class="listitem"><div class="para">
+				In Select view, choose Security Groups, then click the security group you want .
+			</div></li><li class="listitem"><div class="para">
+				To add an ingress rule, click the Ingress Rules tab and fill out the following fields to specify what network traffic is allowed into VM instances in this security group. If no ingress rules are specified, then no traffic will be allowed in, except for responses to any traffic that has been allowed out through an egress rule.
+			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
+						<span class="bold bold"><strong>Add by CIDR/Account</strong></span>. Indicate whether the source of the traffic will be defined by IP address (CIDR) or an existing security group in a CloudStack account (Account). Choose Account if you want to allow incoming traffic from all VMs in another security group
+					</div></li><li class="listitem"><div class="para">
+						<span class="bold bold"><strong>Protocol</strong></span>. The networking protocol that sources will use to send traffic to the security group. TCP and UDP are typically used for data exchange and end-user communications. ICMP is typically used to send error messages or network monitoring data.
+					</div></li><li class="listitem"><div class="para">
+						<span class="bold bold"><strong>Start Port, End Port</strong></span>. (TCP, UDP only) A range of listening ports that are the destination for the incoming traffic. If you are opening a single port, use the same number in both fields.
+					</div></li><li class="listitem"><div class="para">
+						<span class="bold bold"><strong>ICMP Type, ICMP Code</strong></span>. (ICMP only) The type of message and error code that will be accepted.
+					</div></li><li class="listitem"><div class="para">
+						<span class="bold bold"><strong>CIDR</strong></span>. (Add by CIDR only) To accept only traffic from IP addresses within a particular address block, enter a CIDR or a comma-separated list of CIDRs. The CIDR is the base IP address of the incoming traffic. For example, 192.168.0.0/22. To allow all CIDRs, set to 0.0.0.0/0.
+					</div></li><li class="listitem"><div class="para">
+						<span class="bold bold"><strong>Account, Security Group</strong></span>. (Add by Account only) To accept only traffic from another security group, enter the CloudStack account and name of a security group that has already been defined in that account. To allow traffic between VMs within the security group you are editing now, enter the same name you used in step 7.
+					</div></li></ul></div><div class="para">
+				The following example allows inbound HTTP access from anywhere:
+			</div><div class="mediaobject"><img src="./images/http-access.png" width="444" alt="httpaccess.png: allows inbound HTTP access from anywhere" /></div></li><li class="listitem"><div class="para">
+				To add an egress rule, click the Egress Rules tab and fill out the following fields to specify what type of traffic is allowed to be sent out of VM instances in this security group. If no egress rules are specified, then all traffic will be allowed out. Once egress rules are specified, the following types of traffic are allowed out: traffic specified in egress rules; queries to DNS and DHCP servers; and responses to any traffic that has been allowed in through an ingress rule
+			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
+						<span class="bold bold"><strong>Add by CIDR/Account</strong></span>. Indicate whether the destination of the traffic will be defined by IP address (CIDR) or an existing security group in a CloudStack account (Account). Choose Account if you want to allow outgoing traffic to all VMs in another security group.
+					</div></li><li class="listitem"><div class="para">
+						<span class="bold bold"><strong>Protocol</strong></span>. The networking protocol that VMs will use to send outgoing traffic. TCP and UDP are typically used for data exchange and end-user communications. ICMP is typically used to send error messages or network monitoring data.
+					</div></li><li class="listitem"><div class="para">
+						<span class="bold bold"><strong>Start Port, End Port</strong></span>. (TCP, UDP only) A range of listening ports that are the destination for the outgoing traffic. If you are opening a single port, use the same number in both fields.
+					</div></li><li class="listitem"><div class="para">
+						<span class="bold bold"><strong>ICMP Type, ICMP Code</strong></span>. (ICMP only) The type of message and error code that will be sent
+					</div></li><li class="listitem"><div class="para">
+						<span class="bold bold"><strong>CIDR</strong></span>. (Add by CIDR only) To send traffic only to IP addresses within a particular address block, enter a CIDR or a comma-separated list of CIDRs. The CIDR is the base IP address of the destination. For example, 192.168.0.0/22. To allow all CIDRs, set to 0.0.0.0/0.
+					</div></li><li class="listitem"><div class="para">
+						<span class="bold bold"><strong>Account, Security Group</strong></span>. (Add by Account only) To allow traffic to be sent to another security group, enter the CloudStack account and name of a security group that has already been defined in that account. To allow traffic between VMs within the security group you are editing now, enter its name.
+					</div></li></ul></div></li><li class="listitem"><div class="para">
+				Click Add.
+			</div></li></ol></div></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="using-multiple-guest-networks.html"><strong>Prev</strong>11.6. Using Multiple Guest Networks</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="external-firewalls-and-load-balancers.html"><strong>Next</strong>11.8. External Firewalls and Load Balancers</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/separate_storage_network.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/separate_storage_network.html b/docs/tmp/en-US/html/separate_storage_network.html
new file mode 100644
index 0000000..f916dc7
--- /dev/null
+++ b/docs/tmp/en-US/html/separate_storage_network.html
@@ -0,0 +1,5 @@
+<?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. Separate Storage Network</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.1-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack Installation Guide" /><link rel="up" href="choosing-a-deployment_architecture.html" title="Chapter 9. Choosing a Deployment Architecture" /><link rel="prev" href="large_scale_redundant_setup.html" title="9.2. Large-Scale Redundant Setup" /><link rel="next" href="multi_node_management_server.html" title="9.4. Multi-Node Management Server" /></head><body><p id="title"><a class="left" href="http://cloudstack.org"><img src="Common_Content/images/image_left.png" a
 lt="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="large_scale_redundant_setup.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="multi_node_management_server.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="separate_storage_network" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="separate_storage_network">9.3. Separate Storage Network</h2></div></div></div><div class="para">
+		In the large-scale redundant setup described in the previous section, storage traffic can overload the management network. A separate storage network is optional for deployments. Storage protocols such as iSCSI are sensitive to network delays. A separate storage network ensures guest network traffic contention does not impact storage performance.
+	</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="large_scale_redundant_setup.html"><strong>Prev</strong>9.2. Large-Scale Redundant Setup</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="multi_node_management_server.html"><strong>Next</strong>9.4. Multi-Node Management Server</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/set-database-buffer-pool-size.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/set-database-buffer-pool-size.html b/docs/tmp/en-US/html/set-database-buffer-pool-size.html
new file mode 100644
index 0000000..f716235
--- /dev/null
+++ b/docs/tmp/en-US/html/set-database-buffer-pool-size.html
@@ -0,0 +1,13 @@
+<?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.3. Set Database Buffer Pool Size</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="increase-management-server-max-memory.html" title="21.2. Increase Management Server Maximum Memory" /><link rel="next" href="set-monitor-total-vm-limits-per-host.html" title="21.4. Set and Monitor Total VM Limits per Host" /></head><body><p id="title"><a class="left" href="http://cloudstack.org"><img src="Common_Content/images/image_left.png" alt="Pro
 duct 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="increase-management-server-max-memory.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="set-monitor-total-vm-limits-per-host.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="set-database-buffer-pool-size" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="set-database-buffer-pool-size">21.3. Set Database Buffer Pool Size</h2></div></div></div><div class="para">
+		It is important to provide enough memory space for the MySQL database to cache data and indexes:
+	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
+				Edit the Tomcat configuration file:
+			</div><pre class="programlisting">/etc/my.cnf</pre></li><li class="listitem"><div class="para">
+				Insert the following line in the [mysqld] section, below the datadir line. Use a value that is appropriate for your situation. We recommend setting the buffer pool at 40% of RAM if MySQL is on the same server as the management server or 70% of RAM if MySQL has a dedicated server. The following example assumes a dedicated server with 1024M of RAM.
+			</div><pre class="programlisting">innodb_buffer_pool_size=700M</pre></li><li class="listitem"><div class="para">
+				Restart the MySQL service.
+			</div><pre class="programlisting"># service mysqld restart</pre></li></ol></div><div class="para">
+		For more information about the buffer pool, see "The InnoDB Buffer Pool" at <a href="http://dev.mysql.com/doc/refman/5.5/en/innodb-buffer-pool.html">MySQL Reference Manual</a>.
+	</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="increase-management-server-max-memory.html"><strong>Prev</strong>21.2. Increase Management Server Maximum Memory</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-monitor-total-vm-limits-per-host.html"><strong>Next</strong>21.4. Set and Monitor Total VM Limits per Host</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/set-monitor-total-vm-limits-per-host.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/set-monitor-total-vm-limits-per-host.html b/docs/tmp/en-US/html/set-monitor-total-vm-limits-per-host.html
new file mode 100644
index 0000000..de4bd7c
--- /dev/null
+++ b/docs/tmp/en-US/html/set-monitor-total-vm-limits-per-host.html
@@ -0,0 +1,5 @@
+<?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.4. Set and Monitor Total VM Limits per Host</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="set-database-buffer-pool-size.html" title="21.3. Set Database Buffer Pool Size" /><link rel="next" href="configure-xenserver-dom0-memory.html" title="21.5. Configure XenServer dom0 Memory" /></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 cla
 ss="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="set-database-buffer-pool-size.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="configure-xenserver-dom0-memory.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="set-monitor-total-vm-limits-per-host" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="set-monitor-total-vm-limits-per-host">21.4. Set and Monitor Total VM Limits per Host</h2></div></div></div><div class="para">
+		The CloudStack administrator should monitor the total number of VM instances in each cluster, and disable allocation to the cluster if the total is approaching the maximum that the hypervisor can handle. Be sure to leave a safety margin to allow for the possibility of one or more hosts failing, which would increase the VM load on the other hosts as the VMs are automatically redeployed. Consult the documentation for your chosen hypervisor to find the maximum permitted number of VMs per host, then use CloudStack global configuration settings to set this as the default limit. Monitor the VM activity in each cluster at all times. Keep the total number of VMs below a safe level that allows for the occasional host failure. For example, if there are N hosts in the cluster, and you want to allow for one host in the cluster to be down at any given time, the total number of VM instances you can permit in the cluster is at most (N-1) * (per-host-limit). Once a cluster reaches this number of 
 VMs, use the CloudStack UI to disable allocation of more VMs to the cluster.
+	</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="set-database-buffer-pool-size.html"><strong>Prev</strong>21.3. Set Database Buffer Pool Size</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="configure-xenserver-dom0-memory.html"><strong>Next</strong>21.5. Configure XenServer dom0 Memory</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/set-up-network-for-users.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/set-up-network-for-users.html b/docs/tmp/en-US/html/set-up-network-for-users.html
new file mode 100644
index 0000000..1cd5a12
--- /dev/null
+++ b/docs/tmp/en-US/html/set-up-network-for-users.html
@@ -0,0 +1,3 @@
+<?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 9. Setting Up Networking for Users</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="index.html" title="CloudStack Administrator's Guide" /><link rel="prev" href="system-service-offerings.html" title="8.2. System Service Offerings" /><link rel="next" href="networks-for-users-overview.html" title="9.1. Overview of Setting Up Networking for Users" /></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="system-service-offerings.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="networks-for-users-overview.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="chapter" id="set-up-network-for-users" lang="en-US"><div class="titlepage"><div><div><h2 class="title">Chapter 9. Setting Up Networking for Users</h2></div></div></div><div class="toc"><dl><dt><span class="section"><a href="networks-for-users-overview.html">9.1. Overview of Setting Up Networking for Users</a></span></dt><dt><span class="section"><a href="about-virtual-networks.html">9.2. About Virtual Networks</a></span></dt><dd><dl><dt><span class="section"><a href="about-virtual-networks.html#isolated-networks">9.2.1. Isolated Networks</a></span></dt><dt><span class="section"><a href="about-
 virtual-networks.html#shared-networks">9.2.2. Shared Networks</a></span></dt><dt><span class="section"><a href="about-virtual-networks.html#runtime-allocation-virtual-network-resources">9.2.3. Runtime Allocation of Virtual Network Resources</a></span></dt></dl></dd><dt><span class="section"><a href="network-service-providers.html">9.3. Network Service Providers</a></span></dt><dt><span class="section"><a href="network-offerings.html">9.4. Network Offerings</a></span></dt></dl></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="system-service-offerings.html"><strong>Prev</strong>8.2. System Service Offerings</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="networks-for-users-overview.html"><strong>Next</strong>9.1. Overview of Setting Up Networking for Users</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/set-usage-limit.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/set-usage-limit.html b/docs/tmp/en-US/html/set-usage-limit.html
new file mode 100644
index 0000000..0aa2624
--- /dev/null
+++ b/docs/tmp/en-US/html/set-usage-limit.html
@@ -0,0 +1,15 @@
+<?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.2. Setting Usage 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="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="work-with-usage.html" title="Chapter 14. Working with Usage" /><link rel="prev" href="configure-usage-server.html" title="14.1. Configuring the Usage Server" /><link rel="next" href="globally-configured-limit.html" title="14.3. Globally Configured Limits" /></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="h
 ttp://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="configure-usage-server.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="globally-configured-limit.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="set-usage-limit" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="set-usage-limit">14.2. Setting Usage Limits</h2></div></div></div><div class="para">
+		CloudStack provides several administrator control points for capping resource usage by users. Some of these limits are global configuration parameters. Others are applied at the ROOT domain and may be overridden on a per-account basis.
+	</div><div class="para">
+		Aggregate limits may be set on a per-domain basis. For example, you may limit a domain and all subdomains to the creation of 100 VMs.
+	</div><div class="para">
+		This section covers the following topics:
+	</div><div class="para">
+		<a class="xref" href="globally-configured-limit.html">Section 14.3, “Globally Configured Limits”</a>Globally Configured Limits
+	</div><div class="para">
+		<a class="xref" href="default-account-resource-limit.html">Section 14.4, “Default Account Resource Limits”</a>Default Account Resource Limits
+	</div><div class="para">
+		<a class="xref" href="per-domain-limits.html">Section 14.5, “Per-Domain Limits”</a>Per Domain Limits
+	</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="configure-usage-server.html"><strong>Prev</strong>14.1. Configuring the Usage Server</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="globally-configured-limit.html"><strong>Next</strong>14.3. Globally Configured Limits</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/set-zone-vlan-run-vm-max.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/set-zone-vlan-run-vm-max.html b/docs/tmp/en-US/html/set-zone-vlan-run-vm-max.html
new file mode 100644
index 0000000..b53e6e6
--- /dev/null
+++ b/docs/tmp/en-US/html/set-zone-vlan-run-vm-max.html
@@ -0,0 +1,69 @@
+<?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.9. Setting Zone VLAN and Running VM Maximums</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="network-setup.html" title="Chapter 12. Network Setup" /><link rel="prev" href="guest-nw-usage-with-traffic-sentinel.html" title="12.8. Guest Network Usage Integration for Traffic Sentinel" /><link rel="next" href="networks.html" title="Chapter 13. Managing Networks and Traffic" /></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="guest-nw-usage-with-traffic-sentinel.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="networks.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="set-zone-vlan-run-vm-max" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="set-zone-vlan-run-vm-max">12.9. Setting Zone VLAN and Running VM Maximums</h2></div></div></div><div class="para">
+		In the external networking case, every VM in a zone must have a unique guest IP address. There are two variables that you need to consider in determining how to configure CloudStack to support this: how many Zone VLANs do you expect to have and how many VMs do you expect to have running in the Zone at any one time.
+	</div><div class="para">
+		Use the following table to determine how to configure CloudStack for your deployment.
+	</div><div class="informaltable"><table border="1"><colgroup><col width="33%" /><col width="33%" /><col width="33%" /></colgroup><thead><tr><th align="left">
+						<div class="para">
+							guest.vlan.bits
+						</div>
+					</th><th align="left">
+						<div class="para">
+							Maximum Running VMs per Zone
+						</div>
+					</th><th align="left">
+						<div class="para">
+							Maximum Zone VLANs
+						</div>
+					</th></tr></thead><tbody><tr><td align="left">
+						<div class="para">
+							12
+						</div>
+					</td><td align="left">
+						<div class="para">
+							4096
+						</div>
+					</td><td align="left">
+						<div class="para">
+							4094
+						</div>
+					</td></tr><tr><td align="left">
+						<div class="para">
+							11
+						</div>
+					</td><td align="left">
+						<div class="para">
+							8192
+						</div>
+					</td><td align="left">
+						<div class="para">
+							2048
+						</div>
+					</td></tr><tr><td align="left">
+						<div class="para">
+							10
+						</div>
+					</td><td align="left">
+						<div class="para">
+							16384
+						</div>
+					</td><td align="left">
+						<div class="para">
+							1024
+						</div>
+					</td></tr><tr><td align="left">
+						<div class="para">
+							10
+						</div>
+					</td><td align="left">
+						<div class="para">
+							32768
+						</div>
+					</td><td align="left">
+						<div class="para">
+							512
+						</div>
+					</td></tr></tbody></table></div><div class="para">
+		Based on your deployment's needs, choose the appropriate value of guest.vlan.bits. Set it as described in Edit the Global Configuration Settings (Optional) section and restart the Management Server.
+	</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="guest-nw-usage-with-traffic-sentinel.html"><strong>Prev</strong>12.8. Guest Network Usage Integration for Traffic...</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="networks.html"><strong>Next</strong>Chapter 13. Managing Networks and Traffic</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/small_scale_deployment.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/small_scale_deployment.html b/docs/tmp/en-US/html/small_scale_deployment.html
new file mode 100644
index 0000000..20f240c
--- /dev/null
+++ b/docs/tmp/en-US/html/small_scale_deployment.html
@@ -0,0 +1,13 @@
+<?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.1. Small-Scale Deployment</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.1-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack Installation Guide" /><link rel="up" href="choosing-a-deployment_architecture.html" title="Chapter 9. Choosing a Deployment Architecture" /><link rel="prev" href="choosing-a-deployment_architecture.html" title="Chapter 9. Choosing a Deployment Architecture" /><link rel="next" href="large_scale_redundant_setup.html" title="9.2. Large-Scale Redundant Setup" /></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="choosing-a-deployment_architecture.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="large_scale_redundant_setup.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="small_scale_deployment" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="small_scale_deployment">9.1. Small-Scale Deployment</h2></div></div></div><div class="mediaobject"><img src="./images/small-scale-deployment.png" width="444" alt="Small-Scale Deployment" /></div><div class="para">
+		This diagram illustrates the network architecture of a small-scale CloudStack deployment.
+	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
+				A firewall provides a connection to the Internet. The firewall is configured in NAT mode. The firewall forwards HTTP requests and API calls from the Internet to the Management Server. The Management Server resides on the management network.
+			</div></li><li class="listitem"><div class="para">
+				A layer-2 switch connects all physical servers and storage.
+			</div></li><li class="listitem"><div class="para">
+				A single NFS server functions as both the primary and secondary storage.
+			</div></li><li class="listitem"><div class="para">
+				The Management Server is connected to the management network.
+			</div></li></ul></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="choosing-a-deployment_architecture.html"><strong>Prev</strong>Chapter 9. Choosing a Deployment Architecture</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="large_scale_redundant_setup.html"><strong>Next</strong>9.2. Large-Scale Redundant Setup</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/ssl.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/ssl.html b/docs/tmp/en-US/html/ssl.html
new file mode 100644
index 0000000..faa175e
--- /dev/null
+++ b/docs/tmp/en-US/html/ssl.html
@@ -0,0 +1,7 @@
+<?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.2. SSL (Optional)</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="additional-installation-options.html" title="Chapter 9. Additional Installation Options" /><link rel="prev" href="install-usage-server.html" title="9.1. Installing the Usage Server (Optional)" /><link rel="next" href="database-replication.html" title="9.3. Database Replication (Optional)" /></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="install-usage-server.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="database-replication.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="ssl" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="ssl">9.2. SSL (Optional)</h2></div></div></div><div class="para">
+		CloudStack provides HTTP access in its default installation. There are a number of technologies and sites which choose to implement SSL. As a result, we have left CloudStack to expose HTTP under the assumption that a site will implement its typical practice.
+	</div><div class="para">
+		CloudStack uses Tomcat as its servlet container. For sites that would like CloudStack to terminate the SSL session, Tomcat’s SSL access may be enabled. Tomcat SSL configuration is described at http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html.
+	</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="install-usage-server.html"><strong>Prev</strong>9.1. Installing the Usage Server (Optional)</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="database-replication.html"><strong>Next</strong>9.3. Database Replication (Optional)</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/static-nat.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/static-nat.html b/docs/tmp/en-US/html/static-nat.html
new file mode 100644
index 0000000..bf35824
--- /dev/null
+++ b/docs/tmp/en-US/html/static-nat.html
@@ -0,0 +1,5 @@
+<?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.13. Static NAT</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.1-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack Installation Guide" /><link rel="up" href="networks.html" title="Chapter 11. Managing Networks and Traffic" /><link rel="prev" href="release-ip-address.html" title="11.12. Releasing an IP Address" /><link rel="next" href="ip-forwarding-firewalling.html" title="11.14. IP Forwarding and Firewalling" /></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="release-ip-address.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="ip-forwarding-firewalling.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="static-nat" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="static-nat">11.13. Static NAT</h2></div></div></div><div class="para">
+		A static NAT rule maps a public IP address to the private IP address of a VM in order to allow Internet traffic into the VM. The public IP address always remains the same, which is why it is called "static" NAT. This section tells how to enable or disable static NAT for a particular IP address.
+	</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="release-ip-address.html"><strong>Prev</strong>11.12. Releasing an IP Address</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="ip-forwarding-firewalling.html"><strong>Next</strong>11.14. IP Forwarding and Firewalling</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/stop-restart-management-server.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/stop-restart-management-server.html b/docs/tmp/en-US/html/stop-restart-management-server.html
new file mode 100644
index 0000000..bb5f0dc
--- /dev/null
+++ b/docs/tmp/en-US/html/stop-restart-management-server.html
@@ -0,0 +1,13 @@
+<?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>18.6. Stopping and Restarting the Management Server</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="manage-cloud.html" title="Chapter 18. Managing the Cloud" /><link rel="prev" href="customizing-dns.html" title="18.5. Customizing the Network Domain Name" /><link rel="next" href="global-config.html" title="Chapter 19. Setting Global Configuration Parameters" /></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="customizing-dns.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="global-config.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="stop-restart-management-server" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="stop-restart-management-server">18.6. Stopping and Restarting the Management Server</h2></div></div></div><div class="para">
+		The root administrator will need to stop and restart the Management Server from time to time.
+	</div><div class="para">
+		For example, after changing a global configuration parameter, a restart is required. If you have multiple Management Server nodes, restart all of them to put the new parameter value into effect consistently throughout the cloud.
+	</div><div class="para">
+		To stop the Management Server, issue the following command at the operating system prompt on the Management Server node:
+	</div><pre class="programlisting"># service cloud-management stop</pre><div class="para">
+		To start the Management Server:
+	</div><pre class="programlisting"># service cloud-management start</pre><div class="para">
+		To stop the Management Server:
+	</div><pre class="programlisting"># service cloud-management stop</pre></div><ul class="docnav"><li class="previous"><a accesskey="p" href="customizing-dns.html"><strong>Prev</strong>18.5. Customizing the Network Domain Name</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="global-config.html"><strong>Next</strong>Chapter 19. Setting Global Configuration Paramete...</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/stopping-and-starting-vms.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/stopping-and-starting-vms.html b/docs/tmp/en-US/html/stopping-and-starting-vms.html
new file mode 100644
index 0000000..59be6ef
--- /dev/null
+++ b/docs/tmp/en-US/html/stopping-and-starting-vms.html
@@ -0,0 +1,5 @@
+<?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.6. Stopping and Starting VMs</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="virtual-machines.html" title="Chapter 10. Working With Virtual Machines" /><link rel="prev" href="accessing-vms.html" title="10.5. Accessing VMs" /><link rel="next" href="changing-vm-name-os-group.html" title="10.7. Changing the VM Name, OS, or Group" /></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="accessing-vms.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="changing-vm-name-os-group.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="stopping-and-starting-vms" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="stopping-and-starting-vms">10.6. Stopping and Starting VMs</h2></div></div></div><div class="para">
+		Any user can access their own virtual machines. The administrator can access all VMs running in the cloud.
+	</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="accessing-vms.html"><strong>Prev</strong>10.5. Accessing VMs</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="changing-vm-name-os-group.html"><strong>Next</strong>10.7. Changing the VM Name, OS, or Group</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/storage-overview.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/storage-overview.html b/docs/tmp/en-US/html/storage-overview.html
new file mode 100644
index 0000000..6114884
--- /dev/null
+++ b/docs/tmp/en-US/html/storage-overview.html
@@ -0,0 +1,7 @@
+<?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.1. Storage Overview</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="storage.html" title="Chapter 13. Working With Storage" /><link rel="prev" href="storage.html" title="Chapter 13. Working With Storage" /><link rel="next" href="primary-storage.html" title="13.2. Primary Storage" /></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_Con
 tent/images/image_right.png" alt="Documentation Site" /></a></p><ul class="docnav"><li class="previous"><a accesskey="p" href="storage.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="primary-storage.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="storage-overview" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="storage-overview">13.1. Storage Overview</h2></div></div></div><div class="para">
+		CloudStack defines two types of storage: primary and secondary. Primary storage can be accessed by either iSCSI or NFS. Additionally, direct attached storage may be used for primary storage. Secondary storage is always accessed using NFS.
+	</div><div class="para">
+		There is no ephemeral storage in CloudStack. All volumes on all nodes are persistent.
+	</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="storage.html"><strong>Prev</strong>Chapter 13. Working With 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="primary-storage.html"><strong>Next</strong>13.2. Primary Storage</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/storage.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/storage.html b/docs/tmp/en-US/html/storage.html
new file mode 100644
index 0000000..cc6ac29
--- /dev/null
+++ b/docs/tmp/en-US/html/storage.html
@@ -0,0 +1,3 @@
+<?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 13. Working With 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="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="index.html" title="CloudStack Administrator's Guide" /><link rel="prev" href="delete-templates.html" title="12.14. Deleting Templates" /><link rel="next" href="storage-overview.html" title="13.1. Storage Overview" /></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="delete-templates.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="storage-overview.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="chapter" id="storage" lang="en-US"><div class="titlepage"><div><div><h2 class="title">Chapter 13. Working With Storage</h2></div></div></div><div class="toc"><dl><dt><span class="section"><a href="storage-overview.html">13.1. Storage Overview</a></span></dt><dt><span class="section"><a href="primary-storage.html">13.2. Primary Storage</a></span></dt><dd><dl><dt><span class="section"><a href="primary-storage.html#best-practices-primary-storage">13.2.1. Best Practices for Primary Storage</a></span></dt><dt><span class="section"><a href="primary-storage.html#runtime-behavior-of-primary-storage">13.2.2. Runtime Behavior of Primary Storage</a></span></dt><dt><span class="sec
 tion"><a href="primary-storage.html#hypervisor-support-for-primarystorage">13.2.3. Hypervisor Support for Primary Storage</a></span></dt><dt><span class="section"><a href="primary-storage.html#storage-tags">13.2.4. Storage Tags</a></span></dt><dt><span class="section"><a href="primary-storage.html#maintenance-mode-for-primary-storage.xml">13.2.5. Maintenance Mode for Primary Storage</a></span></dt></dl></dd><dt><span class="section"><a href="secondary-storage.html">13.3. Secondary Storage</a></span></dt><dt><span class="section"><a href="working-with-volumes.html">13.4. Using Swift for Secondary Storage</a></span></dt><dt><span class="section"><a href="working-with-snapshots.html">13.5. Working with Snapshots</a></span></dt></dl></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="delete-templates.html"><strong>Prev</strong>12.14. Deleting Templates</a></li><li class="up"><a accesskey="u" href="#"><strong>Up</strong></a></li><li class="home"><a accesskey="h" h
 ref="index.html"><strong>Home</strong></a></li><li class="next"><a accesskey="n" href="storage-overview.html"><strong>Next</strong>13.1. Storage Overview</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/suspend-project.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/suspend-project.html b/docs/tmp/en-US/html/suspend-project.html
new file mode 100644
index 0000000..de41409
--- /dev/null
+++ b/docs/tmp/en-US/html/suspend-project.html
@@ -0,0 +1,25 @@
+<?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>6.6. Suspending or Deleting a Project</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="projects.html" title="Chapter 6. Using Projects to Organize Users and Resources" /><link rel="prev" href="accept-membership-invite.html" title="6.5. Accepting a Membership Invitation" /><link rel="next" href="use-project-view.html" title="6.7. Using the Project View" /></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="accept-membership-invite.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="use-project-view.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="suspend-project" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="suspend-project">6.6. Suspending or Deleting a Project</h2></div></div></div><div class="para">
+		When a project is suspended, it retains the resources it owns, but they can no longer be used. No new resources or members can be added to a suspended project.
+	</div><div class="para">
+		When a project is deleted, its resources are destroyed, and member accounts are removed from the project. The project’s status is shown as Disabled pending final deletion.
+	</div><div class="para">
+		A project can be suspended or deleted by the project administrator, the domain administrator of the domain the project belongs to or of its parent domain, or the CloudStack root administrator.
+	</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, click Projects.
+			</div></li><li class="listitem"><div class="para">
+				In Select View, choose Projects.
+			</div></li><li class="listitem"><div class="para">
+				Click the name of the project.
+			</div></li><li class="listitem"><div class="para">
+				Click one of the buttons:
+			</div><div class="para">
+				To delete, use 
+				<span class="inlinemediaobject"><img src="./images/delete-button.png" alt="deletebutton.png: Removes a project" /></span>
+			</div><div class="para">
+				To suspend, use
+				<span class="inlinemediaobject"><img src="./images/suspend-icon.png" alt="deletebutton.png: suspends a project" /></span>
+			</div></li></ol></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="accept-membership-invite.html"><strong>Prev</strong>6.5. Accepting a Membership Invitation</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="use-project-view.html"><strong>Next</strong>6.7. Using the Project View</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/sys-reliability-and-ha.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/sys-reliability-and-ha.html b/docs/tmp/en-US/html/sys-reliability-and-ha.html
new file mode 100644
index 0000000..e86622b
--- /dev/null
+++ b/docs/tmp/en-US/html/sys-reliability-and-ha.html
@@ -0,0 +1,3 @@
+<?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 17. System Reliability and High Availability</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="index.html" title="CloudStack Administrator's Guide" /><link rel="prev" href="secondary-storage-vm.html" title="16.5. Secondary Storage VM" /><link rel="next" href="ha-management-server.html" title="17.1. HA for Management Server" /></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="h
 ttp://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-vm.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="ha-management-server.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="chapter" id="sys-reliability-and-ha" lang="en-US"><div class="titlepage"><div><div><h2 class="title">Chapter 17. System Reliability and High Availability</h2></div></div></div><div class="toc"><dl><dt><span class="section"><a href="ha-management-server.html">17.1. HA for Management Server</a></span></dt><dt><span class="section"><a href="ha-enabled-vm.html">17.2. HA-Enabled Virtual Machines</a></span></dt><dt><span class="section"><a href="ha-for-hosts.html">17.3. HA for Hosts</a></span></dt><dt><span class="section"><a href="primary-storage-outage-and-data-loss.html">17.4. Primary Storage Outage and Data Loss</a></span></dt>
 <dt><span class="section"><a href="secondary-storage-outage-and-data-loss.html">17.5. Secondary Storage Outage and Data Loss</a></span></dt></dl></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="secondary-storage-vm.html"><strong>Prev</strong>16.5. Secondary Storage VM</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="ha-management-server.html"><strong>Next</strong>17.1. HA for Management Server</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/system-service-offerings.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/system-service-offerings.html b/docs/tmp/en-US/html/system-service-offerings.html
new file mode 100644
index 0000000..9daef25
--- /dev/null
+++ b/docs/tmp/en-US/html/system-service-offerings.html
@@ -0,0 +1,7 @@
+<?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.2. System 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="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="offerings.html" title="Chapter 8. Service Offerings" /><link rel="prev" href="compute-disk-service-offerings.html" title="8.1. Compute and Disk Service Offerings" /><link rel="next" href="set-up-network-for-users.html" title="Chapter 9. Setting Up Networking for Users" /></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 cla
 ss="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="compute-disk-service-offerings.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="set-up-network-for-users.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="system-service-offerings" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="system-service-offerings">8.2. System Service Offerings</h2></div></div></div><div class="para">
+		System service offerings provide a choice of CPU speed, number of CPUs, tags, and RAM size, just as other service offerings do. But rather than being used for virtual machine instances and exposed to users, system service offerings are used to change the default properties of virtual routers, console proxies, and other system VMs. System service offerings are visible only to the CloudStack root administrator. CloudStack provides default system service offerings. The CloudStack root administrator can create additional custom system service offerings.
+	</div><div class="para">
+		When CloudStack creates a virtual router for a guest network, it uses default settings which are defined in the system service offering associated with the network offering. You can upgrade the capabilities of the virtual router by applying a new network offering that contains a different system service offering. All virtual routers in that network will begin using the settings from the new service offering.
+	</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="compute-disk-service-offerings.html"><strong>Prev</strong>8.1. Compute and Disk Service Offerings</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-up-network-for-users.html"><strong>Next</strong>Chapter 9. Setting Up Networking for Users</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/system-vm-template.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/system-vm-template.html b/docs/tmp/en-US/html/system-vm-template.html
new file mode 100644
index 0000000..0b7ee24
--- /dev/null
+++ b/docs/tmp/en-US/html/system-vm-template.html
@@ -0,0 +1,19 @@
+<?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.1. The System VM Template</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-system-vm.html" title="Chapter 16. Working with System Virtual Machines" /><link rel="prev" href="working-with-system-vm.html" title="Chapter 16. Working with System Virtual Machines" /><link rel="next" href="multiple-system-vm-vmware.html" title="16.2. Multiple System VM Support for VMware" /></head><body><p id="title"><a class="left" href="http://cloudstack.org"><img src="Common_Content/images/image_left.p
 ng" 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="working-with-system-vm.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="multiple-system-vm-vmware.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="system-vm-template" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="system-vm-template">16.1. The System VM Template</h2></div></div></div><div class="para">
+		The System VMs come from a single template. The System VM has the following characteristics:
+	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
+				Debian 6.0 ("Squeeze"), 2.6.32 kernel with the latest security patches from the Debian security APT repository
+			</div></li><li class="listitem"><div class="para">
+				Has a minimal set of packages installed thereby reducing the attack surface
+			</div></li><li class="listitem"><div class="para">
+				32-bit for enhanced performance on Xen/VMWare
+			</div></li><li class="listitem"><div class="para">
+				pvops kernel with Xen PV drivers, KVM virtio drivers, and VMware tools for optimum performance on all hypervisors
+			</div></li><li class="listitem"><div class="para">
+				Xen tools inclusion allows performance monitoring
+			</div></li><li class="listitem"><div class="para">
+				Latest versions of HAProxy, iptables, IPsec, and Apache from debian repository ensures improved security and speed
+			</div></li><li class="listitem"><div class="para">
+				Latest version of JRE from Sun/Oracle ensures improved security and speed
+			</div></li></ul></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="working-with-system-vm.html"><strong>Prev</strong>Chapter 16. Working with System Virtual Machines</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="multiple-system-vm-vmware.html"><strong>Next</strong>16.2. Multiple System VM Support for VMware</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/92d4b214/docs/tmp/en-US/html/tagging-resources.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html/tagging-resources.html b/docs/tmp/en-US/html/tagging-resources.html
new file mode 100644
index 0000000..f73dc20
--- /dev/null
+++ b/docs/tmp/en-US/html/tagging-resources.html
@@ -0,0 +1,48 @@
+<?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>18.1. Using Tags to Organize Resources in 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="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="manage-cloud.html" title="Chapter 18. Managing the Cloud" /><link rel="prev" href="manage-cloud.html" title="Chapter 18. Managing the Cloud" /><link rel="next" href="change-database-config.html" title="18.2. Changing the Database Configuration" /></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="manage-cloud.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="change-database-config.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="tagging-resources" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="tagging-resources">18.1. Using Tags to Organize Resources in the Cloud</h2></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><ul class="docnav"><li class="previous"><a accesskey="p" href="manage-cloud.html"><strong>Prev</strong>Chapter 18. Managing the Cloud</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="change-database-config.html"><strong>Next</strong>18.2. Changing the Database Configuration</a></li></ul></body></html>