Jump to: navigation, search

Difference between revisions of "Nova-Ironic"

(Created page with "== Page to track Ironic related items in Nova == === History === https://review.openstack.org/#/c/111223 the first review in a chain of reviews to bring the Ironic driver i...")
 
(Where to record what code reviews Nova cores should look at)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Page to track Ironic related items in Nova ==
+
== Ironic related items in Nova ==
  
 +
=== Ironic liaisons to Nova ===
 +
* John Villalovos (jlvillal) Portland, Oregon, USA [http://www.timeanddate.com/worldclock/usa/portland-or UTC-8 or UTC-7  (DST) time zone]
 +
* Michael Davies (mrda) Adelaide, Australia.  [http://www.timeanddate.com/worldclock/australia/adelaide UTC+9.5 time zone]
 +
 +
=== Ironic related bugs in Nova ===
 +
<big>[[Nova-Ironic-Bugs]]</big>
 +
 +
=== Where to record what code reviews Nova cores should look at ===
 +
https://etherpad.openstack.org/p/newton-nova-priorities-tracking
 +
 +
=== Ironic related code ===
 +
Most code related to Ironic in Nova is located at:
 +
* nova/scheduler/ Some Ironic code here
 +
* everything in nova/virt/ironic/...
  
 
=== History ===
 
=== History ===
https://review.openstack.org/#/c/111223  the first review in a chain of reviews to bring the Ironic driver into the Nova tree
+
So how did the Ironic driver get into Nova?
 
+
* https://review.openstack.org/#/c/103164 Initialise Ironic virt
https://review.openstack.org/#/c/103165/  schedular changes are here
+
* https://review.openstack.org/#/c/103165 Changes to the scheduler
 +
* https://review.openstack.org/#/c/111223 First patch in a 8 patch series of bringing in the driver

Latest revision as of 22:48, 3 May 2016

Ironic related items in Nova

Ironic liaisons to Nova

Ironic related bugs in Nova

Nova-Ironic-Bugs

Where to record what code reviews Nova cores should look at

https://etherpad.openstack.org/p/newton-nova-priorities-tracking

Ironic related code

Most code related to Ironic in Nova is located at:

  • nova/scheduler/ Some Ironic code here
  • everything in nova/virt/ironic/...

History

So how did the Ironic driver get into Nova?