Difference between revisions of "OpenStack"

From Libopedia
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
==Introduction==
 
==Introduction==
 
This wiki web page documents the possible implementation of the [http://openstack.org OpenStack] cloud infrastructure (IaaS) using the Ubuntu server operating system, in order to evaluate the possible deployment as a private [http://www.sun.ac.za on-campus] cloud for the Stellenbosch University Library. See: http://en.wikipedia.org/wiki/Cloud_computing
 
This wiki web page documents the possible implementation of the [http://openstack.org OpenStack] cloud infrastructure (IaaS) using the Ubuntu server operating system, in order to evaluate the possible deployment as a private [http://www.sun.ac.za on-campus] cloud for the Stellenbosch University Library. See: http://en.wikipedia.org/wiki/Cloud_computing
 
Watch the video: http://insights.ubuntu.com/video/what-is-openstack
 
  
 
A brief overview of OpenStack is displayed below.
 
A brief overview of OpenStack is displayed below.
Line 12: Line 10:
  
 
==OpenStack Provisioning==
 
==OpenStack Provisioning==
[https://wiki.ubuntu.com/ServerTeam/MAAS MAAS] ('''M'''etal '''A'''s '''A''' '''S'''ervice) is the service from Ubuntu which provides easy installation of metal servers to the OpenStack cloud and provides the "Standard Hardware" layer pictured above. Once the metal servers are provisioned then "[https://wiki.ubuntu.com/ServerTeam/MAAS/Juju Juju]" charms are used to install components of the OpenStack cloud which provides the "OpenStack Shared Services" layer pictured above. Finally cloud services ("Your Applications") are provided by the "OpenStack Dashboard" pictured above.
+
[http://maas.ubuntu.com MAAS] ('''M'''etal '''A'''s '''A''' '''S'''ervice) is the service from Ubuntu which provides easy installation of metal servers to the OpenStack cloud and provides the "Standard Hardware" layer pictured above. Once the metal servers are provisioned then "[https://wiki.ubuntu.com/ServerTeam/MAAS/Juju Juju]" charms are used to install components of the OpenStack cloud which provides the "OpenStack Shared Services" layer pictured above. Finally cloud services ("Your Applications") are provided by the "OpenStack Dashboard" pictured above.
 +
 
 
==OpenStack Demo Server Download==
 
==OpenStack Demo Server Download==
 
A live CD of the demo server can be downloaded from the following link:
 
A live CD of the demo server can be downloaded from the following link:
Line 42: Line 41:
  
 
==International Public Cloud Service Providers==
 
==International Public Cloud Service Providers==
 +
*https://hetzner.co.za
 
*http://aws.amazon.com
 
*http://aws.amazon.com
 
*http://cloud.google.com
 
*http://cloud.google.com
Line 50: Line 50:
 
*http://www.servermania.com
 
*http://www.servermania.com
 
*http://www.plusserver.com
 
*http://www.plusserver.com
 +
*https://www.linode.com
  
 
==Cloud Hosting Evaluation==
 
==Cloud Hosting Evaluation==
Line 63: Line 64:
 
----
 
----
 
===Google===
 
===Google===
 +
*https://cloud.google.com
 
[[File:G-storge.png|400px|border]]
 
[[File:G-storge.png|400px|border]]
 
----
 
----
 +
 
===Rackspace===
 
===Rackspace===
 
[[File:Rackspace.png|400px|border]]
 
[[File:Rackspace.png|400px|border]]
Line 81: Line 84:
 
==Cloud Standards==
 
==Cloud Standards==
 
*http://cloud-standards.org
 
*http://cloud-standards.org
 +
==Training==
 +
*https://www.edx.org/course/introduction-cloud-infrastructure-linuxfoundationx-lfs151-x
 
==News==
 
==News==
 
*http://chucksblog.emc.com/chucks_blog/2012/12/emc-joins-openstack.html
 
*http://chucksblog.emc.com/chucks_blog/2012/12/emc-joins-openstack.html
Line 91: Line 96:
 
*http://www.thewhir.com/whir-tv/joseph-b-george-discusses-dells-openstack-powered-cloud-solution
 
*http://www.thewhir.com/whir-tv/joseph-b-george-discusses-dells-openstack-powered-cloud-solution
 
*http://victorpalau.net/2012/08/15/arm-server-on-a-prezi
 
*http://victorpalau.net/2012/08/15/arm-server-on-a-prezi
 +
*http://www.siliconcape.com/profiles/blogs/the-top-5-lies-your-cloud-salesperson-will-tell-you
  
 
==Alternatives==
 
==Alternatives==
*http://en.wikipedia.org/wiki/Nimbula
 
 
*http://en.wikipedia.org/wiki/CloudStack
 
*http://en.wikipedia.org/wiki/CloudStack
 
*http://en.wikipedia.org/wiki/Deltacloud
 
*http://en.wikipedia.org/wiki/Deltacloud
Line 100: Line 105:
 
*http://en.wikipedia.org/wiki/Amazon_Web_Services
 
*http://en.wikipedia.org/wiki/Amazon_Web_Services
 
*http://opencompute.org
 
*http://opencompute.org
 +
*https://linuxcontainers.org
  
 
==Diagrams==
 
==Diagrams==
* http://visual.ly/cloud-computing-reference-guide
+
*https://mesosphere.com/blog/2016/08/11/datacenter-platform-architecture
 +
*http://visual.ly/cloud-computing-reference-guide
  
 
[[File:Cloud-stack.jpg]]
 
[[File:Cloud-stack.jpg]]
Line 114: Line 121:
  
 
==Conclusion==
 
==Conclusion==
OpenStack is an early project and has not matured into a production product but it is fully open source and based on open cloud standards. CloudStack is a product, however it is [http://en.wikipedia.org/wiki/CloudStack#cite_note-8 "owned" by Citrix], therefore not an open product.
+
OpenStack is an early project but it is fully open source and based on open cloud standards. CloudStack is a product, however it is [http://en.wikipedia.org/wiki/CloudStack#cite_note-8 "owned" by Citrix], therefore not an open product.
 
+
[[Category:Help]]
An open private production cloud using OpenStack with open cloud standards will probably be production ready in 2014 when Ubuntu 14.04 is released and when other [[LIS/Student_Help/Internet|internet broadband providers]] come online.
 

Latest revision as of 04:17, 12 August 2016

Official Ubuntu Website

See: https://wiki.ubuntu.com/ServerTeam/OpenStack

Introduction

This wiki web page documents the possible implementation of the OpenStack cloud infrastructure (IaaS) using the Ubuntu server operating system, in order to evaluate the possible deployment as a private on-campus cloud for the Stellenbosch University Library. See: http://en.wikipedia.org/wiki/Cloud_computing

A brief overview of OpenStack is displayed below.

Openstack-software-diagram.png

OpenStack Provisioning

MAAS (Metal As A Service) is the service from Ubuntu which provides easy installation of metal servers to the OpenStack cloud and provides the "Standard Hardware" layer pictured above. Once the metal servers are provisioned then "Juju" charms are used to install components of the OpenStack cloud which provides the "OpenStack Shared Services" layer pictured above. Finally cloud services ("Your Applications") are provided by the "OpenStack Dashboard" pictured above.

OpenStack Demo Server Download

A live CD of the demo server can be downloaded from the following link:

http://cdimage.ubuntu.com/ubuntu-cloud-live/releases/12.04/ubuntu-12.04-cloud-live-amd64.iso

OpenStack Demo Server Instructions

These instructions apply to a 64bit computer registered on the campus network and should be applied by someone experienced with linux system administration.

  1. Create a bootable USB stick from the CD and then boot your test computer with the USB stick.
  2. After booting the USB stick on your test computer, open the Google Chrome browser on the Unity Launcher and open an internet connection by going to https://inetkey.sun.ac.za.
  3. Open the "GettingStarted" file on the desktop and follow the instructions.
  4. The credentials for logging into the "Dashboard" are:
username = ubuntu
password = ubuntu123

OpenStack Online Evaluation


Private Cloud References

South African Public Cloud Service Providers

International Public Cloud Service Providers

Cloud Hosting Evaluation

Cloud Storage Evaluation

See: http://en.wikipedia.org/wiki/Cloud_storage

Amazon

A-s3.png


Google

G-storge.png


Rackspace

Rackspace.png


Calculation

As can be seen from the above screenshots, the average price per GB is approx R1 as per the exchange rates on 2012/08/07. In addition it costs about R2 per GB to pull the data back out of the cloud.

Therefore to store 6TB (6000GB) in the cloud per year costs the following at today's exchange rates (2012/08/07):

R1x6000X12=R72000

Note: One double-sided DVD can store 8GB of data, therefore 6TB=750 double-sided DVD's or 1500 single-sided DVD's of data.

Amazon Glacier

Amazon Glacier is an extremely low-cost storage service that provides secure and durable storage for data archiving and backup. In order to keep costs low, Amazon Glacier is optimized for data that is infrequently accessed and for which retrieval times of several hours are suitable.

Cloud Standards

Training

News

Alternatives

Diagrams

Cloud-stack.jpg

Cloud-pizza.jpg

How-to guides

Conclusion

OpenStack is an early project but it is fully open source and based on open cloud standards. CloudStack is a product, however it is "owned" by Citrix, therefore not an open product.