Jump to: navigation, search

Difference between revisions of "Ironic/ReleaseNotes/Icehouse"

(Upgrade Notes)
Line 7: Line 7:
 
* The Nova "ironic" driver is not present in the Nova code base.  
 
* The Nova "ironic" driver is not present in the Nova code base.  
 
** To utilize it, install ironic on your nova-compute host(s) and set '''compute_driver=ironic.nova.virt.ironic.IronicDriver'''
 
** To utilize it, install ironic on your nova-compute host(s) and set '''compute_driver=ironic.nova.virt.ironic.IronicDriver'''
* Serial console support is not implemented by any of the drivers, even though the REST API exposes it
+
* Console support should be considered unsupported
 +
** The API is likely to undergo changes in Juno
 +
** None of the drivers in the Icehouse release support serial console
 
* A missing dependency which prevent the "seamicro" drivers from loading will cause '''ironic-conductor''' to log an exception trace on startup
 
* A missing dependency which prevent the "seamicro" drivers from loading will cause '''ironic-conductor''' to log an exception trace on startup
 
** This can safely be ignored if you are not using the seamicro driver.
 
** This can safely be ignored if you are not using the seamicro driver.

Revision as of 19:32, 14 April 2014

Key New Features

Significant Bugs Fixed

Known Issues

  • The Nova "ironic" driver is not present in the Nova code base.
    • To utilize it, install ironic on your nova-compute host(s) and set compute_driver=ironic.nova.virt.ironic.IronicDriver
  • Console support should be considered unsupported
    • The API is likely to undergo changes in Juno
    • None of the drivers in the Icehouse release support serial console
  • A missing dependency which prevent the "seamicro" drivers from loading will cause ironic-conductor to log an exception trace on startup
    • This can safely be ignored if you are not using the seamicro driver.
    • Alternately, install the python-seamicroclient library.
  • The nova.virt.ironic driver is not passing ephemeral partition specifications to Ironic.
    • This may be manually set on the node.driver_info field via "pxe_ephemeral_gb" and "pxe_ephemeral_format".
  • IPMI passwords are visible to users with cloud admin privileges.

Upgrade Notes

No tools are provided for a migration from nova-baremetal to Ironic at this time.

As there was no prior release of Ironic, no version upgrade is possible.