3

I would like to try Ubuntu Cloud but unfortunately I don't have 3-5 bare-metal servers or a machine powerful enough to handle everything (via virtual machines). My idea was to rent 5 cheap servers (Hetzner, Online.net, Kimsufi etc) and give it a shot. But none of these providers offer a native vlan. Will MAAS be unusable in this case? If yes, I suppose that also Autopilot will be unusable? Thank you

2 Answers2

4

I don't think that will work. On IRC you mentioned you wanted to evaluate OpenStack and the easiest way to do that is to use the single node installer:

sudo apt-add-repository ppa:cloud-installer/stable
sudo apt-get update
sudo apt-get install openstack
sudo openstack-install

References:

Jorge Castro
  • 71,754
0

You could use Linux Containers. They're incredibly lightweight. If I can run 50 of them on an old Pentium 4 I'm sure you can play around with them.

https://help.ubuntu.com/lts/serverguide/lxc.html

http://www.ubuntu.com/cloud/lxd

Ken Sharp
  • 991
  • 8
  • 31
  • Currently my PC is an i7 with 8GB RAM. Will it be enough to deploy and test OpenStack "on top" of vSphere, as specified in the installation tutorial? I've read that the minimal specs is Xeon and 12GB RAM, but I might be wrong? – Razvan Rosca Dec 11 '15 at 20:13
  • LXC is amazing, but on its own can't host some parts of OpenStack (in particular the tricky networking bits). We think a simple OpenStack on pure LXC 2.0 will be possible, will let you know once we get to LXC 2.0 :) – Mark Shuttleworth Dec 15 '15 at 13:37
  • I must admit that networking with the current LXC is a bit... painful. – Ken Sharp Dec 16 '15 at 11:05