Jump to: navigation, search

Difference between revisions of "Project Resources"

(Updated core dev links to pont at review.openstack.org teams.)
Line 57: Line 57:
  
 
Nova is also split up into sub-teams. Some blueprints are assigned to sub-teams rather than individuals. See [[Teams]].
 
Nova is also split up into sub-teams. Some blueprints are assigned to sub-teams rather than individuals. See [[Teams]].
 
Packages:
 
* Ubuntu:
 
** 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
 
* Other distributions: see [[Packaging]]
 
  
 
=== Object Storage (Swift) ===
 
=== Object Storage (Swift) ===
Line 77: Line 71:
 
* Full team: https://launchpad.net/~swift
 
* Full team: https://launchpad.net/~swift
 
* Core developers (can approve merge proposals): https://review.openstack.org/#/admin/groups/24,members
 
* Core developers (can approve merge proposals): https://review.openstack.org/#/admin/groups/24,members
 
Packages:
 
* Ubuntu:
 
** Release build PPAs for Ubuntu: https://launchpad.net/~swift-core/+archive/release
 
** Trunk build PPAs for Ubuntu: https://launchpad.net/~swift-core/+archive/trunk
 
  
 
=== Image Service (Glance) ===
 
=== Image Service (Glance) ===
Line 96: Line 85:
 
* Full team: https://launchpad.net/~glance
 
* Full team: https://launchpad.net/~glance
 
* Core developers (can approve merge proposals): https://review.openstack.org/#/admin/groups/13,members
 
* Core developers (can approve merge proposals): https://review.openstack.org/#/admin/groups/13,members
 
Packages:
 
* Ubuntu:
 
** 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
 
* Python (easy_install/pip):
 
** http://pypi.python.org/pypi/glance/
 
  
 
=== Identity Service (Keystone) ===
 
=== Identity Service (Keystone) ===

Revision as of 13:04, 30 September 2013

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

Ask OpenStack (technical support): http://ask.openstack.org

Code repositories

Code submission and review

Blogs

Twitter

Notepad

Pasteboard

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.

Object Storage (Swift)

Teams (list of developers):

Image Service (Glance)

Teams (list of developers):

Identity Service (Keystone)

Dashboard (Horizon)

Block Storage (Cinder)

Networking (Neutron)

Metering/Monitoring (Ceilometer)

Orchestration (Heat)

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