Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Yes, there are two approaches, but first some background.</p> <p>For readers unaccustomed to cloud OS, let me explain that you will need at least two machines: one to run the CloudOS and another to be the compute node. The CloudOS is a managment server that allocates compute resources, the compute node is a machine running a hypervisor that supplies the resources being allocated.</p> <p>'Single node' can mean either one physical server running the whole cloud or a cloud managing a single physical server, depending on whether you count the management server as a node.</p> <p>To run everything on a single machine, you can simulate the compute node using a hypervisor. An example of this is <a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud" rel="nofollow">DevCloud</a>, which runs the whole Cloudstack using VirtualBox. Provided you can get Virtualbox to run on Ubuntu 10.04, you are sorted.</p> <p>If instead you want have two machines, and Ubuntu 10.04 is installed on the machine that you want to be the CloudStack management server, then you need to install the management server on Ubuntu. The binaries for running on Ubuntu 10.04 are at the bottom of the <a href="http://incubator.apache.org/cloudstack/downloads.html" rel="nofollow">Latest Release page</a>. There is a <a href="http://www.youtube.com/watch?v=qAHdEPiXq74" rel="nofollow">video demonstrating the installation on youtube</a></p> <p>However, a better solution to upgrade. CloudStack 4.0 is built to run on Ubuntu 12.04. Why not use this?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload