You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2012/11/19 15:11:29 UTC

[22/29] cleaning up docs temp, publish directories - adding gitignore entries for them for the future

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-buildrpm.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-buildrpm.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-buildrpm.html
deleted file mode 100644
index f4569f1..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-buildrpm.html
+++ /dev/null
@@ -1,35 +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>3.6. Building RPMs</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="sect-source.html" title="Chapter 3. Building from Source" /><link rel="prev" href="sect-source-builddebs.html" title="3.5. Building DEB packages" /><link rel="next" href="installation.html" title="Chapter 4. Installation" /></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-builddebs.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="installation.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="sect-source-buildrpm" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="sect-source-buildrpm">3.6. Building RPMs</h2></div></div></div><div class="para">
-		While we have defined, and you have presumably already installed the bootstrap prerequisites, there are a number of build time prerequisites that need to be resolved. CloudStack uses maven for dependency resolution. You can resolve the buildtime depdencies for CloudStack by running the following command: 
-<pre class="programlisting"><code class="prompt">$</code> <code class="command">mvn</code> -P deps</pre>
-
-	</div><div class="para">
-		Now that we have resolved the dependencies we can move on to building CloudStack and packaging them into RPMs by issuing the following command. 
-<pre class="programlisting"><code class="prompt">$</code> <code class="command">./waf</code> rpm</pre>
-
-	</div><div class="para">
-		Once this completes, you should find assembled RPMs in <code class="filename">artifacts/rpmbuild/RPMS/x86_64</code>
-	</div><div class="section" id="sect-source-buildrpm-repo"><div class="titlepage"><div><div><h3 class="title" id="sect-source-buildrpm-repo">3.6.1. Creating a yum repo</h3></div></div></div><div class="para">
-			While RPMs is an ideal packaging format - it's most easily consumed from yum repositories over a network. We'll move into the directory with the newly created RPMs by issuing the following command: 
-<pre class="programlisting"><code class="prompt">$</code> <code class="command">cd</code> artifacts/rpmbuild/RPMS/x86_64</pre>
-
-		</div><div class="para">
-			Next we'll issue a command to create the repository metadata by issuing the following command: 
-<pre class="programlisting"><code class="prompt">$</code> <code class="command">createrepo</code> ./</pre>
-
-		</div><div class="para">
-			The files and directories within our current working directory can now be uploaded to a web server and serve as a yum repository
-		</div></div><div class="section" id="sect-source-buildrpm-repo2"><div class="titlepage"><div><div><h3 class="title" id="sect-source-buildrpm-repo2">3.6.2. Configuring your systems to use your new yum repository</h3></div></div></div><div class="para">
-			Now that your yum repository is populated with RPMs and metadata we need to configure our machines that need to install CloudStack. We will create a file at <code class="filename">/etc/yum.repos.d/cloudstack.repo</code> with the following content: 
-<pre class="programlisting">
-[apache-cloudstack]
-name=Apache CloudStack
-baseurl=http://<em class="replaceable"><code>webserver.tld/path/to/repo</code></em>
-enabled=1
-gpgcheck=0
-</pre>
-
-		</div><div class="para">
-			Completing this step will allow you to easily install CloudStack on a number of machines across the network.
-		</div></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="sect-source-builddebs.html"><strong>Prev</strong>3.5. Building DEB packages</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="installation.html"><strong>Next</strong>Chapter 4. Installation</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-extract.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-extract.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-extract.html
deleted file mode 100644
index ead718d..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-extract.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>3.4. Extracting 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.0-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-prereq.html" title="3.3. Prerequisites for building Apache CloudStack" /><link rel="next" href="sect-source-builddebs.html" title="3.5. Building DEB packages" /></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="htt
 p://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-prereq.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="sect-source-builddebs.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="sect-source-extract" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="sect-source-extract">3.4. Extracting source</h2></div></div></div><div class="para">
