Jump to: navigation, search

Difference between revisions of "Meetings/Ironic"

(Agenda for next meeting)
(some major clean-up for the new year...)
Line 3: Line 3:
 
If you're interested in bare metal deployments with OpenStack, please join us. This meeting is where we'll talk about the [[Ironic|Ironic project]], an evolution of the [[Baremetal|Nova Baremetal]] driver. Anyone is welcome to add items to the agenda below, or bring up their topic during the open discussion at the end of each meeting.
 
If you're interested in bare metal deployments with OpenStack, please join us. This meeting is where we'll talk about the [[Ironic|Ironic project]], an evolution of the [[Baremetal|Nova Baremetal]] driver. Anyone is welcome to add items to the agenda below, or bring up their topic during the open discussion at the end of each meeting.
  
Meetings are held in the <code><nowiki>#openstack-meeting</nowiki></code> room on <code><nowiki>irc.freenode.net</nowiki></code> at 19:00 UTC on Mondays, and chaired by either Devananda or NobodyCam. The next meeting is scheduled for January 6th, 2014 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20140106T1900).
+
Meetings are held in the <code><nowiki>#openstack-meeting</nowiki></code> room on <code><nowiki>irc.freenode.net</nowiki></code> at 19:00 UTC on Mondays, and chaired by either Devananda or NobodyCam. The next meeting is scheduled for January 13th, 2014 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20140113T1900).
  
 
The related [[Meetings/TripleO|TripleO]] project has its team meeting on Tuesday at the same time, in the #openstack-meeting-alt room.
 
The related [[Meetings/TripleO|TripleO]] project has its team meeting on Tuesday at the same time, in the #openstack-meeting-alt room.
Line 9: Line 9:
 
== Agenda for next meeting ==
 
== Agenda for next meeting ==
 
* Greeting, roll-call and announcements.
 
* Greeting, roll-call and announcements.
**  
+
** Welcome back from the holidays!
* Outstanding, in-progress or Action Item updates:
+
** Icehouse release progress // graduation?
** https://blueprints.launchpad.net/ironic/+spec/instance-mapping-by-consistent-hash
+
* Regular Topics:
* Regular Topics
+
** blueprint status check: https://blueprints.launchpad.net/ironic
** blueprint status: https://blueprints.launchpad.net/ironic
+
** bug status check: https://wiki.openstack.org/wiki/BugTriage
** bug status: https://wiki.openstack.org/wiki/BugTriage
+
* Call-outs:
** progress towards graduation: https://review.openstack.org/#/c/59454/2/reference/incubation-integration-requirements
+
** [https://review.openstack.org/#/c/65845/ Tempest API tests landed! Now they're being added to check/gate pipelines!]
* Integration and testing
+
** [https://review.openstack.org/#/c/51328/ Nova driver]
** devstack & tempest
+
** [https://etherpad.openstack.org/p/IronicDevstackTesting Functional testing with devstack]
*** Tempest tests for Ironic API and Ironic gate jobs [Done!]
+
** [https://wiki.openstack.org/wiki/Ironic#Using_Disk_Image_Builder Integration with TripleO]
*** Whiteboard for functional testing: https://etherpad.openstack.org/p/IronicDevstackTesting
+
 
**** PoC https://review.openstack.org/62410  [DO NOT MERGE] -- this should be done in devstack, not ironic.
+
 
** diskimage-builder element - Out of date! (NobodyCam to update)
+
* Open Discussion:
**** [https://wiki.openstack.org/wiki/Ironic#Using_Disk_Image_Builder HowTo] now updated with ironicclient
 
**** [https://github.com/NoBodyCam/ironic-element element_with_client]
 
* [https://github.com/openstack/python-ironicclient python-ironicclient]
 
*** How will the nova driver initiate a deploy?
 
* [https://review.openstack.org/#/c/51328/ Nova driver]
 
** NobodyCam has been working on the nova driver and has found:
 
*** Ironic will need to handle dhcp for pxe deploys
 
*** Ironic client will need a method to initiate a deploy
 
*** PXE driver should update Neutron DHCP OPTs directly
 
** dkehn working on porting a portion of neutron client to Ironic
 
* API discussion:
 
** vendor_passthru
 
*** HTTP response body
 
*** PUT "{data}" to /v1/nodes/{UUID}/vendor_passthru/{method}
 
*** initial work done: call conductor to validate. cast to start the work. return 202-in-progress. some functionality still to add.
 
*** should we allow POST and GET?
 
*** should data have any requirements / limits? (ie. size < 1k, must be json, etc..)
 
* open discussion
 
**  Using an intent/two-phase lock or a thread to solve the race condition problem when setting node's power state (https://review.openstack.org/#/c/65327)
 
 
** Seamicro proposing SM15K product drivers for Ironic (Power, Vendor passthru, Network, Storage, PXE)
 
** Seamicro proposing SM15K product drivers for Ironic (Power, Vendor passthru, Network, Storage, PXE)
 +
** Using an intent/two-phase lock or a thread to solve the race condition problem when setting node's power state (https://review.openstack.org/#/c/65327)
 
** Dict-like behavior should be removed or stay (https://review.openstack.org/#/c/64336)
 
** Dict-like behavior should be removed or stay (https://review.openstack.org/#/c/64336)
  

Revision as of 13:45, 13 January 2014

Weekly Ironic Project Team Meeting

If you're interested in bare metal deployments with OpenStack, please join us. This meeting is where we'll talk about the Ironic project, an evolution of the Nova Baremetal driver. Anyone is welcome to add items to the agenda below, or bring up their topic during the open discussion at the end of each meeting.

Meetings are held in the #openstack-meeting room on irc.freenode.net at 19:00 UTC on Mondays, and chaired by either Devananda or NobodyCam. The next meeting is scheduled for January 13th, 2014 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20140113T1900).

The related TripleO project has its team meeting on Tuesday at the same time, in the #openstack-meeting-alt room.

Agenda for next meeting


Previous meetings

Logs from previous meetings can be found here.