You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2015/10/01 16:04:58 UTC

[48/51] [partial] cloudstack-docs git commit: Remove all old docbook files

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/qig/en-US/Overview.xml
----------------------------------------------------------------------
diff --git a/archive/qig/en-US/Overview.xml b/archive/qig/en-US/Overview.xml
deleted file mode 100644
index 31915f5..0000000
--- a/archive/qig/en-US/Overview.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "qig.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-
-<chapter id="chap-qig-Overview">
-  <title>Overview</title>
-    <para>
-    Infrastructure-as-a-Service (IaaS) clouds can be a complex thing to build, 
-    and by definition they have a plethora of options, which often lead to confusion
-    for even experienced admins who are newcomers to building cloud platforms. 
-    The goal for this runbook is to provide a straightforward set of instructions 
-    to get you up and running with CloudStack with a minimum amount of trouble. 
-    </para>
-    <section id="sect-qig-Overview-What_building">
-      <title>What exactly are we building?</title>
-      <para>
-      This runbook will focus on building a CloudStack cloud using KVM with 
-      CentOS 6.4 with NFS storage on a flat layer-2 network utilizing 
-          layer-3 network isolation (aka Security Groups), and doing it all
-          on a single piece of hardware.   
-      </para>
-      <para> 
-        KVM, or Kernel-based Virtual Machine is a virtualization technology
-        for the Linux kernel. KVM supports native virtualization atop 
-        processors with hardware virtualization extensions. 
-      </para>
-      <para>
-        Security Groups act as distributed firewalls that control access
-        to a group of virtual machines.
-      </para>
-    </section>
-    <section id="sect-qig-Overview-hilevel">
-      <title>High level overview of the process</title>
-      <para> 
-        Before we actually get to installing CloudStack, we'll start with 
-        installing our base operating system, and then configuring that to act
-        as an NFS server for several types of storage. We'll install the 
-        management server, download the systemVMs, and finally install the agent
-        software. Finally we'll spend a good deal of time configuring the entire
-        cloud in the CloudStack web interface. 
-      </para>
-    </section>    
-    <section id="sect-qig-Overview-prereqs">
-      <title>Prerequisites</title>
-        <para>
-          To complete this runbook you'll need the following items:
-          <orderedlist>
-            <listitem>
-              <para>
-                At least one computer which supports hardware virtualization. 
-              </para>
-            </listitem>
-            <listitem>
-              <para>
-                The 
-                <ulink url="http://mirror.stanford.edu/yum/pub/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-minimal.iso">
-                CentOS 6.4 x86_64 minimal install CD
-                </ulink>
-              </para>
-            </listitem>
-            <listitem>
-              <para>
-          A /24 network with the gateway being at xxx.xxx.xxx.1, no DHCP should be on this network and 
-          none of the computers running CloudStack will have a dynamic address. Again this is done for 
-          the sake of simplicity. 
-              </para>
-            </listitem>
-          </orderedlist>
-        </para>
-      </section>
-
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/qig/en-US/Preface.xml
----------------------------------------------------------------------
diff --git a/archive/qig/en-US/Preface.xml b/archive/qig/en-US/Preface.xml
deleted file mode 100644
index d6ba80e..0000000
--- a/archive/qig/en-US/Preface.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "qig.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-
-<preface id="pref-qig-Preface">
-    <title>Preface</title>
-    <xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude"><xi:include href="Common_Content/Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    </xi:fallback>
-    </xi:include>
-</preface>
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/qig/en-US/Revision_History.xml
----------------------------------------------------------------------
diff --git a/archive/qig/en-US/Revision_History.xml b/archive/qig/en-US/Revision_History.xml
deleted file mode 100644
index 1ff4d77..0000000
--- a/archive/qig/en-US/Revision_History.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "qig.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-
-<appendix id="appe-qig-Revision_History">
-    <title>Revision History</title>
-    <simpara>
-        <revhistory>
-            <revision>
-                <revnumber>0-0</revnumber>
-                <date>Fri Jun 28 2013</date>
-                <revdescription>
-                    <simplelist>
-                        <member>Initial creation of book by publican</member>
-                    </simplelist>
-                </revdescription>
-            </revision>
-        </revhistory>
-    </simpara>
-</appendix>
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/qig/en-US/config.xml
----------------------------------------------------------------------
diff --git a/archive/qig/en-US/config.xml b/archive/qig/en-US/config.xml
deleted file mode 100644
index 7ff7a72..0000000
--- a/archive/qig/en-US/config.xml
+++ /dev/null
@@ -1,177 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "qig.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-
-<chapter id="chap-qig-Config">
-  <title>Configuration</title>
-  <para>
-    As we noted before we will be using security groups to provide isolation
-    and by default that implies that we'll be using a flat layer-2 network. 
-    It also means that the simplicity of our setup means that we can use the 
-    quick installer. 
-  </para>
-  <section id="sect-qig-Config-UI_Access">
-    <title>UI Access</title>
-      <para>
-        To get access to CloudStack's web interface, merely point your 
-        browser to http://<replaceable>172.16.10.</replaceable>2:8080/client
-        The default username is 'admin', and the default password is 'password'.
-        You should see a splash screen that allows you to choose several options
-        for setting up CloudStack. You should choose the 
-        <option>Continue with Basic Setup</option> option. 
-      </para>
-      <para>
-        You should now see a prompt requiring you to change the password for
-        the admin user. Please do so. 
-      </para>
-  </section>
-  <section id="sect-qig-Config-Zone">
-    <title>Setting up a Zone</title>
-    <para>
-      A zone is the largest organization entity in CloudStack - and we'll be creating one, this 
-      should be the screen that you see in front of you now. And for us there are 5 pieces of
-      information that we need.
-      <orderedlist>
-        <listitem>
-          <para>Name - we will set this to the ever-descriptive 'Zone1' for our cloud.</para>
-        </listitem>
-        <listitem>
-          <para>Public DNS 1 - we will set this to '8.8.8.8' for our cloud.</para>
-        </listitem>
-        <listitem>
-          <para>Public DNS 2 - we will set this to '8.8.4.4' for our cloud.</para>
-        </listitem>
-        <listitem>
-          <para>Internal DNS1 - we will also set this to '8.8.8.8' for our cloud.</para>
-        </listitem>
-        <listitem>
-          <para>Internal DNS2 - we will also set this to '8.8.8.4' for our cloud.</para>
-        </listitem>
-     </orderedlist>  
-    </para>
-    <note>
-      <title>Notes about DNS settings</title>
-      <para>
-        CloudStack distinguishes between internal and public DNS. Internal 
-        DNS is assumed to be capable of resolving internal-only 
-        hostnames, such as your NFS server’s DNS name. Public DNS is 
-        provided to the guest VMs to resolve public IP addresses. You can 
-        enter the same DNS server for both types, but if you do so, you 
-        must make sure that both internal and public IP addresses can 
-        route to the DNS server. In our specific case we will not use any
-        names for resources internally, and we have indeed them set to look
-        to the same external resource so as to not add a namerserver setup
-        to our list of requirements. 
-      </para>
-    </note>
-    </section>
-    <section id="sect-qig-Config-Pod">
-      <title>Pod Configuration</title>
-      <para>Now that we've added a Zone, the next step that comes up is a prompt
-        for information regading a pod. Which is looking for 4 items. 
-        <orderedlist>
-          <listitem>
-             <para>Name - We'll use Pod1 for our cloud.</para>
-          </listitem>
-          <listitem>
-             <para>Gateway - We'll use <replaceable>172.16.10</replaceable>.1 as our gateway</para>
-          </listitem>
-          <listitem>
-             <para>Netmask - We'll use 255.255.255.0</para>
-          </listitem>
-          <listitem>
-             <para>Start/end reserved system IPs - we will use 172.16.10.10-172.16.10.20 </para>
-          </listitem>
-          <listitem>
-             <para>Guest gateway - We'll use <replaceable>172.16.10</replaceable>.1</para>
-          </listitem>
-          <listitem>
-             <para>Guest netmask - We'll use 255.255.255.0</para>
-          </listitem>
-          <listitem>
-             <para>Guest start/end IP - We'll use <replaceable>172.16.10.</replaceable>30-<replaceable>172.16.10.</replaceable>200</para>
-          </listitem>
-        </orderedlist>
-      </para>
-    </section>
-    <section id="Runbook-config-cluster">
-      <title>Cluster</title>
-      <para> Now that we've added a Zone, we need only add a few more items for configuring the cluster. 
-        <orderedlist>
-          <listitem>
-            <para>Name - We'll use Cluster1</para>
-          </listitem>
-          <listitem>
-            <para>Hypervisor - Choose KVM</para>
-          </listitem>
-        </orderedlist>
-      </para>
-      <para> You should be prompted to add the first host to your cluster at this point. Only a few bits of information are needed. 
-        <orderedlist>
-          <listitem>
-             <para>Hostname - we'll use the IP address <replaceable>172.16.10.</replaceable>2 since we didn't set up a DNS server.</para>
-          </listitem>
-          <listitem>
-             <para>Username - we'll use 'root' </para>
-          </listitem>
-          <listitem>
-             <para>Password - enter the operating system password for the root user</para>
-          </listitem>
-        </orderedlist>
-      </para>
-      <section id="Runbook-config-cluster-pristorage">
-        <title>Primary Storage</title> 
-      <para>With your cluster now setup - you should be prompted for primary storage information. Choose NFS as the storage type and then enter the following values in the fields:
-        <orderedlist>
-          <listitem>
-             <para>Name - We'll use 'Primary1'</para>
-          </listitem>
-          <listitem>
-             <para>Server - We'll be using the IP address <replaceable>172.16.10.</replaceable>2</para>
-          </listitem>
-          <listitem>
-            <para>Path - Well define /primary as the path we are using </para>
-          </listitem>
-        </orderedlist>
-      </para>
-      </section>
-      <section id="Runbook-config-cluster-secstorage">
-        <title>Secondary Storage</title>
-      <para> If this is a new zone, you'll be prompted for secondary storage information - populate it as follows:
-        <orderedlist>
-          <listitem>
-            <para>NFS server - We'll use the IP address <replaceable>172.16.10.</replaceable>2</para>
-          </listitem>
-          <listitem>
-            <para>Path - We'll use /secondary</para>
-          </listitem>
-        </orderedlist>
-      </para>
-      <para> Now, click Launch and your cloud should begin setup - it may take several minutes depending on your internet connection speed for setup to finalize.</para>
-    </section>
-    </section>
-  
-
-</chapter>
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/qig/en-US/kvm.xml
----------------------------------------------------------------------
diff --git a/archive/qig/en-US/kvm.xml b/archive/qig/en-US/kvm.xml
deleted file mode 100644
index 91ed9d5..0000000
--- a/archive/qig/en-US/kvm.xml
+++ /dev/null
@@ -1,142 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "qig.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-
-<chapter id="chap-qig-KVM">
-  <title>KVM Setup and installation</title>
-  <para>
-    KVM is the hypervisor we'll be using - we will recover the initial setup
-    which has already been done on the hypervisor host and cover installation
-    of the agent software, you can use the same steps to add additional KVM 
-    nodes to your CloudStack environment. 
-  </para>
-  <section id="sect-qig-KVM-Prerequisites">
-    <title>Prerequisites</title>
-    <para>
-      We explicitly are using the management server as a compute node as well, 
-      which means that we have already performed many of the prerequisite steps
-      when setting up the management server, but we will list them here for
-      clarity. Those steps are:
-      <orderedlist>
-        <listitem>
-          <para>
-            <xref linkend="sect-qig-Environment-operatingsys-network" />
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            <xref linkend="sect-qig-Environment-operatingsys-hostname" />
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            <xref linkend="sect-qig-Environment-operatingsys-selinux" />
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            <xref linkend="sect-qig-Environment-operatingsys-ntp" />
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            <xref linkend="sect-qig-Environment-operatingsys-repoconfig" />
-          </para>
-        </listitem>
-      </orderedlist>
-    </para>
-    <para>
-      You shouldn't need to do that for the management server, of course, but
-      any additional hosts will need for you to complete the above steps. 
-    </para>
-  </section>
-   
-  <section id="sect-qig-KVM-Installation">
-    <title>Installation</title>
-    <para>Installation of the KVM agent is trivial with just a single command, but afterwards we'll need to configure a few things.</para>
-    <screen><prompt># </prompt><userinput><command>yum</command> -y install cloud-agent</userinput></screen>
-    <section id="sect-qig-KVM-Configuration">
-      <title>KVM Configuration</title>
-      <para>We have two different parts of KVM to configure, libvirt, and QEMU.</para>
-      <section id="sect-qig-KVM-Configuration-qemu">
-        <title>QEMU Configuration</title>
-        <para>
-          KVM configuration is relatively simple at only a single item. We need to 
-          edit the QEMU VNC configuration. This is done by editing 
-          <filename>/etc/libvirt/qemu.conf</filename> and ensuring the following 
-          line is present and uncommented.
-          <screen>vnc_listen=0.0.0.0</screen>
-        </para>
-      </section>
-      <section id="sect-qig-KVM-Configuration-libvirt">
-        <title>Libvirt Configuration</title>
-        <para>
-          CloudStack uses libvirt for managing virtual machines. Therefore it
-          is vital that libvirt is configured correctly. Libvirt is a dependency
-          of cloud-agent and should already be installed.
-        </para>
-        <orderedlist>
-          <listitem>
-            <para>In order to have live migration working libvirt has to listen
-            for unsecured TCP connections. We also need to turn off libvirts 
-            attempt to use Multicast DNS advertising. Both of these settings 
-            are in <filename>/etc/libvirt/libvirtd.conf</filename>
-            </para>
-            <para>Set the following paramaters:</para>
-            <programlisting>listen_tls = 0</programlisting>
-            <programlisting>listen_tcp = 1</programlisting>
-            <programlisting>tcp_port = "16059"</programlisting>
-            <programlisting>auth_tcp = "none"</programlisting>
-            <programlisting>mdns_adv = 0</programlisting>
-          </listitem>
-          <listitem>
-            <para>Turning on "listen_tcp" in libvirtd.conf is not enough, we have to change the parameters as well:</para>
-            <para>On RHEL or CentOS modify <filename>/etc/sysconfig/libvirtd</filename>:</para>
-            <para>Uncomment the following line:</para>
-            <programlisting>#LIBVIRTD_ARGS="--listen"</programlisting>
-            <para>On Ubuntu: modify <filename>/etc/init/libvirt-bin.conf</filename></para>
-            <para>Change the following line (at the end of the file):</para>
-            <programlisting>exec /usr/sbin/libvirtd -d</programlisting>
-            <para>to (just add -l)</para>
-            <programlisting>exec /usr/sbin/libvirtd -d -l</programlisting>
-          </listitem>
-          <listitem>
-            <para>Restart libvirt</para>
-            <para>In RHEL or CentOS:</para>
-            <programlisting><command>$ service libvirtd restart</command></programlisting>
-            <para>In Ubuntu:</para>
-            <programlisting><command>$ service libvirt-bin restart</command></programlisting>
-          </listitem>
-        </orderedlist>
-      </section>
-      <section id="sect-qig-KVM-Configuration-finish">
-        <title>KVM configuration complete</title>
-        <para>
-        That concludes our installation and configuration of KVM, and we'll now move to using the CloudStack UI
-        for the actual configuration of our cloud. 
-        </para>
-      </section>
-    </section>
-  </section>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/qig/en-US/qig.ent
----------------------------------------------------------------------
diff --git a/archive/qig/en-US/qig.ent b/archive/qig/en-US/qig.ent
deleted file mode 100644
index 3b1649a..0000000
--- a/archive/qig/en-US/qig.ent
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!ENTITY PRODUCT "Apache CloudStack">
-<!ENTITY BOOKID "Quick Install Guide">
-<!ENTITY YEAR "2013">
-<!ENTITY HOLDER "Apache Software Foundation">

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/qig/en-US/qig.xml
----------------------------------------------------------------------
diff --git a/archive/qig/en-US/qig.xml b/archive/qig/en-US/qig.xml
deleted file mode 100644
index 00dd2e4..0000000
--- a/archive/qig/en-US/qig.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Runbook.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-
-<book>
-    <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="Environment.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="Management.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="kvm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="config.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<!--    <index />  -->
-</book>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/qig/publican.cfg
----------------------------------------------------------------------
diff --git a/archive/qig/publican.cfg b/archive/qig/publican.cfg
deleted file mode 100644
index 368ba5d..0000000
--- a/archive/qig/publican.cfg
+++ /dev/null
@@ -1,28 +0,0 @@
-# Publican configuration file for CloudStack Complete Documentation Set
-# Contains all technical docs except release notes
-# Config::Simple 4.58
-# Tue May 29 00:57:27 2012
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information#
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-xml_lang: en-US
-type: Book
-docname: qig
-brand: cloudstack
-chunk_first: 1
-chunk_section_depth: 1
-condition: install

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/Author_Group.xml
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/Author_Group.xml b/archive/vxlan/en-US/Author_Group.xml
deleted file mode 100644
index 1184c50..0000000
--- a/archive/vxlan/en-US/Author_Group.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Runbook.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-
-<authorgroup>
-    <author>
-        <firstname>Apache</firstname>
-        <surname>CloudStack</surname>
-    </author>
-</authorgroup>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/Book_Info.xml
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/Book_Info.xml b/archive/vxlan/en-US/Book_Info.xml
deleted file mode 100644
index e063e23..0000000
--- a/archive/vxlan/en-US/Book_Info.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<bookinfo id="book-release-notes-3.0.4">
-    <title>&PRODUCT; Guide</title>
-    <subtitle>Revised August 9, 2012 10:48 pm Pacific</subtitle>
-    <productname>Apache CloudStack</productname>
-    <productnumber>4.3.0</productnumber>
-    <edition>1</edition>
-    <pubsnumber></pubsnumber>
-    <abstract>
-        <para>
-            Complete technical documentation of &PRODUCT;.
-        </para>
-    </abstract>
-    <corpauthor>
-        <inlinemediaobject>
-            <imageobject>
-                <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
-            </imageobject>
-        </inlinemediaobject>
-    </corpauthor>
-    <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</bookinfo>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/CloudStack_VXLAN_Guide.ent
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/CloudStack_VXLAN_Guide.ent b/archive/vxlan/en-US/CloudStack_VXLAN_Guide.ent
deleted file mode 100644
index f31c407..0000000
--- a/archive/vxlan/en-US/CloudStack_VXLAN_Guide.ent
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!ENTITY PRODUCT "CloudStack">
-<!ENTITY BOOKID "Technical Documentation">
-<!ENTITY YEAR "2013">
-<!ENTITY HOLDER "Apache Software Foundation">

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/CloudStack_VXLAN_Guide.xml
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/CloudStack_VXLAN_Guide.xml b/archive/vxlan/en-US/CloudStack_VXLAN_Guide.xml
deleted file mode 100644
index d7886c8..0000000
--- a/archive/vxlan/en-US/CloudStack_VXLAN_Guide.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<book>
-    <bookinfo id="cloudstack_plugin_vxlan">
-    <title>&PRODUCT; Plugin Guide for the VXLAN Plugin</title>
-    <productname>Apache CloudStack</productname>
-    <productnumber>4.3.0</productnumber>
-    <edition>0</edition>
-    <pubsnumber></pubsnumber>
-    <abstract>
-        <para>
-            Plugin Guide for the VXLAN Plugin.
-        </para>
-    </abstract>
-    <corpauthor>
-        <inlinemediaobject>
-            <imageobject>
-                <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
-            </imageobject>
-        </inlinemediaobject>
-    </corpauthor>
-    <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    </bookinfo>
-    <xi:include href="plugin-vxlan-about.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="plugin-vxlan-requirements.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="plugin-vxlan-configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="plugin-vxlan-revision-history.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</book>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/images/vxlan-physicalnetwork.png
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/images/vxlan-physicalnetwork.png b/archive/vxlan/en-US/images/vxlan-physicalnetwork.png
deleted file mode 100644
index eb06fcd..0000000
Binary files a/archive/vxlan/en-US/images/vxlan-physicalnetwork.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/images/vxlan-trafficlabel.png
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/images/vxlan-trafficlabel.png b/archive/vxlan/en-US/images/vxlan-trafficlabel.png
deleted file mode 100644
index 916e944..0000000
Binary files a/archive/vxlan/en-US/images/vxlan-trafficlabel.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/images/vxlan-vniconfig.png
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/images/vxlan-vniconfig.png b/archive/vxlan/en-US/images/vxlan-vniconfig.png
deleted file mode 100644
index c7372a0..0000000
Binary files a/archive/vxlan/en-US/images/vxlan-vniconfig.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/plugin-vxlan-about.xml
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/plugin-vxlan-about.xml b/archive/vxlan/en-US/plugin-vxlan-about.xml
deleted file mode 100644
index 5cf0c34..0000000
--- a/archive/vxlan/en-US/plugin-vxlan-about.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<chapter id="About-the-VXLAN-Plugin" >
-    <title>The VXLAN Plugin</title>
-    <xi:include href="plugin-vxlan-introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-    <xi:include href="plugin-vxlan-features.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/plugin-vxlan-config-hypervisor.xml
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/plugin-vxlan-config-hypervisor.xml b/archive/vxlan/en-US/plugin-vxlan-config-hypervisor.xml
deleted file mode 100644
index d441c8b..0000000
--- a/archive/vxlan/en-US/plugin-vxlan-config-hypervisor.xml
+++ /dev/null
@@ -1,204 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="plugin-vxlan-config-hypervisor">
-  <title>Configure hypervisor</title>
-  <section id="plugin-vxlan-config-hypervisor-kvm">
-    <title>Configure hypervisor: KVM</title>
-    <para>
-      In addition to "KVM Hypervisor Host Installation" in "&PRODUCT; Installation Guide", you have to configure the following item on the host.
-    </para>
-    <section id="plugin-vxlan-config-hypervisor-kvm-bridge">
-      <title>Create bridge interface with IPv4 address</title>
-      <para>
-        This plugin requires an IPv4 address on the KVM host to terminate and originate VXLAN traffic.
-        The address should be assinged to a physical interface or a bridge interface bound to a physical interface.
-        Both a private address or a public address are fine for the purpose.
-        It is not required to be in the same subnet for all hypervisors in a zone, but they should be able to reach each other via IP multicast with UDP/8472 port.
-        A name of a physical interface or a name of a bridge interface bound to a physical interface can be used as a traffic label.
-        Physical interface name fits for almost all cases, but if physical interface name differs per host, you may use a bridge to set a same name.
-        If you would like to use a bridge name as a traffic label, you may create a bridge in this way.
-      </para>
-      <para>
-        Let <parameter>cloudbr1</parameter> be the bridge interface for the instances' private network.
-      </para>
-      <section id="plugin-vxlan-config-hypervisor-kvm-bridge-rhel">
-        <title>Configure in RHEL or CentOS</title>
-        <para>
-          When you configured the <parameter>cloudbr1</parameter> interface as below,
-        </para>
-        <programlisting language="Bash">$ sudo vi /etc/sysconfig/network-scripts/ifcfg-cloudbr1
-        </programlisting>
-        <programlisting language="Bash">DEVICE=cloudbr1
-TYPE=Bridge
-ONBOOT=yes
-BOOTPROTO=none
-IPV6INIT=no
-IPV6_AUTOCONF=no
-DELAY=5
-STP=yes
-        </programlisting>
-        <para>
-          you would change the configuration similar to below.
-        </para>
-        <programlisting language="Bash">DEVICE=cloudbr1
-TYPE=Bridge
-ONBOOT=yes
-BOOTPROTO=static
-IPADDR=192.0.2.X
-NETMASK=255.255.255.0
-IPV6INIT=no
-IPV6_AUTOCONF=no
-DELAY=5
-STP=yes
-        </programlisting>
-        
-      </section>
-      <section id="plugin-vxlan-config-hypervisor-kvm-bridge-ubuntu">
-        <title>Configure in Ubuntu</title>
-        <para>
-          When you configured <parameter>cloudbr1</parameter> as below,
-        </para>
-        <programlisting language="Bash">$ sudo vi /etc/network/interfaces
-        </programlisting>
-        <programlisting language="Bash">auto lo
-iface lo inet loopback
-
-# The primary network interface
-auto eth0.100
-iface eth0.100 inet static
-    address 192.168.42.11
-    netmask 255.255.255.240
-    gateway 192.168.42.1
-    dns-nameservers 8.8.8.8 8.8.4.4
-    dns-domain lab.example.org
-
-# Public network
-auto cloudbr0
-iface cloudbr0 inet manual
-    bridge_ports eth0.200
-    bridge_fd 5
-    bridge_stp off
-    bridge_maxwait 1
-
-# Private network
-auto cloudbr1
-iface cloudbr1 inet manual
-    bridge_ports eth0.300
-    bridge_fd 5
-    bridge_stp off
-    bridge_maxwait 1
-        </programlisting>
-        <para>
-          you would change the configuration similar to below.
-        </para>
-        <programlisting language="Bash">auto lo
-iface lo inet loopback
-
-# The primary network interface
-auto eth0.100
-iface eth0.100 inet static
-    address 192.168.42.11
-    netmask 255.255.255.240
-    gateway 192.168.42.1
-    dns-nameservers 8.8.8.8 8.8.4.4
-    dns-domain lab.example.org
-
-# Public network
-auto cloudbr0
-iface cloudbr0 inet manual
-    bridge_ports eth0.200
-    bridge_fd 5
-    bridge_stp off
-    bridge_maxwait 1
-
-# Private network
-auto cloudbr1
-iface cloudbr1 inet static
-    addres 192.0.2.X
-    netmask 255.255.255.0
-    bridge_ports eth0.300
-    bridge_fd 5
-    bridge_stp off
-    bridge_maxwait 1
-        </programlisting>
-      </section>
-    </section>
-    <section id="plugin-vxlan-config-hypervisor-kvm-iptables">
-      <title>Configure iptables to pass XVLAN packets</title>
-        <para>
-          Since VXLAN uses UDP packet to forward encapsulated the L2 frames, UDP/8472 port must be opened.
-        </para>
-      <section id="plugin-vxlan-config-hypervisor-kvm-iptables-rhel">
-        <title>Configure in RHEL or CentOS</title>
-   	    <para>
-	      RHEL and CentOS use iptables for firewalling the system, you can open extra ports by executing the following iptable commands:
-	    </para>
-	    <programlisting language="Bash">$ sudo iptables -I INPUT -p udp -m udp --dport 8472 -j ACCEPT
-	    </programlisting>
-	    <para>
-	      These iptable settings are not persistent accross reboots, we have to save them first.
-	    </para>
-	    <programlisting language="Bash">$ sudo iptables-save > /etc/sysconfig/iptables
-	    </programlisting>
-	    <para>
-	      With this configuration you should be able to restart the network, although a reboot is recommended to see if everything works properly.
-   	    </para>
-	    <programlisting language="Bash">$ sudo service network restart
-	$ sudo reboot
-	    </programlisting>
-	    <warning>
-	      <para>
-	        Make sure you have an alternative way like IPMI or ILO to reach the machine in case you made a configuration error and the network stops functioning!
-	     </para>
-	    </warning>
-	  </section>
-      <section id="plugin-vxlan-config-hypervisor-kvm-iptables-ubuntu">
-        <title>Configure in Ubuntu</title>
-        <para>
-          The default firewall under Ubuntu is UFW (Uncomplicated FireWall), which is a Python wrapper around iptables.
-        </para>
-        <para>
-          To open the required ports, execute the following commands:
-        </para>
-        <programlisting language="Bash">$ sudo ufw allow proto udp from any to any port 8472
-        </programlisting>
-        <note>
-          <para>
-            By default UFW is not enabled on Ubuntu. Executing these commands with the firewall disabled does not enable the firewall.
-          </para>
-        </note>
-        <para>
-          With this configuration you should be able to restart the network, although a reboot is recommended to see if everything works properly.
-        </para>
-        <programlisting language="Bash">$ sudo service networking restart
-$ sudo reboot
-        </programlisting>
-        <warning>
-          <para>
-            Make sure you have an alternative way like IPMI or ILO to reach the machine in case you made a configuration error and the network stops functioning!
-          </para>
-        </warning>
-	  </section>
-    </section>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/plugin-vxlan-config-management.xml
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/plugin-vxlan-config-management.xml b/archive/vxlan/en-US/plugin-vxlan-config-management.xml
deleted file mode 100644
index d8ba907..0000000
--- a/archive/vxlan/en-US/plugin-vxlan-config-management.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="plugin-vxlan-config-management">
-  <title>Setup zone using VXLAN</title>
-  <para>
-    In almost all parts of zone setup, you can just follow the advanced zone setup istruction in "&PRODUCT; Installation Guide" to use this plugin.
-    It is not required to add a network element nor to reconfigure the network offering.
-    The only thing you have to do is configure the physical network to use VXLAN as the isolation method for Guest Network.
-  </para>
-  <section id="plugin-vxlan-config-management-physical-network">
-    <title>Configure the physical network</title>
-    <mediaobject>
-      <imageobject>
-        <imagedata fileref="./images/vxlan-physicalnetwork.png"/>
-      </imageobject>
-      <textobject>
-        <phrase>vxlan-physicalnetowkr.png: physicalnetwork configuration for VXLAN</phrase>
-      </textobject>
-    </mediaobject>
-    <para>
-      CloudStack needs to have one physical network for Guest Traffic with the isolation method set to "VXLAN".
-    </para>
-
-    <mediaobject>
-      <imageobject>
-        <imagedata fileref="./images/vxlan-trafficlabel.png"/>
-      </imageobject>
-      <textobject>
-        <phrase>vxlan-trafficlabel.png: traffic label configuration for VXLAN</phrase>
-      </textobject>
-    </mediaobject>
-     <para>
-      Guest Network traffic label should be the name of the physical interface or the name of the bridge interface and the bridge interface and they should have an IPv4 address.
-      See <xref linkend="plugin-vxlan-config-hypervisor-kvm-bridge"/> for details.
-    </para>
-  </section>
-  <section id="plugin-vxlan-config-management-guest-traffic">
-    <title>Configure the guest traffic</title>
-    <mediaobject>
-      <imageobject>
-        <imagedata fileref="./images/vxlan-vniconfig.png"/>
-      </imageobject>
-      <textobject>
-        <phrase>vxlan-vniconfig.png: VNI configuration</phrase>
-      </textobject>
-    </mediaobject>
-    <para>
-      Specify a range of VNIs you would like to use for carrying guest network traffic.
-    </para>
-    <warning>
-      <para>
-        VNI must be unique per zone and no duplicate VNIs can exist in the zone. Exercise care when designing your VNI allocation policy.
-      </para>
-    </warning>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/plugin-vxlan-configuration.xml
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/plugin-vxlan-configuration.xml b/archive/vxlan/en-US/plugin-vxlan-configuration.xml
deleted file mode 100644
index 03daf0d..0000000
--- a/archive/vxlan/en-US/plugin-vxlan-configuration.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<chapter id="How-to-configure-VXLAN-Plugin" >
-    <title>Configure &PRODUCT; to use VXLAN Plugin</title>
-    <xi:include href="plugin-vxlan-config-hypervisor.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-    <xi:include href="plugin-vxlan-config-management.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/plugin-vxlan-features.xml
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/plugin-vxlan-features.xml b/archive/vxlan/en-US/plugin-vxlan-features.xml
deleted file mode 100644
index ba177e7..0000000
--- a/archive/vxlan/en-US/plugin-vxlan-features.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="Features-of-the-VXLAN-Plugin">
-    <title>Features of the VXLAN Plugin</title>
-
-    <para>
-      In &PRODUCT; release 4.X.0 this plugin supports Advanced Isolated network mode.
-      This plugin enables more than 4096 isolated guest networks in a Zone, with almost the same usability as VLAN isolation.
-    </para>
-
-    <para>
-      By the nature of VXLAN's MAC-in-IP encapsulation, the MAC addresses of VMs are encapsulated and concealed in the MAC addresses of Hypervisors.
-      So, the physical switch no longer needs to learn the MAC addresses of the individual VMs.
-      Thus, the required MAC address table size of the physical switch would be greatly reduced.
-    </para>
-
-    <para>
-      This plugin doesn't provide network services.
-      With this plugin, network services ( VPN, Source NAT, Static NAT, Port Forwarding, Firewall, and Load Balancing ) are provided by the Virtual Router.
-    </para>
-
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/plugin-vxlan-introduction.xml
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/plugin-vxlan-introduction.xml b/archive/vxlan/en-US/plugin-vxlan-introduction.xml
deleted file mode 100644
index dc67f3a..0000000
--- a/archive/vxlan/en-US/plugin-vxlan-introduction.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="Introduction-to-the-VXLAN-Plugin">
-    <title>Introduction to the VXLAN Plugin</title>
-    <para>The VXLAN plugin adds VXLAN as one of the guest network isolation methods in &PRODUCT;.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/plugin-vxlan-requirements.xml
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/plugin-vxlan-requirements.xml b/archive/vxlan/en-US/plugin-vxlan-requirements.xml
deleted file mode 100644
index 129e46a..0000000
--- a/archive/vxlan/en-US/plugin-vxlan-requirements.xml
+++ /dev/null
@@ -1,190 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="vxlan-requirements">
-  <title>System Requirements for VXLAN</title>
-  <section id="vxlan-table-of-requirement">
-    <title>System Requirements for VXLAN</title>
-    <para>In &PRODUCT; 4.X.0, this plugin only supports the KVM hypervisor with the standard linux bridge.</para>
-
-    <para>The following table lists the requirements for the hypervisor.</para>
-    <table>
-      <title>Hypervisor Requirement for VXLAN</title>
-      <tgroup cols="3">
-        <thead>
-          <row>
-            <entry>Item</entry>
-            <entry>Requirement</entry>
-            <entry>Note</entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry>Hypervisor</entry>
-            <entry>KVM</entry>
-            <entry>OvsVifDriver is not supported by this plugin in &PRODUCT; 4.X, use BridgeVifDriver (default).</entry>
-          </row>
-          <row>
-            <entry>Linux kernel</entry>
-            <entry>version &gt;= 3.7, VXLAN kernel module enabled</entry>
-            <entry>It is recommended to use kernel &gt;=3.9, since Linux kernel categorizes the VXLAN driver as experimental &lt;3.9.</entry>
-          </row>
-          <row>
-            <entry>iproute2</entry>
-            <entry>matches kernel version</entry>
-            <entry></entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </table>
-  </section>
-
-  <section id="vxlan-req-distribution">
-    <title>Linux Distributions that meet the requirements</title>
-    <para>
-      The following table lists distributions which meet requirements.
-    </para>
-    <table>
-      <title>List of Linux distributions which meet the hypervisor requirements</title>
-      <tgroup cols="4">
-        <thead>
-          <row>
-            <entry>Distribution</entry>
-            <entry>Release Version</entry>
-            <entry>Kernel Version (Date confirmed)</entry>
-            <entry>Note</entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry>Ubuntu</entry>
-            <entry>13.04</entry>
-            <entry>3.8.0 (2013/07/23)</entry>
-            <entry></entry>
-          </row>
-          <row>
-            <entry>Fedora</entry>
-            <entry>&gt;= 17</entry>
-            <entry>3.9.10 (2013/07/23)</entry>
-            <entry>Latest kernel packages are available in "update" repository.</entry>
-          </row>
-          <row>
-            <entry>CentOS</entry>
-            <entry>&gt;= 6.5</entry>
-            <entry>2.6.32-431.3.1.el6.x86_64 (2014/01/21)</entry>
-            <entry></entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </table>
-  </section>
-  <section id="vxlan-confirm">
-    <title>Check the capability of your system</title>
-    <para>
-      To check the capability of your system, execute the following commands.
-    </para>
-    <programlisting language="Bash">
-$ sudo modprobe vxlan &amp;&amp; echo $?
-# Confirm the output is "0".
-# If it's non-0 value or error message, your kernel doesn't have VXLAN kernel module.
-
-$ ip link add type vxlan help
-# Confirm the output is usage of the command and that it's for VXLAN.
-# If it's not, your iproute2 utility doesn't support VXLAN.
-    </programlisting>
-  </section>
-  <section id="vxlan-req-build">
-    <title>Advanced: Build kernel and iproute2</title>
-    <para>
-      Even if your system doesn't support VXLAN, you can compile the kernel and iproute2 by yourself.
-      The following procedure is an example for CentOS 6.4.
-    </para>
-    <section id="vxlan-build-kernel">
-      <title>Build kernel</title>
-      <programlisting language="Bash">$ sudo yum groupinstall "Development Tools"
-$ sudo yum install ncurses-devel hmaccalc zlib-devel binutils-devel elfutils-libelf-devel bc
-
-$ KERNEL_VERSION=3.10.4
-# Declare the kernel version you want to build.
-
-$ wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-${KERNEL_VERSION}.tar.xz
-$ tar xvf linux-${KERNEL_VERSION}.tar.xz
-$ cd linux-${KERNEL_VERSION}
-$ cp /boot/config-`uname -r` .config
-$ make oldconfig
-# You may keep hitting enter and choose the default.
-
-$ make menuconfig
-# Dig into "Device Drivers" -> "Network device support",
-# then select "Virtual eXtensible Local Area Network (VXLAN)" and hit space.
-# Make sure it indicates "&lt;M&gt;" (build as module), then Save and Exit.
-
-# You may also want to check "IPv4 NAT" and its child nodes in "IP: Netfilter Configuration"
-# and "IPv6 NAT" and its child nodes in "IPv6: Netfilter Configuration".
-# In 3.10.4, you can find the options in
-# "Networking support" -> "Networking options"
-#   -> "Network packet filtering framework (Netfilter)".
-
-$ make # -j N
-# You may use -j N option to make the build process parallel and faster,
-# generally N = 1 + (cores your machine have).
-
-$ sudo make modules_install
-$ sudo make install
-# You would get an error like "ERROR: modinfo: could not find module XXXX" here.
-# This happens mainly due to config structure changes between kernel versions.
-# You can ignore this error, until you find you need the kernel module.
-# If you feel uneasy, you can go back to make menuconfig,
-# find module XXXX by using '/' key, enable the module, build and install the kernel again.
-
-$ sudo vi /etc/grub.conf
-# Make sure the new kernel isn't set as the default and the timeout is long enough,
-# so you can select the new kernel during boot process.
-# It's not a good idea to set the new kernel as the default until you confirm the kernel works fine.
-
-$ sudo reboot
-# Select the new kernel during the boot process.
-      </programlisting>
-    </section>
-    <section id="vxlan-build-iproute2">
-      <title>Build iproute2</title>
-      <programlisting>$ sudo yum install db4-devel
-
-$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
-$ cd iproute2
-$ git tag
-# Find the version that matches the kernel.
-# If you built kernel 3.10.4 as above, it would be v3.10.0.
-
-$ git checkout v3.10.0
-$ ./configure
-$ make # -j N
-$ sudo make install
-      </programlisting>
-      <note>
-        <para>Please use rebuild kernel and tools at your own risk.</para>
-      </note>
-    </section>
-  </section>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/en-US/plugin-vxlan-revision-history.xml
----------------------------------------------------------------------
diff --git a/archive/vxlan/en-US/plugin-vxlan-revision-history.xml b/archive/vxlan/en-US/plugin-vxlan-revision-history.xml
deleted file mode 100644
index 7c45a54..0000000
--- a/archive/vxlan/en-US/plugin-vxlan-revision-history.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<appendix id="plugin-vxlan-revision-history">
-  <title>Revision History</title>
-  <simpara>
-    <revhistory>
-      <revision>
-        <revnumber>0-2</revnumber>
-        <date>January 21 2014</date>
-        <author>
-          <firstname>Yoshikazu</firstname>
-          <surname>Nojima</surname>
-          <email/>
-        </author>
-        <revdescription>
-          <simplelist>
-            <member>Add a section to describe VNI allocation matter. Add a description that explain a physical interface name can be used for traffic label.</member>
-          </simplelist>
-        </revdescription>
-      </revision>      <revision>
-        <revnumber>0-1</revnumber>
-        <date>October 3 2013</date>
-        <author>
-          <firstname>Yoshikazu</firstname>
-          <surname>Nojima</surname>
-          <email/>
-        </author>
-        <revdescription>
-          <simplelist>
-            <member>Initial revision</member>
-          </simplelist>
-        </revdescription>
-      </revision>
-      <revision>
-        <revnumber>0-0</revnumber>
-        <date>August 2 2013</date>
-        <author>
-          <firstname>Toshiaki</firstname>
-          <surname>Hatano</surname>
-          <email/>
-        </author>
-        <revdescription>
-          <simplelist>
-            <member>Draft</member>
-          </simplelist>
-        </revdescription>
-      </revision>
-    </revhistory>
-  </simpara>
-</appendix>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/archive/vxlan/publican.cfg
----------------------------------------------------------------------
diff --git a/archive/vxlan/publican.cfg b/archive/vxlan/publican.cfg
deleted file mode 100644
index f46b8a1..0000000
--- a/archive/vxlan/publican.cfg
+++ /dev/null
@@ -1,28 +0,0 @@
-# Publican configuration file for CloudStack Complete Documentation Set
-# Contains all technical docs except release notes
-# Config::Simple 4.58
-# Tue May 29 00:57:27 2012
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information#
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-xml_lang: en-US
-type: Book
-docname: CloudStack_VXLAN_Guide
-brand: cloudstack
-chunk_first: 1
-chunk_section_depth: 1
-condition: install

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/en-US/Admin_Guide.ent
----------------------------------------------------------------------
diff --git a/en-US/Admin_Guide.ent b/en-US/Admin_Guide.ent
deleted file mode 100644
index 52b942f..0000000
--- a/en-US/Admin_Guide.ent
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!ENTITY PRODUCT "CloudStack">
-<!ENTITY BOOKID "Technical Documentation">
-<!ENTITY YEAR "2014">
-<!ENTITY HOLDER "Apache Software Foundation">

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/en-US/Admin_Guide.xml
----------------------------------------------------------------------
diff --git a/en-US/Admin_Guide.xml b/en-US/Admin_Guide.xml
deleted file mode 100644
index 3589990..0000000
--- a/en-US/Admin_Guide.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<book>
-    <bookinfo id="cloudstack_admin">
-    <title>&PRODUCT; Administrator's Guide</title>
-    <productname>Apache CloudStack</productname>
-    <productnumber>4.3.0</productnumber>
-    <edition>1</edition>
-    <pubsnumber></pubsnumber>
-    <abstract>
-        <para>
-            Administration Guide for &PRODUCT;.
-        </para>
-    </abstract>
-    <corpauthor>
-        <inlinemediaobject>
-            <imageobject>
-                <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
-            </imageobject>
-        </inlinemediaobject>
-    </corpauthor>
-    <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    </bookinfo>
-    <xi:include href="concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="cloud-infrastructure-concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="accounts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="user-services-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="ui.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="projects.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="provisioning-steps.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="offerings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="set-up-network-for-users.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="virtual-machines.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="working-with-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="working-with-templates.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="work-with-usage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="working-with-system-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="sys-reliability-and-ha.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="manage-cloud.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="global-config.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="api-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="tuning.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   <xi:include href="storage-plugins.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="troubleshooting.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="time-zones.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="event-types.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="alerts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</book>
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/en-US/Author_Group.xml
----------------------------------------------------------------------
diff --git a/en-US/Author_Group.xml b/en-US/Author_Group.xml
deleted file mode 100644
index ba9e651..0000000
--- a/en-US/Author_Group.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Runbook.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-
-<authorgroup>
-    <author>
-        <firstname>Apache</firstname>
-        <surname>CloudStack</surname>
-    </author>
-</authorgroup>
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/en-US/Book_Info.xml
----------------------------------------------------------------------
diff --git a/en-US/Book_Info.xml b/en-US/Book_Info.xml
deleted file mode 100644
index d340ac9..0000000
--- a/en-US/Book_Info.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<bookinfo id="book-release-notes-3.0.4">
-    <title>&PRODUCT; Guide</title>
-    <subtitle>Revised January 6, 2014 10:48 pm Pacific</subtitle>
-    <productname>Apache CloudStack</productname>
-    <productnumber>4.3.0</productnumber>
-    <edition>1</edition>
-    <pubsnumber></pubsnumber>
-    <abstract>
-        <para>
-            Complete technical documentation of &PRODUCT;.
-        </para>
-    </abstract>
-    <corpauthor>
-        <inlinemediaobject>
-            <imageobject>
-                <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
-            </imageobject>
-        </inlinemediaobject>
-    </corpauthor>
-    <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</bookinfo>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/en-US/CloudStack_GSoC_Guide.ent
----------------------------------------------------------------------
diff --git a/en-US/CloudStack_GSoC_Guide.ent b/en-US/CloudStack_GSoC_Guide.ent
deleted file mode 100644
index 1741587..0000000
--- a/en-US/CloudStack_GSoC_Guide.ent
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!ENTITY PRODUCT "CloudStack">
-<!ENTITY BOOKID "Technical Documentation">
-<!ENTITY YEAR "2013">
-<!ENTITY HOLDER "Apache Software Foundation">

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/en-US/CloudStack_GSoC_Guide.xml
----------------------------------------------------------------------
diff --git a/en-US/CloudStack_GSoC_Guide.xml b/en-US/CloudStack_GSoC_Guide.xml
deleted file mode 100644
index cd8205d..0000000
--- a/en-US/CloudStack_GSoC_Guide.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "CloudStack_GSoC_Guide.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<book>
-    <bookinfo id="cloudstack_gsoc_2013">
-        <title>&PRODUCT; Guide for the 2013 Google Summer of Code</title>
-        <productname>Apache CloudStack</productname>
-        <productnumber>4.3.0</productnumber>
-        <edition>1</edition>
-        <pubsnumber></pubsnumber>
-        <abstract>
-            <para>
-                Guide for 2013 Google Summer of Code Projects.
-            </para>
-        </abstract>
-        <corpauthor>
-            <inlinemediaobject>
-                <imageobject>
-                    <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
-                </imageobject>
-            </inlinemediaobject>
-        </corpauthor>
-        <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    </bookinfo>
-    <xi:include href="gsoc-tuna.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="gsoc-imduffy15.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="gsoc-dharmesh.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="gsoc-meng.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="gsoc-shiva.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</book>
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/en-US/Common_Content/Legal_Notice.xml
----------------------------------------------------------------------
diff --git a/en-US/Common_Content/Legal_Notice.xml b/en-US/Common_Content/Legal_Notice.xml
deleted file mode 100644
index 2a2e3a7..0000000
--- a/en-US/Common_Content/Legal_Notice.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
-]>
-<legalnotice>
-    <para>
-        Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
-    </para>
-     <para>
-        http://www.apache.org/licenses/LICENSE-2.0
-    </para>
-     <para>
-        Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
-    </para>
-</legalnotice>
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/en-US/Common_Content/feedback.xml
----------------------------------------------------------------------
diff --git a/en-US/Common_Content/feedback.xml b/en-US/Common_Content/feedback.xml
deleted file mode 100644
index 4b06c9f..0000000
--- a/en-US/Common_Content/feedback.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="feedback">
-  <title>Feedback</title>
-  <para>to-do</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/en-US/Developers_Guide.ent
----------------------------------------------------------------------
diff --git a/en-US/Developers_Guide.ent b/en-US/Developers_Guide.ent
deleted file mode 100644
index 47a2b67..0000000
--- a/en-US/Developers_Guide.ent
+++ /dev/null
@@ -1,21 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<!ENTITY PRODUCT "CloudStack">
-<!ENTITY BOOKID "Technical Documentation">
-<!ENTITY YEAR "2012">
-<!ENTITY HOLDER "Apache Software Foundation">
\ No newline at end of file