-		Extracting the CloudStack release is relatively simple and can be done with a single command as follows: 
-<pre class="programlisting"><code class="prompt">$</code> <code class="command">tar</code> -jxvf apache-cloudstack-4.0.0-incubating-src.tar.bz2</pre>
-
-	</div><div class="para">
-		You can now move into the directory: 
-<pre class="programlisting"><code class="prompt">$</code> <code class="command">cd</code> ./apache-cloudstack-4.0.0-incubating-src</pre>
-
-	</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="sect-source-prereq.html"><strong>Prev</strong>3.3. Prerequisites for building Apache CloudStack</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-builddebs.html"><strong>Next</strong>3.5. Building DEB packages</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-gettingrelease.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-gettingrelease.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-gettingrelease.html
deleted file mode 100644
index 71eb52b..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-gettingrelease.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>3.1. Getting the 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.0-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.html" title="Chapter 3. Building from Source" /><link rel="next" href="sect-source-verify.html" title="3.2. Verifying the downloaded 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.cloud
 stack.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.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="sect-source-verify.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="sect-source-gettingrelease" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="sect-source-gettingrelease">3.1. Getting the release</h2></div></div></div><div class="para">
-		You can download the latest CloudStack release from the <a href="http://incubator.apache.org/cloudstack/downloads.html"> Apache CloudStack project download page</a>.
-	</div><div class="para">
-		You'll notice several links under the 'Latest release' section.
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				<a href="http://www.apache.org/dyn/closer.cgi/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2"> apache-cloudstack-4.0.0-incubating-src.tar.bz2</a> - This is the link to the release itself.
-			</div></li><li class="listitem"><div class="para">
-				<a href="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc">PGP</a> - This is a detached cryptographic signature that can be used to help verify the authenticity of the release.
-			</div></li><li class="listitem"><div class="para">
-				<a href="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5">MD5</a> - An MD5 hash of the release to aid in verify the validity of the release download.
-			</div></li><li class="listitem"><div class="para">
-				<a href="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha">SHA512</a> - A SHA512 hash of the release to aid in verify the validity of the release download.
-			</div></li></ol></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="sect-source.html"><strong>Prev</strong>Chapter 3. Building from Source</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-verify.html"><strong>Next</strong>3.2. Verifying the downloaded release</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-prereq.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-prereq.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-prereq.html
deleted file mode 100644
index 5bfa990..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-prereq.html
+++ /dev/null
@@ -1,17 +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>3.3. Prerequisites for building Apache CloudStack</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="sect-source.html" title="Chapter 3. Building from Source" /><link rel="prev" href="sect-source-verify.html" title="3.2. Verifying the downloaded release" /><link rel="next" href="sect-source-extract.html" title="3.4. Extracting source" /></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-verify.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="sect-source-extract.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="sect-source-prereq" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="sect-source-prereq">3.3. Prerequisites for building Apache CloudStack</h2></div></div></div><div class="para">
-		There are a number of prerequisites needed to build CloudStack. This document assumes compilation on a Linux system that uses RPMs or DEBs for package management.
-	</div><div class="para">
-		The minimum bootstrapped prerequisites for building CloudStack includes the following: 
-		<div class="orderedlist"><ol><li class="listitem"><div class="para">
-					ant
-				</div></li><li class="listitem"><div class="para">
-					maven (version 3)
-				</div></li><li class="listitem"><div class="para">
-					Java (Java 6/OpenJDK 1.6)
-				</div></li><li class="listitem"><div class="para">
-					rpmbuild or dpkg-dev
-				</div></li></ol></div>
-
-	</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="sect-source-verify.html"><strong>Prev</strong>3.2. Verifying the downloaded 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-extract.html"><strong>Next</strong>3.4. Extracting source</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-verify.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-verify.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-verify.html
deleted file mode 100644
index 0d02a4c..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source-verify.html
+++ /dev/null
@@ -1,29 +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>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.0-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.0-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.0-incubating-src.tar.bz2 | <code class="command">diff</code> - apache-cloudstack-4.0.0-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.0-incubating-src.tar.bz2 | <code class="command">diff</code> - apache-cloudstack-4.0.0-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/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source.html
deleted file mode 100644
index 29408ac..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/sect-source.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>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.0-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/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/security-groups.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/security-groups.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/security-groups.html
deleted file mode 100644
index eb58bb3..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/security-groups.html
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>15.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-Admin_Guide-4.0.0-incubating-en-US-1-" /><script type="text/javascript" src="../../../../../toc.js"></script><script type="text/javascript">
-              addID('Apache_CloudStack');
-              
-	      addID('Apache_CloudStack.4.0.0-incubating');
-              
-              addID('Apache_CloudStack.4.0.0-incubating.books');
-	      addID('Apache_CloudStack.4.0.0-incubating.Admin_Guide');
-              </script><link rel="home" href="index.html" title="CloudStack Administrator's Guide" /><link rel="up" href="networks.html" title="Chapter 15. Managing Networks and Traffic" /><link rel="prev" href="using-multiple-guest-networks.html" title="15.6. Using Multiple Guest Networks" /><link rel="next" href="external-firewalls-and-load-balancers.html" title="15.8. External Firewalls and Load Balancers" /></head><body class="toc_embeded "><div id="tocdiv" class="toc"><iframe id="tocframe" class="toc" src="../../../../toc.html">This is an iframe, to view it upgrade your browser or enable iframe display.</iframe></div><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="using-multiple-guest-networks.htm
 l"><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">15.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">15.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">15.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">15.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">15.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>15.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>15.8. External Firewalls and Load Balancers</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/separate_storage_network.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/separate_storage_network.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/separate_storage_network.html
