Repository: cloudstack-docs-install Updated Branches: refs/heads/master 8947729c7 -> abf9f6dbe
added -f and a note about enabling VTx This closes #19 Signed-off-by: Erik Weber <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/abf9f6db Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/abf9f6db Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/abf9f6db Branch: refs/heads/master Commit: abf9f6dbe245f4d36f9e981e8639f245e4431e59 Parents: 8947729 Author: hannibal20 <[email protected]> Authored: Sun Dec 14 19:35:55 2014 +0100 Committer: Erik Weber <[email protected]> Committed: Mon Dec 15 09:09:06 2014 +0100 ---------------------------------------------------------------------- source/qig.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/abf9f6db/source/qig.rst ---------------------------------------------------------------------- diff --git a/source/qig.rst b/source/qig.rst index c047dd4..0da03a3 100644 --- a/source/qig.rst +++ b/source/qig.rst @@ -34,7 +34,7 @@ High level overview of the process ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 +6.5 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. @@ -51,7 +51,7 @@ Prerequisites To complete this runbook you'll need the following items: -#. At least one computer which supports hardware virtualization. +#. At least one computer which supports and has enabled hardware virtualization. #. The `CentOS 6.5 x86_64 minimal install CD <http://mirrors.kernel.org/centos/6/isos/x86_64/>`_ @@ -270,7 +270,7 @@ start out by installing nfs-utils. .. sourcecode:: bash - # yum install nfs-utils + # yum -y install nfs-utils We now need to configure NFS to serve up two different shares. This is handled comparatively easily in the /etc/exports file. You should ensure that it has @@ -531,6 +531,13 @@ and should already be installed. KVM configuration complete ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +For the sake of completeness you should check if KVM is running OK on your machine: + .. sourcecode:: bash + + # lsmod | grep kvm + kvm_intel 55496 0 + kvm 337772 1 kvm_intel + 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.
