mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
doc: Update mininum system requirements
Fix some indentation in the file and also add some KVM requirements
This commit is contained in:
parent
a74687128e
commit
602ea46d67
@ -23,9 +23,9 @@
|
||||
-->
|
||||
|
||||
<section id="minimum-system-requirements">
|
||||
<title>Minimum System Requirements</title>
|
||||
<section id="management-server-system-requirements">
|
||||
<title>Management Server, Database, and Storage System Requirements</title>
|
||||
<title>Minimum System Requirements</title>
|
||||
<section id="management-server-system-requirements">
|
||||
<title>Management Server, Database, and Storage System Requirements</title>
|
||||
<para>The machines that will run the Management Server and MySQL database must meet the following requirements. The same machines can also be used to provide primary and secondary storage, such as via localdisk or NFS. The Management Server may be placed on a virtual machine.</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>Operating system:</para>
|
||||
@ -33,7 +33,7 @@
|
||||
<listitem><para>Preferred: RHEL 6.2+ 64-bit (https://access.redhat.com/downloads) or CentOS 6.2+ 64-bit (http://isoredirect.centos.org/centos/6/isos/x86_64/).</para></listitem>
|
||||
<listitem><para>Also supported (v3.0.3 and greater): RHEL and CentOS 5.4-5.x 64-bit</para></listitem>
|
||||
<listitem><para>It is highly recommended that you purchase a RHEL support license.
|
||||
Citrix support can not be responsible for helping fix issues with the underlying OS.</para></listitem>
|
||||
Citrix support can not be responsible for helping fix issues with the underlying OS.</para></listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
<listitem><para>64-bit x86 CPU (more cores results in better performance)</para></listitem>
|
||||
@ -43,8 +43,8 @@
|
||||
<listitem><para>Statically allocated IP address</para></listitem>
|
||||
<listitem><para>Fully qualified domain name as returned by the hostname command</para></listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
<section id="hypervisor-system-requirements">
|
||||
</section>
|
||||
<section id="hypervisor-system-requirements">
|
||||
<title>Host/Hypervisor System Requirements</title>
|
||||
<para>The host is where the cloud services run in the form of guest virtual machines. Each host is one machine that meets the following requirements:</para>
|
||||
<itemizedlist>
|
||||
@ -59,16 +59,34 @@
|
||||
<listitem><para>When you deploy &PRODUCT;, the hypervisor host must not have any VMs already running</para></listitem>
|
||||
</itemizedlist>
|
||||
<para>Hosts have additional requirements depending on the hypervisor. See the requirements listed at the top of the Installation section for your chosen hypervisor:</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>Citrix XenServer Installation</para></listitem>
|
||||
<listitem><para>VMware vSphere Installation and Configuration</para></listitem>
|
||||
<listitem><para>KVM Installation and Configuration</para></listitem>
|
||||
<listitem><para>Oracle VM (OVM) Installation and Configuration</para></listitem>
|
||||
</itemizedlist>
|
||||
<warning>
|
||||
<para>Be sure you fulfill the additional hypervisor requirements and installation steps provided in this Guide. Hypervisor hosts must be properly prepared to work with CloudStack. For example, the requirements for XenServer are listed under Citrix XenServer Installation.
|
||||
</para>
|
||||
<para>Be sure you fulfill the additional hypervisor requirements and installation steps provided in this Guide. Hypervisor hosts must be properly prepared to work with CloudStack. For example, the requirements for XenServer are listed under Citrix XenServer Installation.</para>
|
||||
</warning>
|
||||
<section id="hypervisor-requirements-xenserver">
|
||||
<title>Citrix XenServer requirements</title>
|
||||
<para>To be determined</para>
|
||||
</section>
|
||||
<section id="hypervisor-requirements-vmware">
|
||||
<title>VMware vSphere requirements</title>
|
||||
<para>To be determined</para>
|
||||
</section>
|
||||
<section id="hypervisor-requirements-kvm">
|
||||
<title>KVM requirements</title>
|
||||
<para>For running a KVM hypervisor the main requirement is the Linux distribution it is running. Although you are not required to run these distributions, it is recommended.</para>
|
||||
<para>Recommended distributions:</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>CentOS / RHEL: 6.2 and 6.3</para></listitem>
|
||||
<listitem><para>Ubuntu: 12.04(.1)</para></listitem>
|
||||
</itemizedlist>
|
||||
<para>The main requirement for KVM hypervisors is the libvirt and Qemu version. If you whish to run on a different distribution, make sure you meet the following requirements:</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>libvirt: 0.9.4 and higher</para></listitem>
|
||||
<listitem><para>Qemu/KVM: 1.0 and higher</para></listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
<section id="hypervisor-requirements-ovm">
|
||||
<title>Oracle VM (OVM) requirements</title>
|
||||
<para>To be determined</para>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user