deleted file mode 100644
index 6b0ac60..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/separate_storage_network.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>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.0-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/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-database-buffer-pool-size.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-database-buffer-pool-size.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-database-buffer-pool-size.html
deleted file mode 100644
index 5e1b844..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-database-buffer-pool-size.html
+++ /dev/null
@@ -1,20 +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.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-" /><script type="text/javascript" src="../../../../../toc.js"></script><script type="text/javascript">
-              addID('Apache_CloudStack');
-              
-	      addID('Apache_CloudStack.4.0.0-incubating');
-              
-              addID('Apache_CloudStack.4.0.0-incubating.books');
-	      addID('Apache_CloudStack.4.0.0-incubating.Admin_Guide');
-              </script><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 class="toc_embeded "><div id="tocdiv" class="toc"><iframe id="tocframe" class="toc" src="../../../../toc.html">This is an iframe, to view it upgrade your browser or enable iframe display.</iframe></div><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="increase-management-server-max-memor
 y.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/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-monitor-total-vm-limits-per-host.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-monitor-total-vm-limits-per-host.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-monitor-total-vm-limits-per-host.html
deleted file mode 100644
index a005900..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-monitor-total-vm-limits-per-host.html
+++ /dev/null
@@ -1,12 +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.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-" /><script type="text/javascript" src="../../../../../toc.js"></script><script type="text/javascript">
-              addID('Apache_CloudStack');
-              
-	      addID('Apache_CloudStack.4.0.0-incubating');
-              
-              addID('Apache_CloudStack.4.0.0-incubating.books');
-	      addID('Apache_CloudStack.4.0.0-incubating.Admin_Guide');
-              </script><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 class="toc_embeded "><div id="tocdiv" class="toc"><iframe id="tocframe" class="toc" src="../../../../toc.html">This is an iframe, to view it upgrade your browser or enable iframe display.</iframe></div><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="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/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-up-network-for-users.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-up-network-for-users.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-up-network-for-users.html
deleted file mode 100644
index 76bb98c..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-up-network-for-users.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 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-" /><script type="text/javascript" src="../../../../../toc.js"></script><script type="text/javascript">
-              addID('Apache_CloudStack');
-              
-	      addID('Apache_CloudStack.4.0.0-incubating');
-              
-              addID('Apache_CloudStack.4.0.0-incubating.books');
-	      addID('Apache_CloudStack.4.0.0-incubating.Admin_Guide');
-              </script><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 class="toc_embeded "><div id="tocdiv" class="toc"><iframe id="tocframe" class="toc" src="../../../../toc.html">This is an iframe, to view it upgrade your browser or enable iframe display.</iframe></div><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><l
 i 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></d
 l></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/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-usage-limit.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-usage-limit.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-usage-limit.html
