You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2012/09/25 02:38:40 UTC

[10/13] git commit: docs: Move DEB / RPM repository to general installation section

docs: Move DEB / RPM repository to general installation section

Since it is required for both the Management Server and KVM Hypervisor


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6265ced4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6265ced4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6265ced4

Branch: refs/heads/junit-tests
Commit: 6265ced4bd022b9590d1a3c022462ecfb943e805
Parents: 35a3119
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Mon Sep 24 16:33:58 2012 +0200
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Mon Sep 24 16:42:17 2012 +0200

----------------------------------------------------------------------
 docs/en-US/configure-package-repository.xml     |    3 +++
 docs/en-US/hypervisor-host-install-flow.xml     |    1 -
 docs/en-US/hypervisor-host-install-overview.xml |    1 -
 docs/en-US/installation.xml                     |    1 +
 4 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6265ced4/docs/en-US/configure-package-repository.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-package-repository.xml b/docs/en-US/configure-package-repository.xml
index ef558ec..0678d20 100644
--- a/docs/en-US/configure-package-repository.xml
+++ b/docs/en-US/configure-package-repository.xml
@@ -26,6 +26,9 @@
     <title>Configure package repository</title>
     <para>&PRODUCT; is only distributed from source from the official mirrors. DEB and RPM packages are however build for your convience by third-parties</para>
     <para>When installing &PRODUCT; it is recommended you use these package repositories for easy installation.</para>
+    <note>
+        <para>These repositories contain both the Management Server and KVM Hypervisor packages.</para>
+    </note>
     <section id="configure-package-repository-deb">
         <title>DEB package repository</title>
         <para>You can add a DEB package repository to your apt sources with the following commands.</para>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6265ced4/docs/en-US/hypervisor-host-install-flow.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-host-install-flow.xml b/docs/en-US/hypervisor-host-install-flow.xml
index 32af841..74668c8 100644
--- a/docs/en-US/hypervisor-host-install-flow.xml
+++ b/docs/en-US/hypervisor-host-install-flow.xml
@@ -26,7 +26,6 @@
     <title>Hypervisor Host installation</title>
     <xi:include href="hypervisor-host-install-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     <xi:include href="hypervisor-host-install-prepare-os.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="configure-package-repository.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     <xi:include href="hypervisor-host-install-libvirt.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     <xi:include href="hypervisor-host-install-security-policies.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     <xi:include href="hypervisor-host-install-network.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6265ced4/docs/en-US/hypervisor-host-install-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-host-install-overview.xml b/docs/en-US/hypervisor-host-install-overview.xml
index 3e7cca5..187abea 100644
--- a/docs/en-US/hypervisor-host-install-overview.xml
+++ b/docs/en-US/hypervisor-host-install-overview.xml
@@ -30,7 +30,6 @@
     <para>The procedure for installing the Hypervisor Host is:</para>
     <orderedlist>
         <listitem><para>Prepare the Operating System</para></listitem>
-        <listitem><para>Configure the DEB / RPM repository</para></listitem>
         <listitem><para>Install and configure libvirt</para></listitem>
         <listitem><para>Configure Security Policies (AppArmor and SELinux)</para></listitem>
         <listitem><para>Install and configure the Agent</para></listitem>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6265ced4/docs/en-US/installation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/installation.xml b/docs/en-US/installation.xml
index 948931e..c5b1afb 100644
--- a/docs/en-US/installation.xml
+++ b/docs/en-US/installation.xml
@@ -27,6 +27,7 @@
     <xi:include href="who-should-read-installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
     <xi:include href="installation-steps-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
     <xi:include href="minimum-system-requirements.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+    <xi:include href="configure-package-repository.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     <xi:include href="management-server-install-flow.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
     <xi:include href="hypervisor-host-install-flow.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 </chapter>