Jump to: navigation, search

Difference between revisions of "Meetings/Ironic"

(Agenda for next meeting)
(Weekly Ironic Project Team Meeting)
Line 1: Line 1:
 
= Weekly Ironic Project Team Meeting =
 
= 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 [http://launchpad.com/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. The next meeting is scheduled for August 26th, 2013 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20130826T1900).
+
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. The next meeting is scheduled for September 2th, 2013 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20130902T1900).
  
 
Following this meeting is the [[Meetings/TripleO|TripleO team meeting]], which often also discusses issues related to bare metal deployments.
 
Following this meeting is the [[Meetings/TripleO|TripleO team meeting]], which often also discusses issues related to bare metal deployments.
Line 20: Line 20:
 
*** image services patch LANDED! [https://review.openstack.org/#/c/35272/ 35272]  
 
*** image services patch LANDED! [https://review.openstack.org/#/c/35272/ 35272]  
 
*** Review [https://review.openstack.org/#/c/33616/ 33616]
 
*** Review [https://review.openstack.org/#/c/33616/ 33616]
** IPMI name conflict with python-ipmi
 
*** Review [https://review.openstack.org/#/c/41086/ 41086] LANDED!
 
*** Review [https://review.openstack.org/#/c/42503/ 42503] LANDED!
 
** Fix for recursive-driver-import problem
 
*** Review [https://review.openstack.org/#/c/39617/ 39617] LANDED!
 
 
* API discussion:
 
* API discussion:
 
** PUT vs PATCH in the API (PUT AND PATCH)
 
** PUT vs PATCH in the API (PUT AND PATCH)
 
*** Review [https://review.openstack.org/42690 42690]
 
*** Review [https://review.openstack.org/42690 42690]
** API response code support in Pecan/WSME
 
 
** vendor_passthru: return values and HTTP methods allowed for this resource
 
** vendor_passthru: return values and HTTP methods allowed for this resource
 +
*** decided that clients will do something like  POST '{"foo": "bar"}' /nodes/1/vendor_passthru/<method>
 +
**** where method doesn't exist in the api code
 +
**** allow POST-only for now
 +
**** rpc side? general 'notify' or single 'passthru' method?
 +
***** single passthru
 +
**** what should it return?
 +
***** return something like 202 and say that the request is fine but it is async so there's no ret value
 +
**** we are not introspecting the user data at all!
 +
*****  only driver should veryfy data
 
* Food For Thought:
 
* Food For Thought:
 
** How will Ironic handle networking / Ip's
 
** How will Ironic handle networking / Ip's

Revision as of 23:06, 26 August 2013

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. The next meeting is scheduled for September 2th, 2013 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20130902T1900).

Following this meeting is the TripleO team meeting, which often also discusses issues related to bare metal deployments.

Agenda for next meeting

  • Improvements of testing
    • Devstack integration
    • diskimage-builder element
  • Outstanding or in-progress tasks:
    • Keystone authentication. admin-only done. v3 domains not working yet.
    • PXE driver
  • API discussion:
    • PUT vs PATCH in the API (PUT AND PATCH)
    • vendor_passthru: return values and HTTP methods allowed for this resource
      • decided that clients will do something like POST '{"foo": "bar"}' /nodes/1/vendor_passthru/<method>
        • where method doesn't exist in the api code
        • allow POST-only for now
        • rpc side? general 'notify' or single 'passthru' method?
          • single passthru
        • what should it return?
          • return something like 202 and say that the request is fine but it is async so there's no ret value
        • we are not introspecting the user data at all!
          • only driver should veryfy data
  • Food For Thought:
    • How will Ironic handle networking / Ip's
    • Use models instead of migrations for creating a DB.
    • Keystone options not reflected in sample.conf Missing Options
    • Inform node of ironic's api url?
      • Kernel param
      • Dhcp option tag
      • Dns name
      • Other?
  • open discussion

Previous meetings

Logs from previous meetings can be found here.