1

I downloaded Ubuntu OpenStack (it's the second "entry" on the page). The download link took me to Ubuntu Server for Cloud (where the download began). I downloaded the latest server package, which is 13.10.

The best I can tell, there's no Cloud stuff on that CD. When I installed the server package, I was asked if I wanted to enable the SSH server, the SAMBA server, install a print server, etc. But there was no choice for "Cloud Server".

Additionally, after reboot, there is nothing running that looks like its cloud related, like Keystone (identity management), Glance (image manager), Nova or Nuetron (compute), Ceph or Swift (object storage), etc.

I'm obviously missing something, here, but I don't know what it is. The advertised steps are:

OpenStack is moving so fast my recipes for installing it and running it on Ubuntu are already ancient. That includes my books like OpenStack Cloud Computing Cookbook.

What, precisely, does Ubuntu OpenStack provide? Am I supposed to do something else next (apparently, but I don't know what)?

1 Answers1

1

There are three (3) different Ubuntu OpenStack installation options, depending on whether you plan to build your own infrastructure, run Ubuntu as a guest on existing infrastructure (be it public or private) or you want to deploy services on a working cloud with Juju Charms.

  1. Ubuntu Cloud Guest:

    This can be done using any of the existing services: Amazon EC2, HP Cloud, Windows Azure, Rackspace Cloud. You only need to execute cloud-init and follow the instructions.

  2. Ubuntu OpenStack:

    This could be archived downloading the server image and following the OpenStack documentation. There's also the MAAS route.

  3. Juju Charms

    This only requires an existing Ubuntu installation, installing Juju and deploy charms. This is the easiest in case you don't want to deploy immediately.

Braiam
  • 67,791
  • 32
  • 179
  • 269
  • Thanks Braiam. For option two, the only text I see is "The easiest way to try Ubuntu OpenStack is to create a bootable USB stick that will let you try OpenStack." What page are you on? –  Dec 23 '13 at 21:34
  • "See the Ubuntu OpenStack documentation for details." at the end. – Braiam Dec 23 '13 at 21:39
  • @noloader Havana http://docs.openstack.org/havana/install-guide/install/apt/content/ – Braiam Dec 23 '13 at 21:57