Jump to: navigation, search

Difference between revisions of "Main Page"

Line 12: Line 12:
 
  [[Open]] - What openness means to us.  
 
  [[Open]] - What openness means to us.  
  
  [[Governance]] - How we will govern the project.
+
  [[Governance]] - How we will govern all [[OpenStack]] projects.
  
  [[ TechBoard| Our technical board ]]
+
  [[ ComputeTechBoard| OpenStack Compute Technical Board ]]
  
 
[[CodingStandards|Coding Standards]]
 
[[CodingStandards|Coding Standards]]

Revision as of 03:09, 19 July 2010

OpenStack Open Source Cloud Wiki

The OpenStack Open Source Cloud Mission: to produce the ubiquitous Open Source Cloud Computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable.

This wiki is intended to provide a repository and initial forum for discussions, requirements, and architectural development in progress.

Still to come are Launchpad project pages, the official website, and blog with RSS feed.

Foundation documents

Open - What openness means to us. 
Governance - How we will govern all OpenStack projects.
 OpenStack Compute Technical Board 

Coding Standards

Requirements

Use Cases - These describe the high-level functional requirements, subsequently decomposed into detailed component requirements. Each requirement begins as a simple function (e.g., Add new server). These are then decomposed via data flow diagrams to show the data and processing requirements placed upon each component in order to support the basic function. These should follow the template in SpecTemplate.
Architectural - These describe the interface requirements for each component, starting at the external API and working inward.
NonFunctional - These describe the basic, non-functional requirements which are priorities for the architecture (e.g., scalability, easy of use). Each basic requirement is then decomposed into detailed requirements via specification of the manner of testing to be used to measure compliance to that requirement (e.g., specific load tests, length of install, etc.)

Architecture

 Overview High level overview of the different components and how they interact.

Development

[[[LifeWithBzrAndLaunchpad|| Learning bzr and Launchpad ]]]
Getting the Code for this week before the launch
Design Tenets  - Some of the basic principles we are following.

Other Project Documents