Repository: cloudstack-docs-install Updated Branches: refs/heads/master abf9f6dbe -> 1191b29bb
4.5 update url for systemvms 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/075eb3d9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/075eb3d9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/075eb3d9 Branch: refs/heads/master Commit: 075eb3d934a7751ca5653c0e893611fe106bd337 Parents: abf9f6d Author: Pierre-Luc Dion <[email protected]> Authored: Sat Mar 7 08:16:25 2015 -0500 Committer: Pierre-Luc Dion <[email protected]> Committed: Sat Mar 7 08:16:25 2015 -0500 ---------------------------------------------------------------------- source/_global.rst | 7 +++++++ source/qig.rst | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/075eb3d9/source/_global.rst ---------------------------------------------------------------------- diff --git a/source/_global.rst b/source/_global.rst index 2e3ccc4..3919520 100644 --- a/source/_global.rst +++ b/source/_global.rst @@ -20,4 +20,11 @@ .. _Installation Guide: http://docs.cloudstack.apache.org/projects/cloudstack-installation .. _Administration Guide: http://docs.cloudstack.apache.org/projects/cloudstack-administration .. _Release Notes: http://docs.cloudstack.apache.org/projects/cloudstack-release-notes +.. _CloudStack Apidocs: http://cloudstack.apache.org/docs/api/ + +.. Latest version systemvm template URL +.. |sysvm64-url-xen| replace:: http://cloudstack.apt-get.eu/systemvm/4.5/systemvm64template-4.5-xen.vhd.bz2 +.. |sysvm64-url-kvm| replace:: http://cloudstack.apt-get.eu/systemvm/4.5/systemvm64template-4.5-kvm.qcow2.bz2 +.. |sysvm64-url-vmware| replace:: http://cloudstack.apt-get.eu/systemvm/4.5/systemvm64template-4.5-vmware.ova +.. |sysvm64-url-hyperv| replace:: http://cloudstack.apt-get.eu/systemvm/4.5/systemvm64template-4.5-hyperv.vhd.zip http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/075eb3d9/source/qig.rst ---------------------------------------------------------------------- diff --git a/source/qig.rst b/source/qig.rst index 0da03a3..89bf833 100644 --- a/source/qig.rst +++ b/source/qig.rst @@ -14,8 +14,8 @@ under the License. -Quick Installation Guide for CentOS -=================================== +Quick Installation Guide for CentOS 6 +===================================== Overview -------- @@ -53,7 +53,7 @@ To complete this runbook you'll need the following items: #. At least one computer which supports and has enabled hardware virtualization. -#. The `CentOS 6.5 x86_64 minimal install CD +#. The `CentOS 6.x x86_64 minimal install CD <http://mirrors.kernel.org/centos/6/isos/x86_64/>`_ #. A /24 network with the gateway being at xxx.xxx.xxx.1, no DHCP should be on @@ -256,7 +256,7 @@ insert the following information. [cloudstack] name=cloudstack - baseurl=http://cloudstack.apt-get.eu/rhel/4.4/ + baseurl=http://cloudstack.apt-get.eu/rhel/4.5/ enabled=1 gpgcheck=0 @@ -424,7 +424,7 @@ the system VMs images. /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \ -m /secondary \ - -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.1-7-kvm.qcow2.bz2 \ + -u http://cloudstack.apt-get.eu/systemvm/4.5/systemvm64template-4.5-kvm.qcow2.bz2 \ -h kvm -F
