Jump to: navigation, search

Difference between revisions of "Meetings/Ironic"

(Agenda for next meeting)
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 April 14th, 2014 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20140414T1900).
+
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 April 21th, 2014 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20140421T1900).
  
 
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.
  
 
== Agenda for next meeting ==
 
== Agenda for next meeting ==
* Replacing nova bm with Ironic, Whats still needed?
+
* '''Discuss summit proposals''' Then do anything else, if we have time....
** Tilera?
 
** Console?
 
** Gatting jobs?
 
* Icehouse bugs:
 
** https://bugs.launchpad.net/ironic/+bugs?field.tag=icehouse-backport-potential
 
 
* Ongoing integration & testing work
 
* Ongoing integration & testing work
 
** [https://etherpad.openstack.org/p/IronicAndDevstackAgain Functional testing with devstack]
 
** [https://etherpad.openstack.org/p/IronicAndDevstackAgain Functional testing with devstack]
Line 20: Line 15:
 
*** IPv6 enabled boxes vs TFTP (xinet.d defaults to listening on IPv6 endpoint only, at least on Fedora)
 
*** IPv6 enabled boxes vs TFTP (xinet.d defaults to listening on IPv6 endpoint only, at least on Fedora)
 
* Open Discussion:
 
* Open Discussion:
** Promote set_boot_device from VendorPassthru to the core PowerInterface
 
** Using a whitelist or blacklist to disable drivers in Ironic? (https://bugs.launchpad.net/bugs/1302562)
 
 
** Functional/Integration testing of vendor drivers (Tempest?)
 
** Functional/Integration testing of vendor drivers (Tempest?)
 
** Driver architecture for Chassis object (Allow vendors to define behavior for the Chassis object like Auto node discovery etc)
 
** Driver architecture for Chassis object (Allow vendors to define behavior for the Chassis object like Auto node discovery etc)
** [devstack] Configure ssh to listen to non-standard port. Does anyone really need this? Ssh is listening to all interfaces by default and that should be sufficient enough for Ironic purposes. [https://github.com/openstack-dev/devstack/blob/master/lib/ironic#L418-L422 code related]
+
*Console support: using utils.execute will cause this function to hang because the processutils.execute method doesn't support running tasks in background. Different ways to resolve this.
**Console support: using utils.execute will cause this function to hang because the processutils.execute method doesn't support running tasks in background. Different ways to resolve this.
 
 
** Top-level vendor passthru implementation and best way to approach it: https://review.openstack.org/#/c/81919/
 
** Top-level vendor passthru implementation and best way to approach it: https://review.openstack.org/#/c/81919/
 
** Disk partitioner: sfdisk vs parted (sfdisk doesn't understand the GUID Partition Table (GPT) format and it is not designed for large partitions.)
 
** Disk partitioner: sfdisk vs parted (sfdisk doesn't understand the GUID Partition Table (GPT) format and it is not designed for large partitions.)

Revision as of 22:24, 15 April 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 April 21th, 2014 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20140421T1900).

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

Agenda for next meeting

  • Discuss summit proposals Then do anything else, if we have time....
  • Ongoing integration & testing work
  • Open Discussion:
    • Functional/Integration testing of vendor drivers (Tempest?)
    • Driver architecture for Chassis object (Allow vendors to define behavior for the Chassis object like Auto node discovery etc)
  • Console support: using utils.execute will cause this function to hang because the processutils.execute method doesn't support running tasks in background. Different ways to resolve this.
    • Top-level vendor passthru implementation and best way to approach it: https://review.openstack.org/#/c/81919/
    • Disk partitioner: sfdisk vs parted (sfdisk doesn't understand the GUID Partition Table (GPT) format and it is not designed for large partitions.)
    • How to merge large amount of tests refactoring review requests? These include at least: 1 2 3 4 5 6 7 8 9. Nearly any change to tests break some or all of these review requests, so it seems hard to finish and merge them without stopping approving other changes for a while.
    • Do we need lvm support in agent? Some notes https://etherpad.openstack.org/p/ironic-disk-partitioning

Previous meetings

Logs from previous meetings can be found here.