Jump to: navigation, search

Difference between revisions of "Main Page"

(talk)
m (Correct the software name and URL protocol for our paste service)
 
(203 intermediate revisions by 26 users not shown)
Line 1: Line 1:
__NOTOC__
+
<div id="mf-index">
= Rackspace Open Source Cloud Wiki ( irc.freenode.com #openstack-summit ) =
+
<table border=0 width=100% cellpadding=15><tr><td width=25% align=center>
 +
[[File:Openstack-vertical-small.png]]
 +
</td><td>
 +
== Welcome to the OpenStack wiki ==
 +
The OpenStack Mission is to produce a ubiquitous Open Source Cloud Computing platform that is easy to use, simple to implement, interoperable between deployments, works well at all scales, and meets the needs of users and operators of both public and private clouds.
  
'''The Rackspace [[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.
+
OpenStack is '''[http://docs.openstack.org/project-team-guide/open-source.html open source]''', '''[http://docs.openstack.org/project-team-guide/open-design.html openly designed]''', '''[http://docs.openstack.org/project-team-guide/open-development.html openly developed]''' by an '''[http://docs.openstack.org/project-team-guide/open-community.html open community]'''.
  
This wiki is intended to provide a repository and initial forum for discussions, requirements, and architectural development in progress.
+
The '''OpenStack wiki''' is a collaboration tool for the community to publish various documents in a collaborative manner. Content may be out of date or inaccurate. Please refer primarily to other OpenStack websites for reference information (see below).
 
+
</td></tr>
Still to come are Launchpad project pages, the official website, and blog with RSS feed.
+
</table>
 
+
----
== Foundation documents ==
+
<table border=0 width=100%>
[[Open]] - What openness means to us.
+
<tr valign=top><td width=50%>
 
+
==== Help in using the wiki ====
[[Governance]] - This is an overall document for Rackspace and how its governance will interface with this and other opensource projects in the future.
+
* '''[[How_To_Use_The_Wiki|How to use this wiki]]'''
 
+
* Learn [https://www.mediawiki.org/wiki/Help:Formatting Wiki markup]
[[ProjectGovernance]] - This is the Governance document for this community-driven project.
+
* [https://www.mediawiki.org/wiki/Help:Editing_pages Editing pages]
 
+
* [https://www.mediawiki.org/wiki/Help:Tracking_changes Tracking changes] and setting up a [https://www.mediawiki.org/wiki/Help:Watchlist Watchlist]
[[CodingStandards|Coding Standards]]
+
* Interested in quick collaborative editing? Try out [https://etherpad.openstack.org Etherpad]
 
+
* In need of a collaborative spreadsheet? Try out [https://ethercalc.openstack.org Ethercalc]
[[DevelopmentProcess|Development Process]]
+
* Looking to paste and link arbitrary text? Try out [http://paste.openstack.org LodgeIt]
 
+
</td><td width=50%>
== Requirements ==
+
==== Links ====
[[FunctionalUseCases|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]].
+
* [https://www.openstack.org/ OpenStack main website]
 
+
* [https://releases.openstack.org/ OpenStack releases]
[[Architectural]] - These describe the interface requirements for each component, starting at the external API and working inward.
+
* [https://git.openstack.org/cgit Source code]
 
+
* [https://docs.openstack.org/ Documentation]
[[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.)
+
* '''[https://www.openstack.org/community How to contribute]'''
 
+
* [https://governance.openstack.org/ Project governance]
== Architecture ==
+
* Links from the [[Old_Main_Page|previous version of this wiki main page]]
 
+
</td></tr></table>
    [[Overview]] High level overview of the different components and how they interact.
+
__NOTOC__
 
+
__NOEDITSECTION__
== Development ==
+
</div>
[[DeveloperIntro|Introduction]] for developers
 
 
 
[[GettingTheCode|Getting the Code]] for this week before the launch
 
 
 
[[BasicDesignTenets|Design Tenets]] - Some of the basic principles we are following.
 
 
 
== Other Project Documents ==
 
* [[People|Who we are]]
 
* [[2010Summit]]
 
* [[InitialRelease| Initial Release]]
 
* [[OpenStackUsersGroup]]
 

Latest revision as of 16:39, 21 March 2018

Openstack-vertical-small.png

Welcome to the OpenStack wiki

The OpenStack Mission is to produce a ubiquitous Open Source Cloud Computing platform that is easy to use, simple to implement, interoperable between deployments, works well at all scales, and meets the needs of users and operators of both public and private clouds.

OpenStack is open source, openly designed, openly developed by an open community.

The OpenStack wiki is a collaboration tool for the community to publish various documents in a collaborative manner. Content may be out of date or inaccurate. Please refer primarily to other OpenStack websites for reference information (see below).


Help in using the wiki

Links