Jump to: navigation, search

Difference between revisions of "Ironic"

(Created page with " {| border="1" cellpadding="2" cellspacing="0" | [https://github.com/openstack/ironic Source code] |- | [https://bugs.launchpad.net/ironic Bug tracker] |- | [https://...")
 
Line 10: Line 10:
 
|}
 
|}
  
== Overview ==
+
__TOC__
  
Ironic is under rapid initial development, forked from [[Baremetal|Nova's Baremetal driver.]]
+
= Ironic: Bare Metal provisioning for OpenStack =
  
Details to come soon!
+
'''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 ==
 +
 
 +
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 02:08, 17 May 2013

Source code
Bug tracker
Blueprints
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 :)

Testing

Most of OpenStack's projects use tools/install_venv.py to create a local virtualenv for testing. Instead, you should tox -evenv -- echo done. After that, it's just like the other projects, and instructions for using testr can be found here.