Jump to: navigation, search

Difference between revisions of "Project Resources"

(Phasing out Launchpad Answers, moving to Ask OpenStack)
(OpenStack Project Resources)
Line 1: Line 1:
  
= [[OpenStack]] Project Resources =
+
= OpenStack Project Resources =
  
 
OpenStack is divided up across several projects. Some resources are common across projects, others are project-specific.
 
OpenStack is divided up across several projects. Some resources are common across projects, others are project-specific.
Line 9: Line 9:
  
 
Project home: https://launchpad.net/openstack
 
Project home: https://launchpad.net/openstack
 +
 +
Ask OpenStack (technical support): http://ask.openstack.org
  
 
=== Code repositories ===
 
=== Code repositories ===
Line 14: Line 16:
 
* http://github.com/openstack-ci (project QA tools)
 
* http://github.com/openstack-ci (project QA tools)
 
* https://github.com/openstack-dev (development tools, including devstack)
 
* https://github.com/openstack-dev (development tools, including devstack)
 
=== Mailing list ===
 
 
Main list
 
* Email: openstack@lists.launchpad.net
 
* Home page: https://launchpad.net/~openstack
 
* Archives: https://lists.launchpad.net/openstack/
 
 
See [[MailingLists]] for info about other lists
 
 
=== IRC ===
 
* User channel: #openstack on freenode.net. Logs at http://eavesdrop.openstack.org/irclogs/%23openstack/
 
* Developer channel: #openstack-dev on freenode.net. Logs at http://eavesdrop.openstack.org/irclogs/%23openstack-dev/
 
* Meeting channel: #openstack-meeting on freenode.net. Logs at http://eavesdrop.openstack.org/irclogs/%23openstack-meeting/
 
  
 
=== Code submission and review ===
 
=== Code submission and review ===
Line 35: Line 23:
  
 
Continuous integration server (Jenkins): http://jenkins.openstack.org (you need a login on [http://launchpad.net Launchpad] for access)
 
Continuous integration server (Jenkins): http://jenkins.openstack.org (you need a login on [http://launchpad.net Launchpad] for access)
 
Ask OpenStack (technical support): http://ask.openstack.org
 
  
 
User/administrator documentation: http://docs.openstack.org
 
User/administrator documentation: http://docs.openstack.org
  
Blogs:
+
=== Blogs ===
 
* Official blog: http://www.openstack.org/blog/
 
* Official blog: http://www.openstack.org/blog/
 
* Community blogs: http://planet.openstack.org/
 
* Community blogs: http://planet.openstack.org/
  
Twitter: http://twitter.com/openstack
+
=== Twitter ===
 +
 
 +
* http://twitter.com/openstack
 +
 
 +
=== Pasteboard ===
  
Pasteboard: http://paste.openstack.org/
+
* http://paste.openstack.org/
  
 
== Project-specific ==
 
== Project-specific ==
Line 145: Line 135:
 
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.
 
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 administration guides ===
  
 
* Home: http://launchpad.net/openstack-manuals
 
* Home: http://launchpad.net/openstack-manuals
Line 151: Line 141:
 
* Bugs: https://bugs.launchpad.net/openstack-manuals
 
* Bugs: https://bugs.launchpad.net/openstack-manuals
  
=== [[OpenStack]] API references ===
+
=== OpenStack API references ===
  
 
* Home: http://docs.openstack.org/api/
 
* Home: http://docs.openstack.org/api/
Line 161: Line 151:
 
* Keystone API: https://github.com/openstack/identity-api
 
* Keystone API: https://github.com/openstack/identity-api
  
=== [[OpenStack]] Starter Guide ===
+
=== OpenStack Starter Guide ===
  
 
* Home: https://launchpad.net/openstackbook
 
* Home: https://launchpad.net/openstackbook
 
* Code: https://code.launchpad.net/openstackbook (lp:openstackbook)
 
* Code: https://code.launchpad.net/openstackbook (lp:openstackbook)

Revision as of 16:57, 12 June 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

Continuous integration server (Jenkins): http://jenkins.openstack.org (you need a login on Launchpad for access)

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

Blogs

Twitter

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.

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