Jump to: navigation, search

Difference between revisions of "Sahara/Architecture"

Line 1: Line 1:
[[File:Savanna-architecture.png]]
+
== '''This page is deprecated'''. ==
 
+
See https://savanna.readthedocs.org/en/latest/architecture.html
The Savanna architecture consists of several components:
 
 
 
* Cluster Configuration Manager  - all the business logic resides here
 
* Auth component - responsible for client authentication & authorization
 
* DAL - Data Access Layer, persists internal models in DB
 
* VM Provisioning - component responsible for communication with Nova and Glance
 
* Deployment Engine - pluggable mechanism responsible for deploying Hadoop on provisioned VMs; existing management solutions like Apache
 
* Ambari and Cloudera Management Console could be utilized for that matter
 
* REST API - exposes Savanna functionality via REST
 
* Savanna Python Client - similar to other OpenStack components Savanna has its own python client
 
* Savanna pages - GUI for the Savanna is located on Horizon
 

Revision as of 11:28, 27 July 2013

This page is deprecated.

See https://savanna.readthedocs.org/en/latest/architecture.html