What is Brume?

Brume is a private cloud service which can be easily installed and maintained on standard user laptop/desktop or even on a server.

What is Cloud again?

We follow this definition of cloud. Brume is a very lightweight and minimally-featured Infrastructure as a Service (IaaS) system.

Why another cloud?

The existing FOSS IaaS systems target Enterprise as the primary user. This leaves a big hole where small/medium scale companies, universities, students can not install, or maintain a cloud of their own. The amount of technical knowledge required to maintain any of the available cloud is still very high. Brume will fit in this hole where it will give the minimal features of any existing cloud service.

If you install Brume, it will not destroy your existing network settings. One of the biggest setup point for starting is having a bridge device. In Brume, you will not require any such setup. It will work with the default Fedora/CentOS installation.

Do you want to become Openstack?

No. OpenStack is a big and complex project which can do all of things at the same time. It has lots of plugins, and can make use of different kinds of hardware for networking and storage. Brume will not have such capability. It will work on the standard libvirt on a Linux system. We are not trying to compete with any such complete IaaS systems.

Why not just use Vagrant then?

Vagrant is a great tool for setting up development environment using vm(s) on a system, but it is not a cloud. If you look back at the essential characteristics from the above mentioned document, you will find the following

  • On-demand self-service
  • Broad network access
  • Resource pooling
  • Rapid elasticity
  • Measured service

These characteristics are not available in the existing tools as we know.

So will you be API compatible with Openstack or AWS?

Again, the answer is no :) That will require a lot of work, and might make the system unnecessarily complex. We don’t want that.

Then how is this going to help a student/developer or even a SMC?

People will be able to use this to get cloud instances using the same cloud images which run on Openstack. People can write/test their configuration management scripts using this. For development teams inside a SMC, or an university, they can create/maintain cloud instances as required without going through IT, and IT teams (generally one person) will have much easier life while maintaining the actual infrastructure behind this.

Then tell us about the things you will provide in Brume

  1. Cloud instances (the basic VM(s) you can create on a cloud).
  2. Assigning elastic IP to the VM to get access from network.
  3. Command line tools to manage the instances.
  4. Web interface to manage the instances.
  5. User/Groups with quotas.
  6. A very simple object store.

The above list may change in future, but this is the initial goal we have.