deleted file mode 100644
index eb08836..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/set-usage-limit.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>14.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-" /><script type="text/javascript" src="../../../../../toc.js"></script><script type="text/javascript">
-              addID('Apache_CloudStack');
-              
-	      addID('Apache_CloudStack.4.0.0-incubating');
-              
-              addID('Apache_CloudStack.4.0.0-incubating.books');
-	      addID('Apache_CloudStack.4.0.0-incubating.Admin_Guide');
-              </script><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 class="toc_embeded "><div id="tocdiv" class="toc"><iframe id="tocframe" class="toc" src="../../../../toc.html">This is an iframe, to view it upgrade your browser or enable iframe display.</iframe></div><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="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/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/signing-api-requests.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/signing-api-requests.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/signing-api-requests.html
deleted file mode 100644
index cbe82bc..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/signing-api-requests.html
+++ /dev/null
@@ -1,35 +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>4.3. Signing API Requests</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-API_Developers_Guide-4.0.0-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack API Developer's Guide" /><link rel="up" href="api-calls.html" title="Chapter 4. Calling the CloudStack API" /><link rel="prev" href="enabling-api-call-expiration.html" title="4.2. Enabling API Call Expiration" /><link rel="next" href="responses.html" title="4.4. Responses" /></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.cloudstac
 k.org"><img src="Common_Content/images/image_right.png" alt="Documentation Site" /></a></p><ul class="docnav"><li class="previous"><a accesskey="p" href="enabling-api-call-expiration.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="responses.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="signing-api-requests" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="signing-api-requests">4.3. Signing API Requests</h2></div></div></div><div class="para">
-		Whether you access the CloudStack API with HTTP or HTTPS, it must still be signed so that CloudStack can verify the caller has been authenticated and authorized to execute the command. Make sure that you have both the API Key and Secret Key provided by the CloudStack administrator for your account before proceeding with the signing process.
-	</div><div class="para">
-		To show how to sign a request, we will re-use the previous example.
-	</div><pre class="programlisting">http://http://localhost:8080/client/api?command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</pre><div class="para">
-		Breaking this down, we have several distinct parts to this URL.
-	</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-				Base URL: This is the base URL to the CloudStack Management Server.
-			</div><pre class="programlisting">http://localhost:8080</pre></li><li class="listitem"><div class="para">
-				API Path: This is the path to the API Servlet that processes the incoming requests.
-			</div><pre class="programlisting">/client/api?</pre></li><li class="listitem"><div class="para">
-				Command String: This part of the query string comprises of the command, its parameters, and the API Key that identifies the account.
-			</div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-					As with all query string parameters of field-value pairs, the "field" component is case insensitive while all "value" values are case sensitive.
-				</div></div></div><pre class="programlisting">command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ</pre></li><li class="listitem"><div class="para">
-				Signature: This is the hashed signature of the Base URL that is generated using a combination of the user’s Secret Key and the HMAC SHA-1 hashing algorithm.
-			</div><div class="para">
-				&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D
-			</div></li></ul></div><div class="para">
-		Every API request has the format Base URL+API Path+Command String+Signature.
-	</div><div class="para">
-		To generate the signature.
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				For each field-value pair (as separated by a '&amp;') in the Command String, URL encode each value so that it can be safely sent via HTTP GET.
-			</div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-					Make sure all spaces are encoded as "%20" rather than "+".
-				</div></div></div></li><li class="listitem"><div class="para">
-				Lower case the entire Command String and sort it alphabetically via the field for each field-value pair. The result of this step would look like the following.
-			</div><pre class="programlisting">apikey=mivr6x7u6bn_sdahobpjnejpgest35exq-jb8cg20yi3yaxxcgpyuairmfi_ejtvwz0nukkjbpmy3y2bcikwfq&amp;command=deployvirtualmachine&amp;diskofferingid=1&amp;serviceofferingid=1&amp;templateid=2&amp;zoneid=4</pre></li><li class="listitem"><div class="para">
-				Take the sorted Command String and run it through the HMAC SHA-1 hashing algorithm (most programming languages offer a utility method to do this) with the user’s Secret Key. Base64 encode the resulting byte array in UTF-8 so that it can be safely transmitted via HTTP. The final string produced after Base64 encoding should be "Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D".
-			</div><div class="para">
-				By reconstructing the final URL in the format Base URL+API Path+Command String+Signature, the final URL should look like:
-			</div><pre class="programlisting">http://localhost:8080/client/api?command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</pre></li></ol></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="enabling-api-call-expiration.html"><strong>Prev</strong>4.2. Enabling API Call Expiration</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="responses.html"><strong>Next</strong>4.4. Responses</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/small_scale_deployment.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/small_scale_deployment.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/small_scale_deployment.html
deleted file mode 100644
index c9ec110..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/small_scale_deployment.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>9.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.0-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/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/static-nat.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/static-nat.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/static-nat.html
deleted file mode 100644
index de53212..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/static-nat.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>15.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-Admin_Guide-4.0.0-incubating-en-US-1-" /><script type="text/javascript" src="../../../../../toc.js"></script><script type="text/javascript">
-              addID('Apache_CloudStack');
-              
-	      addID('Apache_CloudStack.4.0.0-incubating');
-              
-              addID('Apache_CloudStack.4.0.0-incubating.books');
-	      addID('Apache_CloudStack.4.0.0-incubating.Admin_Guide');
-              </script><link rel="home" href="index.html" title="CloudStack Administrator's Guide" /><link rel="up" href="networks.html" title="Chapter 15. Managing Networks and Traffic" /><link rel="prev" href="release-ip-address.html" title="15.12. Releasing an IP Address" /><link rel="next" href="ip-forwarding-firewalling.html" title="15.14. IP Forwarding and Firewalling" /></head><body class="toc_embeded "><div id="tocdiv" class="toc"><iframe id="tocframe" class="toc" src="../../../../toc.html">This is an iframe, to view it upgrade your browser or enable iframe display.</iframe></div><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="ne
 xt"><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">15.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>15.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>15.14. IP Forwarding and Firewalling</a></li></ul></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/stop-restart-management-server.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/stop-restart-management-server.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/stop-restart-management-server.html
