Jump to: navigation, search

Difference between revisions of "Ironic"

(Etherpads: add link to etherpad for reviews blocked until Juno)
Line 1: Line 1:
== Links ==
+
= OpenStack Bare Metal Provisioning Program =
  
{| border="1" cellpadding="2" cellspacing="0"
+
== Projects ==
| [https://github.com/openstack/ironic Source code] 
+
 
 +
=== Ironic ===
 +
 
 +
{| border="1" cellpadding="2"
 +
| Official name
 +
| '''OpenStack Bare Metal Provisioning'''
 
|-
 
|-
| [https://review.openstack.org/#/q/status:open+project:openstack/ironic,n,z Code review board]
+
| Source code
 +
| https://github.com/openstack/ironic
 
|-
 
|-
| [https://bugs.launchpad.net/ironic Bug tracker] 
+
| Bug tracker
 +
| https://bugs.launchpad.net/ironic
 
|-
 
|-
| [https://blueprints.launchpad.net/ironic Blueprints]
+
| Feature tracker
 +
| https://blueprints.launchpad.net/ironic
 
|-
 
|-
| [http://docs.openstack.org/developer/ironic/ Developer docs]
+
| Developer doc
 +
| http://docs.openstack.org/developer/ironic/
 
|-
 
|-
| [[Meetings/Ironic|Weekly meetings]]
+
| Weekly meetings
 +
| https://wiki.openstack.org/wiki/Meetings/Ironic
 
|}
 
|}
  
== Ironic ==
+
=== python-ironicclient ===
  
Ironic is an incubated OpenStack project which provides an API for management and provisioning of physical machines. It replaces the Nova "baremetal" driver, which was present in Grizzly and Havana releases, with a new [https://review.openstack.org/#/c/51328/ "ironic" driver] (still under development).
+
{| border="1" cellpadding="2"
 +
| Source code
 +
| https://github.com/openstack/python-ironicclient
 +
|-
 +
| Bug tracker
 +
| https://bugs.launchpad.net/python-ironicclient
 +
|-
 +
| Feature tracker
 +
| https://blueprints.launchpad.net/python-ironicclient
 +
|-
 +
| Developer doc
 +
| http://docs.openstack.org/developer/python-ironicclient/  ** Coming soon!
 +
|}
  
If you'd like to contribute to the project, please join us in the  <code>#openstack-ironic</code> channel on [http://irc.freenode.net irc.freenode.net], and look at the links at the top of the page for resources to get you started.
+
=== ironic-python-agent ===
  
Looking for a quick-start guide to start using Ironic? Try it out [[Ironic/Devstack|with devstack]], or [[Ironic/TripleO|with tripleo]].
+
{| border="1" cellpadding="2"
 +
| Source code
 +
| https://github.com/openstack/ironic-python-agent
 +
|}
  
Looking for an operations manual or deployment guides? So are we -- we'd love it if you contribute them!
+
=== pyghmi ===
  
== Etherpads ==
+
{| border="1" cellpadding="2"
 +
| Source code
 +
| https://github.com/stackforge/pyghmi
 +
|}
  
Quick links to etherpads that we're frequently coordinating with:
+
== General Resources ==
* https://etherpad.openstack.org/p/IronicWhiteBoard
 
* https://etherpad.openstack.org/p/IronicReviewDay
 
* https://etherpad.openstack.org/p/IronicDeployDevstack
 
  
 +
=== Etherpads ===
  
Etherpads here for reference:
+
Our project teams frequently share ideas and coordinate by using etherpads, some of which stick around for a while. Those are listed here.
* https://etherpad.openstack.org/p/IronicReviewsForJuno
+
* [https://etherpad.openstack.org/p/IronicWhiteBoard General-purpose "white board"]
* https://etherpad.openstack.org/p/IronicGraduationDiscussion
+
* [https://etherpad.openstack.org/p/IronicReviewDay Coordination point during "review days"]
* https://etherpad.openstack.org/p/action-started
+
* [https://etherpad.openstack.org/p/IronicGraduationDiscussion Tracking progress towards graduation]

Revision as of 20:02, 15 April 2014

OpenStack Bare Metal Provisioning Program

Projects

Ironic

Official name OpenStack Bare Metal Provisioning
Source code https://github.com/openstack/ironic
Bug tracker https://bugs.launchpad.net/ironic
Feature tracker https://blueprints.launchpad.net/ironic
Developer doc http://docs.openstack.org/developer/ironic/
Weekly meetings https://wiki.openstack.org/wiki/Meetings/Ironic

python-ironicclient

Source code https://github.com/openstack/python-ironicclient
Bug tracker https://bugs.launchpad.net/python-ironicclient
Feature tracker https://blueprints.launchpad.net/python-ironicclient
Developer doc http://docs.openstack.org/developer/python-ironicclient/ ** Coming soon!

ironic-python-agent

Source code https://github.com/openstack/ironic-python-agent

pyghmi

Source code https://github.com/stackforge/pyghmi

General Resources

Etherpads

Our project teams frequently share ideas and coordinate by using etherpads, some of which stick around for a while. Those are listed here.