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/10/22 17:20:28 UTC

[14/49] git commit: reordering kvm installation

reordering kvm installation


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

Branch: refs/heads/4.0
Commit: 81c8454827ed515b96c2e729c06e47db71e4ca60
Parents: 340991a
Author: David Nalley <da...@gnsa.us>
Authored: Sat Oct 20 22:21:21 2012 -0400
Committer: Chip Childers <ch...@gmail.com>
Committed: Mon Oct 22 10:59:50 2012 -0400

----------------------------------------------------------------------
 docs/en-US/hypervisor-host-install-firewall.xml |    1 +
 docs/en-US/hypervisor-host-install-libvirt.xml  |    9 +--------
 2 files changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/81c84548/docs/en-US/hypervisor-host-install-firewall.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-host-install-firewall.xml b/docs/en-US/hypervisor-host-install-firewall.xml
index 2969349..4627b07 100644
--- a/docs/en-US/hypervisor-host-install-firewall.xml
+++ b/docs/en-US/hypervisor-host-install-firewall.xml
@@ -56,4 +56,5 @@
         <programlisting language="Bash">ufw allow proto tcp from any to any port 49152:492160</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>
     </section>
+    <para>The host is now ready to be added to a cluster. This is covered in a later section, see <xref linkend="host-add" />. It is recommended that you continue to read the documentation before adding the host!</para>
 </section>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/81c84548/docs/en-US/hypervisor-host-install-libvirt.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-host-install-libvirt.xml b/docs/en-US/hypervisor-host-install-libvirt.xml
index c3e37c5..e63a8f4 100644
--- a/docs/en-US/hypervisor-host-install-libvirt.xml
+++ b/docs/en-US/hypervisor-host-install-libvirt.xml
@@ -24,16 +24,9 @@
 
 <section id="hypervisor-host-install-libvirt">
     <title>Install and Configure libvirt</title>
-    <para>&PRODUCT; uses libvirt for managing virtual machines. Therefore it is vital that libvirt is configured correctly.</para>
+    <para>&PRODUCT; 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>Install libvirt</para>
-            <para>On RHEL or CentOS:</para>
-            <programlisting language="Bash">yum install libvirt</programlisting>
-            <para>On Ubuntu:</para>
-            <programlisting language="Bash">apt-get install libvirt-bin</programlisting>
-        </listitem>
-        <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>