deleted file mode 100644
index e6a1732..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/stop-restart-management-server.html
+++ /dev/null
@@ -1,20 +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>18.5. 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-" /><script type="text/javascript" src="../../../../../toc.js"></script><script type="text/javascript">
-              addID('Apache_CloudStack');
-              
-	      addID('Apache_CloudStack.4.0.0-incubating');
-              
-              addID('Apache_CloudStack.4.0.0-incubating.books');
-	      addID('Apache_CloudStack.4.0.0-incubating.Admin_Guide');
-              </script><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.4. Customizing the Network Domain Name" /><link rel="next" href="global-config.html" title="Chapter 19. Setting Global Configuration Parameters" /></head><body class="toc_embeded "><div id="tocdiv" class="toc"><iframe id="tocframe" class="toc" src="../../../../toc.html">This is an iframe, to view it upgrade your browser or enable iframe display.</iframe></div><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.5. 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.4. 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/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/stopping-and-starting-vms.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/stopping-and-starting-vms.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/stopping-and-starting-vms.html
deleted file mode 100644
index ba94487..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/stopping-and-starting-vms.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>10.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-" /><script type="text/javascript" src="../../../../../toc.js"></script><script type="text/javascript">
-              addID('Apache_CloudStack');
-              
-	      addID('Apache_CloudStack.4.0.0-incubating');
-              
-              addID('Apache_CloudStack.4.0.0-incubating.books');
-	      addID('Apache_CloudStack.4.0.0-incubating.Admin_Guide');
-              </script><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 class="toc_embeded "><div id="tocdiv" class="toc"><iframe id="tocframe" class="toc" src="../../../../toc.html">This is an iframe, to view it upgrade your browser or enable iframe display.</iframe></div><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 ac
 cesskey="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/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/storage-overview.html
----------------------------------------------------------------------
diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/storage-overview.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/storage-overview.html
deleted file mode 100644
index 63270e8..0000000
--- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/storage-overview.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>13.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-" /><script type="text/javascript" src="../../../../../toc.js"></script><script type="text/javascript">
-              addID('Apache_CloudStack');
-              
-	      addID('Apache_CloudStack.4.0.0-incubating');
-              
-              addID('Apache_CloudStack.4.0.0-incubating.books');
-	      addID('Apache_CloudStack.4.0.0-incubating.Admin_Guide');
-              </script><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 class="toc_embeded "><div id="tocdiv" class="toc"><iframe id="tocframe" class="toc" src="../../../../toc.html">This is an iframe, to view it upgrade your browser or enable iframe display.</iframe></div><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="storage.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="primary-storage.html"><stro
 ng>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>