Victor
Victor

Reputation: 4199

Building Cloud from Scratch using Openstack

I would like to build a private cloud for my project. I need to build the cloud from scratch - not like own-cloud or xapi where the cloud is ready to use How can I start building one and what are the steps?! Can I use OpenStack ? If so can anyone help me with the steps?

Thanks in advance!!!

Upvotes: 2

Views: 3182

Answers (2)

Alex Fortin
Alex Fortin

Reputation: 91

Here's the recent documentation for Mitaka on Ubuntu 14.04 LTS: http://docs.openstack.org/mitaka/install-guide-ubuntu/

"This guide will walk through an installation by using packages available through Canonical’s Ubuntu Cloud archive repository.

Explanations of configuration options and sample configuration files are included.

This guide documents OpenStack Mitaka release."

Upvotes: 0

decodebytes
decodebytes

Reputation: 421

Yes, you can create your own private cloud using openstack.

As for the steps;

http://docs.openstack.org/juno/install-guide/install/apt/content/

Other options are devstack (for development / Proof of concept - Not Production!) or RDO from redhat or one of the other commercial vendors involved in openstack (dell / ibm etc).

Upvotes: 1

Related Questions