Jump to: navigation, search

Difference between revisions of "Nova"

m (Other resources)
Line 1: Line 1:
  
= [https://wiki.openstack.org Openstack] Compute ("Nova") =
+
{| border="1" cellpadding="2"
 
+
| Official name
{| border="1" cellpadding="2" cellspacing="0"
+
| '''OpenStack Compute'''
| [https://code.launchpad.net/nova Source code] 
+
|-
 +
| Source code
 +
| https://github.com/openstack/nova
 
|-
 
|-
| [https://bugs.launchpad.net/nova Bug tracker] 
+
| Bug tracker
 +
| https://bugs.launchpad.net/nova
 
|-
 
|-
| [https://blueprints.launchpad.net/nova Blueprints]
+
| Feature tracker
 +
| https://blueprints.launchpad.net/nova
 
|-
 
|-
| [http://docs.openstack.org/developer/nova/ Developer doc]
+
| Developer doc
 +
| http://docs.openstack.org/developer/nova/
 
|}
 
|}
  
 
== Related projects ==
 
== Related projects ==
* Python Nova client
+
 
* Compute API documentation
+
==== Python Nova client ====
 +
{| border="1" cellpadding="2"
 +
| Source code
 +
| https://github.com/openstack/python-novaclient
 +
|-
 +
| Bug tracker
 +
| https://bugs.launchpad.net/python-novaclient
 +
|-
 +
| Feature tracker
 +
| https://blueprints.launchpad.net/python-novaclient
 +
|}
 +
 
 +
==== Compute API documentation ====
 +
{| border="1" cellpadding="2"
 +
| Source code
 +
| https://github.com/openstack/compute-api
 +
|-
 +
| Bug tracker
 +
| https://bugs.launchpad.net/openstack-manuals
 +
|-
 +
| Feature tracker
 +
| https://blueprints.launchpad.net/openstack-manuals
 +
|}
  
 
== Documentation ==
 
== Documentation ==
 
* [http://docs.openstack.org/api/openstack-compute/2/content/ Compute API (v2) specification]
 
* [http://docs.openstack.org/api/openstack-compute/2/content/ Compute API (v2) specification]
 
* [http://docs.openstack.org/trunk/openstack-compute/admin/content/ Administration Guide]
 
* [http://docs.openstack.org/trunk/openstack-compute/admin/content/ Administration Guide]
 +
 +
== Nova subteams ==
 +
The Nova team meets weekly: [[Meetings/Nova]]. In addition to a project-wide Nova gathering each week, there are some sub-teams.  These sub-teams get together to discuss work going on in a focused area of Nova.
 +
 +
===== Notes on Sub-teams: =====
 +
 +
* The linked wiki page should include:
 +
** The mission of the team
 +
** A regular meeting time
 +
** A coordinator / point of contact
 +
** Meeting Agenda
 +
** Links to logs from previous meetings
 +
* A sub-team representative should regularly attend the main Nova meeting to provide a sub-team status report.
 +
* A sub-team is *not* exclusively responsible for an area of code.  Anyone is welcome to contribute anywhere.  However, you are encouraged to communicate regularly with others working in the same area as you and sub-teams help encourage that.
 +
* A sub-team is about organizing development efforts, but not necessarily setting direction for the project in a given area.  Review of patches is still done by the nova-core team and it is beneficial to publish designs to the openstack-dev mailing list for vetting in advance.
 +
 +
===== Active Sub-teams: =====
 +
 +
* [[Meetings/DBTeamMeeting|Database]]
 +
* Hyper-V
 +
* [[Meetings/StateManagement|StateManagement]]
 +
* [[Meetings/Scheduler|Scheduler]]
 +
* [[Meetings/VMwareAPI|VMwareAPI]]
 +
* [[Meetings/XenAPI|XenAPI]]
  
 
== Other resources ==
 
== Other resources ==

Revision as of 09:26, 10 July 2013

Official name OpenStack Compute
Source code https://github.com/openstack/nova
Bug tracker https://bugs.launchpad.net/nova
Feature tracker https://blueprints.launchpad.net/nova
Developer doc http://docs.openstack.org/developer/nova/

Related projects

Python Nova client

Source code https://github.com/openstack/python-novaclient
Bug tracker https://bugs.launchpad.net/python-novaclient
Feature tracker https://blueprints.launchpad.net/python-novaclient

Compute API documentation

Source code https://github.com/openstack/compute-api
Bug tracker https://bugs.launchpad.net/openstack-manuals
Feature tracker https://blueprints.launchpad.net/openstack-manuals

Documentation

Nova subteams

The Nova team meets weekly: Meetings/Nova. In addition to a project-wide Nova gathering each week, there are some sub-teams. These sub-teams get together to discuss work going on in a focused area of Nova.

Notes on Sub-teams:
  • The linked wiki page should include:
    • The mission of the team
    • A regular meeting time
    • A coordinator / point of contact
    • Meeting Agenda
    • Links to logs from previous meetings
  • A sub-team representative should regularly attend the main Nova meeting to provide a sub-team status report.
  • A sub-team is *not* exclusively responsible for an area of code. Anyone is welcome to contribute anywhere. However, you are encouraged to communicate regularly with others working in the same area as you and sub-teams help encourage that.
  • A sub-team is about organizing development efforts, but not necessarily setting direction for the project in a given area. Review of patches is still done by the nova-core team and it is beneficial to publish designs to the openstack-dev mailing list for vetting in advance.
Active Sub-teams:

Other resources