Jump to: navigation, search

Difference between revisions of "Ironic"

(add some links to docs and code reviews)
Line 2: Line 2:
 
{| border="1" cellpadding="2" cellspacing="0"
 
{| border="1" cellpadding="2" cellspacing="0"
 
|  [https://github.com/openstack/ironic Source code]   
 
|  [https://github.com/openstack/ironic Source code]   
 +
|-
 +
|  [https://review.openstack.org/#/q/status:open+project:openstack/ironic,n,z Code review board]
 
|-
 
|-
 
|  [https://bugs.launchpad.net/ironic Bug tracker]   
 
|  [https://bugs.launchpad.net/ironic Bug tracker]   
 
|-
 
|-
 
|  [https://blueprints.launchpad.net/ironic Blueprints]
 
|  [https://blueprints.launchpad.net/ironic Blueprints]
 +
|-
 +
|  [http://docs.openstack.org/developer/ironic/ Developer docs]
 
|-
 
|-
 
|  [[Meetings/Ironic|Weekly meetings]]
 
|  [[Meetings/Ironic|Weekly meetings]]
Line 16: Line 20:
 
'''Ironic is under rapid initial development, forked from [[Baremetal|Nova's Baremetal driver.]]''' If you're looking for something that works today, go there :)
 
'''Ironic is under rapid initial development, forked from [[Baremetal|Nova's Baremetal driver.]]''' If you're looking for something that works today, go there :)
  
== Testing ==
+
If you'd like to join the development, start by [http://docs.openstack.org/developer/ironic/ reading the developer docs here], and then join us in the  <code>#openstack-ironic</code> on [http://irc.freenode.net irc.freenode.net]!
 
 
Most of OpenStack's projects use <code>tools/install_venv.py</code> to create a local virtualenv for testing. Instead, you should <code>tox -evenv -- echo done</code>. After that, it's just like the other projects, and instructions for using testr can be [[Testr|found here.]]
 

Revision as of 01:51, 31 May 2013

Source code
Code review board
Bug tracker
Blueprints
Developer docs
Weekly meetings

Ironic: Bare Metal provisioning for OpenStack

Ironic is under rapid initial development, forked from Nova's Baremetal driver. If you're looking for something that works today, go there :)

If you'd like to join the development, start by reading the developer docs here, and then join us in the #openstack-ironic on irc.freenode.net!