Jump to: navigation, search

Difference between revisions of "Project Resources"

Line 58: Line 58:
 
Packages:
 
Packages:
 
* Ubuntu:
 
* Ubuntu:
    - Trunk PPA (bleeding edge packages for Ubuntu): https://launchpad.net/~nova-core/+archive/trunk
+
** Trunk PPA (bleeding edge packages for Ubuntu): https://launchpad.net/~nova-core/+archive/trunk
    - Release PPAs (release packages for Ubuntu): https://launchpad.net/~openstack-release
+
** Release PPAs (release packages for Ubuntu): https://launchpad.net/~openstack-release
 
* Other distributions: see [[Packaging]]
 
* Other distributions: see [[Packaging]]
  
Line 78: Line 78:
 
Packages:
 
Packages:
 
* Ubuntu:
 
* Ubuntu:
    - Release build PPAs for Ubuntu: https://launchpad.net/~swift-core/+archive/release
+
** Release build PPAs for Ubuntu: https://launchpad.net/~swift-core/+archive/release
    - Trunk build PPAs for Ubuntu: https://launchpad.net/~swift-core/+archive/trunk
+
** Trunk build PPAs for Ubuntu: https://launchpad.net/~swift-core/+archive/trunk
  
 
=== Image Service (Glance) ===
 
=== Image Service (Glance) ===
Line 97: Line 97:
 
Packages:
 
Packages:
 
* Ubuntu:
 
* Ubuntu:
  - Trunk PPAs (bleeding edge packages for Ubuntu): https://launchpad.net/~glance-core/+archive/trunk
+
** Trunk PPAs (bleeding edge packages for Ubuntu): https://launchpad.net/~glance-core/+archive/trunk
  - Release PPAs (release packages for Ubuntu): https://launchpad.net/~openstack-release
+
** Release PPAs (release packages for Ubuntu): https://launchpad.net/~openstack-release
 
* Python (easy_install/pip):
 
* Python (easy_install/pip):
    - http://pypi.python.org/pypi/glance/
+
** http://pypi.python.org/pypi/glance/
  
 
=== Identity Service (Keystone) ===
 
=== Identity Service (Keystone) ===
Line 130: Line 130:
 
Packages:
 
Packages:
 
* Python (easy_install/pip):
 
* Python (easy_install/pip):
    - http://pypi.python.org/pypi/python-novaclient
+
** http://pypi.python.org/pypi/python-novaclient
  
 
== Documentation repositories ==
 
== Documentation repositories ==

Revision as of 02:38, 28 November 2011

OpenStack Project Resources

OpenStack is divided up across several projects. Some resources are common across projects, others are project-specific.

Common

Public home: http://openstack.org

Project home: https://launchpad.net/openstack

Code repositories

Mailing list

IRC

Code submission and review (Gerrit): http://review.openstack.org/

Forums (technical support): http://forums.openstack.org

User/administrator documentation: http://docs.openstack.org

Blogs:

Twitter: http://twitter.com/openstack

Pasteboard: http://paste.openstack.org/

Project-specific

Compute (Nova)

Teams (list of developers):

Nova is also split up into sub-teams. Some blueprints are assigned to sub-teams rather than individuals. See Teams.

Packages:

Object Storage (Swift)

Teams (list of developers):

Packages:

Image Service (Glance)

Teams (list of developers):

Packages:

Identity Service (Keystone)

Dashboard (Horizon)

Python bindings to Nova API (novaclient)

Packages:

Documentation repositories

The developer documentation is bundled with the source code. However, there are user/administrator manuals (hosted at http://docs.openstack.org) that are hosted in separate repositories.

OpenStack administration guides

OpenStack API references

Source:

OpenStack Starter Guide