0

是否可以使用具有虚拟化支持 CPU 的 ubuntu 10.04 64 位在单个节点上安装 cloudstack 3.0?

4

1 回答 1

0

Yes, there are two approaches, but first some background.

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.

'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.

To run everything on a single machine, you can simulate the compute node using a hypervisor. An example of this is DevCloud, which runs the whole Cloudstack using VirtualBox. Provided you can get Virtualbox to run on Ubuntu 10.04, you are sorted.

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 Latest Release page. There is a video demonstrating the installation on youtube

However, a better solution to upgrade. CloudStack 4.0 is built to run on Ubuntu 12.04. Why not use this?

于 2012-12-04T12:07:13.650 回答