<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openstack.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BadCub</id>
		<title>OpenStack - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openstack.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BadCub"/>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/wiki/Special:Contributions/BadCub"/>
		<updated>2026-07-04T17:28:36Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Testing&amp;diff=98652</id>
		<title>Ironic/Testing</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Testing&amp;diff=98652"/>
				<updated>2015-12-02T21:12:45Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: typo correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Testing your changes locally ==&lt;br /&gt;
&lt;br /&gt;
If you just want to test your changes locally (which you should), the [http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html developer documentation] provides a good starting point.&lt;br /&gt;
&lt;br /&gt;
== Upstream CI Testing ==&lt;br /&gt;
&lt;br /&gt;
We have several classes of tests run within OpenStack CI:&lt;br /&gt;
* pep8 and python unit tests, run from within Ironic.&lt;br /&gt;
* Tempest API tests&lt;br /&gt;
** http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/baremetal/base.py&lt;br /&gt;
** Devstack starts the Ironic service and create nodes with the &amp;quot;fake&amp;quot; driver.&lt;br /&gt;
** Tempest exercises Ironic's API.&lt;br /&gt;
** Other services are not involved in this test, but may be started by devstack none the less.&lt;br /&gt;
* functional testing, using Nova with Ironic to provision emulated hardware, also run by Tempest.&lt;br /&gt;
** http://git.openstack.org/cgit/openstack/tempest/tree/tempest/scenario/test_baremetal_basic_ops.py&lt;br /&gt;
** Devstack configures Nova to use the nova.virt.ironic driver, and starts all Ironic services.&lt;br /&gt;
** Devstack creates virtual machine(s) and enrolls them in Ironic&lt;br /&gt;
** Tempest issues commands to Nova, and validates the resulting operations in Ironic.&lt;br /&gt;
&lt;br /&gt;
== Testing Hardware Drivers ==&lt;br /&gt;
&lt;br /&gt;
Drivers are a central component of Ironic's architecture, but many of them can not be tested without access to specialized hardware. For instance, even the IPMIToolPowerDriver module can not be tested without having access to hardware with a BMC that supports at least IPMI v1.5, which is not present in most laptops or workstations, and is not emulatable.  As such, vendor-authors of hardware drivers are expected to contribute CI resources for the drivers they have authored. A list of the status of CI testing on each supported driver is maintained at [[Ironic/Drivers]] and/or [[ThirdPartySystems]].&lt;br /&gt;
&lt;br /&gt;
What follows is a discussion of the CI testing efforts for Ironic in general, and for the third-party drivers specifically.&lt;br /&gt;
&lt;br /&gt;
=== Third-party Driver Requirements ===&lt;br /&gt;
&lt;br /&gt;
Third-party (aka &amp;quot;vendor&amp;quot;) drivers are drivers which can not be tested upstream because they depend on specific capabilities of physical hardware. Such drivers may be allowed in Ironic if they meet the following requirements:&lt;br /&gt;
&lt;br /&gt;
# each driver must adhere to the existing driver interfaces.&lt;br /&gt;
# drivers must function in a common environment with other drivers.&lt;br /&gt;
# each driver must have comprehensive unit test coverage and sufficient in-line documentation. The unit tests should mock any third-party libraries, so that they can be run without those libraries.&lt;br /&gt;
# vendors are responsible for fixing bugs in their driver in a timely fashion.&lt;br /&gt;
# vendors provide third-party, non-voting tests on supported hardware platform.&lt;br /&gt;
# vendors contribute (at least) one developer to upstream participation.&lt;br /&gt;
&lt;br /&gt;
These guidelines are evolving and were originally proposed here: http://lists.openstack.org/pipermail/openstack-dev/2014-January/024823.html&lt;br /&gt;
&lt;br /&gt;
=== Third Party CI ===&lt;br /&gt;
&lt;br /&gt;
==== Description ====&lt;br /&gt;
&lt;br /&gt;
The Ironic community have agreed that if a vendor wishes to submit a driver that said vendor should also be required to set up a third party CI system in their lab which runs [https://wiki.openstack.org/wiki/Ironic/Testing#What_tests_do_I_use.3F appropriate tests] against their actual hardware for Ironic patches, and provides feedback into Gerrit.&lt;br /&gt;
&lt;br /&gt;
==== Third Party CI Requirements ====&lt;br /&gt;
* See the official [http://ci.openstack.org/third_party.html Third Party Testing] wiki.&lt;br /&gt;
* Test all drivers your company has integrated in Ironic.&lt;br /&gt;
* Post all test results. Even if you have failure results, those need to be posted.&lt;br /&gt;
&lt;br /&gt;
For example, if your company has two drivers in Ironic, you would need to have a CI that tests against the two drivers and reports the results for each driver, for Ironic upstream patches.&lt;br /&gt;
&lt;br /&gt;
==== Existing CI Solutions ====&lt;br /&gt;
* Puppet OpenStack CI&lt;br /&gt;
** Repoː https://git.openstack.org/cgit/openstack-infra/puppet-openstackci/tree/&lt;br /&gt;
** Instructionsː https://git.openstack.org/cgit/openstack-infra/puppet-openstackci/tree/contrib/README.md&lt;br /&gt;
&lt;br /&gt;
==== Deadlines ====&lt;br /&gt;
* Mitaka-2ː Driver teams will have registered their intent to run CI by creating system accounts and identifying a point of contact for their CI team&lt;br /&gt;
* Mitaka Feature Freezeː All driver systems show the ability to receive events and post comments in the sandbox.&lt;br /&gt;
* N release feature freezeː Per patch testing and posting comments.&lt;br /&gt;
&lt;br /&gt;
==== Questions ====&lt;br /&gt;
* Join [https://wiki.openstack.org/wiki/Meetings/ThirdParty Third Party Meeting]&lt;br /&gt;
* Ping krtaylor on #openstack-ironic&lt;br /&gt;
&lt;br /&gt;
==== FAQ ====&lt;br /&gt;
&lt;br /&gt;
===== What tests do I use? =====&lt;br /&gt;
You should have a Jenkins job like [https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/devstack-gate.yaml#L961 {pipeline}-tempest-dsvm-ironic-pxe_ipa{job-suffix}]&lt;br /&gt;
&lt;br /&gt;
===== How do I run my CI to test all Ironic patches with my driver not yet merged? =====&lt;br /&gt;
If using devstack-gate use the pre-test-hook to cherry-pick your driver on top of the Ironic patch under review. If you've submitted your change to gerrit, you can use something like the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function pre_test_hook {&lt;br /&gt;
    echo &amp;quot;Cherry-picking latest driver from gerrit&amp;quot;&lt;br /&gt;
    cd $BASE/new/ironic&lt;br /&gt;
&lt;br /&gt;
    # fetch latest patchset from gerrit&lt;br /&gt;
    UPSTREAM_REMOTE=https://review.openstack.org/openstack/ironic&lt;br /&gt;
&lt;br /&gt;
    # set this to your gerrit change number&lt;br /&gt;
    CHANGE_NUM=999999&lt;br /&gt;
&lt;br /&gt;
    PATCHSET_BASE=refs/changes/${CHANGE_NUM:(-2)}/$CHANGE_NUM&lt;br /&gt;
    LATEST_PATCHSET=$(git ls-remote $UPSTREAM_REMOTE $PATCHSET_BASE/\* |&lt;br /&gt;
                      sort -t/ -k 5 -n | tail -n1 | cut -d$'\t' -f2)&lt;br /&gt;
&lt;br /&gt;
    if [ -z &amp;quot;$LATEST_PATCHSET&amp;quot; ]; then&lt;br /&gt;
        echo &amp;quot;Failed to determine latest patchset of $PATCHSET_BASE from $UPSTREAM_REMOTE&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
    fi&lt;br /&gt;
&lt;br /&gt;
    echo &amp;quot;Latest patchset ref is $LATEST_PATCHSET&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    git fetch $UPSTREAM_REMOTE $LATEST_PATCHSET &amp;amp;&amp;amp; git cherry-pick FETCH_HEAD&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you haven't submitted your change to gerrit yet, you'll have to fetch the change from your own repository (github or otherwise). For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function pre_test_hook {&lt;br /&gt;
    echo &amp;quot;Cherry-picking latest driver from private repository&amp;quot;&lt;br /&gt;
    cd $BASE/new/ironic&lt;br /&gt;
&lt;br /&gt;
    VENDOR_REMOTE=https://www.github.com/vendor/ironic-driver&lt;br /&gt;
    REFSPEC=bp/new-ironic-driver&lt;br /&gt;
&lt;br /&gt;
    git fetch $VENDOR_REMOTE $REFSPEC &amp;amp;&amp;amp; git cherry-pick FETCH_HEAD&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Otherwise you can make the changes prior to calling stack.sh or via a custom [http://docs.openstack.org/developer/devstack/plugins.html devstack plugin].&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=85363</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=85363"/>
				<updated>2015-07-07T23:27:04Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accommodate contributors from around the world.&lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An ''unofficial'' Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3 Google Calendar]  This calendar may only show things for the Pacific Time Zone :(&lt;br /&gt;
&lt;br /&gt;
Anyone is welcome to add topics to the agenda. However, topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
== Next Meeting ==&lt;br /&gt;
The next meeting will be July13, 2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150713T1700).&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
** [BadCub] - Catering for Mid-Cycle - HP will cater lunch for the mid-cycle. Please use the following form to advise of food restrictions/allergies. http://goo.gl/forms/Zvts5VwWEV&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
* Open Discussion&lt;br /&gt;
**&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;br /&gt;
&lt;br /&gt;
== Related meetings ==&lt;br /&gt;
&lt;br /&gt;
[https://wiki.openstack.org/wiki/Meetings/Ironic-neutron Ironic/Neutron integration meets weekly on Monday at 1600 UTC.]&lt;br /&gt;
&lt;br /&gt;
== Future Meetings ==&lt;br /&gt;
* Meeting on 29-June-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150629T1700).&lt;br /&gt;
* Meeting on 7-July-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150707T0500).&lt;br /&gt;
* Meeting on 13-July-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150713T1700).&lt;br /&gt;
* Meeting on 21-July-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150721T0500).&lt;br /&gt;
* Meeting on 27-July-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150727T1700).&lt;br /&gt;
* Meeting on 4-August-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150804T0500).&lt;br /&gt;
* Meeting on 10-August-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150810T1700).&lt;br /&gt;
* Meeting on 18-August-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150818T0500).&lt;br /&gt;
* Meeting on 24-August-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150824T1700).&lt;br /&gt;
* Meeting on 1-September-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150901T0500).&lt;br /&gt;
* Meeting on 7-September-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150907T1700).&lt;br /&gt;
* Meeting on 15-September-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150915T0500).&lt;br /&gt;
* Meeting on 21-September-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150921T1700).&lt;br /&gt;
* Meeting on 29-September-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150929T0500).&lt;br /&gt;
* Meeting on 5-October-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151005T1700).&lt;br /&gt;
* Meeting on 13-October-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151013T0500).&lt;br /&gt;
* Meeting on 19-October-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151019T1700).&lt;br /&gt;
* Meeting on 27-October-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151027T0500).&lt;br /&gt;
* Meeting on 2-November-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151102T1700).&lt;br /&gt;
* Meeting on 10-November-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151110T0500).&lt;br /&gt;
* Meeting on 16-November-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151116T1700).&lt;br /&gt;
* Meeting on 24-November-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151124T0500).&lt;br /&gt;
* Meeting on 30-November-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151130T1700).&lt;br /&gt;
* Meeting on 8-December-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151208T0500).&lt;br /&gt;
* Meeting on 14-December-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151214T1700).&lt;br /&gt;
* Meeting on 22-December-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151222T0500).&lt;br /&gt;
* Meeting on 28-December-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151228T1700).&lt;br /&gt;
* Meeting on 5-January-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160105T0500).&lt;br /&gt;
* Meeting on 11-January-2016 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160111T1700).&lt;br /&gt;
* Meeting on 19-January-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160119T0500).&lt;br /&gt;
* Meeting on 25-January-2016 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160125T1700).&lt;br /&gt;
* Meeting on 2-February-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160202T0500).&lt;br /&gt;
* Meeting on 8-February-2016 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160208T1700).&lt;br /&gt;
* Meeting on 16-February-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160216T0500).&lt;br /&gt;
* Meeting on 22-February-2016 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160222T1700).&lt;br /&gt;
* Meeting on 1-March-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160301T0500).&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=84340</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=84340"/>
				<updated>2015-06-25T20:18:47Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accommodate contributors from around the world.&lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An ''unofficial'' Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3 Google Calendar]  This calendar may only show things for the Pacific Time Zone :(&lt;br /&gt;
&lt;br /&gt;
Anyone is welcome to add topics to the agenda. However, topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
== Next Meeting ==&lt;br /&gt;
The next meeting will be June 29, 2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150629T1700).&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
** [BadCub] - HP Facilities has confirmed location for Mid-Cycle Sprint on Aug 12 -14, 2015 [register here: https://www.eventbrite.com/e/openstack-ironic-sprint-august-2015-tickets-17533862254]&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
* Open Discussion&lt;br /&gt;
**&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;br /&gt;
&lt;br /&gt;
== Related meetings ==&lt;br /&gt;
&lt;br /&gt;
[https://wiki.openstack.org/wiki/Meetings/Ironic-neutron Ironic/Neutron integration meets weekly on Monday at 1600 UTC.]&lt;br /&gt;
&lt;br /&gt;
== Future Meetings ==&lt;br /&gt;
* Meeting on 29-June-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150629T1700).&lt;br /&gt;
* Meeting on 7-July-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150707T0500).&lt;br /&gt;
* Meeting on 13-July-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150713T1700).&lt;br /&gt;
* Meeting on 21-July-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150721T0500).&lt;br /&gt;
* Meeting on 27-July-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150727T1700).&lt;br /&gt;
* Meeting on 4-August-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150804T0500).&lt;br /&gt;
* Meeting on 10-August-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150810T1700).&lt;br /&gt;
* Meeting on 18-August-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150818T0500).&lt;br /&gt;
* Meeting on 24-August-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150824T1700).&lt;br /&gt;
* Meeting on 1-September-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150901T0500).&lt;br /&gt;
* Meeting on 7-September-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150907T1700).&lt;br /&gt;
* Meeting on 15-September-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150915T0500).&lt;br /&gt;
* Meeting on 21-September-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150921T1700).&lt;br /&gt;
* Meeting on 29-September-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150929T0500).&lt;br /&gt;
* Meeting on 5-October-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151005T1700).&lt;br /&gt;
* Meeting on 13-October-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151013T0500).&lt;br /&gt;
* Meeting on 19-October-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151019T1700).&lt;br /&gt;
* Meeting on 27-October-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151027T0500).&lt;br /&gt;
* Meeting on 2-November-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151102T1700).&lt;br /&gt;
* Meeting on 10-November-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151110T0500).&lt;br /&gt;
* Meeting on 16-November-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151116T1700).&lt;br /&gt;
* Meeting on 24-November-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151124T0500).&lt;br /&gt;
* Meeting on 30-November-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151130T1700).&lt;br /&gt;
* Meeting on 8-December-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151208T0500).&lt;br /&gt;
* Meeting on 14-December-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151214T1700).&lt;br /&gt;
* Meeting on 22-December-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151222T0500).&lt;br /&gt;
* Meeting on 28-December-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151228T1700).&lt;br /&gt;
* Meeting on 5-January-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160105T0500).&lt;br /&gt;
* Meeting on 11-January-2016 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160111T1700).&lt;br /&gt;
* Meeting on 19-January-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160119T0500).&lt;br /&gt;
* Meeting on 25-January-2016 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160125T1700).&lt;br /&gt;
* Meeting on 2-February-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160202T0500).&lt;br /&gt;
* Meeting on 8-February-2016 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160208T1700).&lt;br /&gt;
* Meeting on 16-February-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160216T0500).&lt;br /&gt;
* Meeting on 22-February-2016 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160222T1700).&lt;br /&gt;
* Meeting on 1-March-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160301T0500).&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=84308</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=84308"/>
				<updated>2015-06-25T14:49:23Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accommodate contributors from around the world.&lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An ''unofficial'' Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3 Google Calendar]  This calendar may only show things for the Pacific Time Zone :(&lt;br /&gt;
&lt;br /&gt;
Anyone is welcome to add topics to the agenda. However, topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
== Next Meeting ==&lt;br /&gt;
The next meeting will be June 29, 2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150629T1700).&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
** [BadCub] - HP Facilities has confirmed location for Mid-Cycle Sprint on Aug 12 -14, 2015&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
* Open Discussion&lt;br /&gt;
**&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;br /&gt;
&lt;br /&gt;
== Related meetings ==&lt;br /&gt;
&lt;br /&gt;
[https://wiki.openstack.org/wiki/Meetings/Ironic-neutron Ironic/Neutron integration meets weekly on Monday at 1600 UTC.]&lt;br /&gt;
&lt;br /&gt;
== Future Meetings ==&lt;br /&gt;
* Meeting on 15-June-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150615T1700).&lt;br /&gt;
* Meeting on 23-June-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150623T0500).&lt;br /&gt;
* Meeting on 29-June-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150629T1700).&lt;br /&gt;
* Meeting on 7-July-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150707T0500).&lt;br /&gt;
* Meeting on 13-July-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150713T1700).&lt;br /&gt;
* Meeting on 21-July-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150721T0500).&lt;br /&gt;
* Meeting on 27-July-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150727T1700).&lt;br /&gt;
* Meeting on 4-August-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150804T0500).&lt;br /&gt;
* Meeting on 10-August-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150810T1700).&lt;br /&gt;
* Meeting on 18-August-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150818T0500).&lt;br /&gt;
* Meeting on 24-August-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150824T1700).&lt;br /&gt;
* Meeting on 1-September-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150901T0500).&lt;br /&gt;
* Meeting on 7-September-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150907T1700).&lt;br /&gt;
* Meeting on 15-September-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150915T0500).&lt;br /&gt;
* Meeting on 21-September-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150921T1700).&lt;br /&gt;
* Meeting on 29-September-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150929T0500).&lt;br /&gt;
* Meeting on 5-October-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151005T1700).&lt;br /&gt;
* Meeting on 13-October-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151013T0500).&lt;br /&gt;
* Meeting on 19-October-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151019T1700).&lt;br /&gt;
* Meeting on 27-October-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151027T0500).&lt;br /&gt;
* Meeting on 2-November-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151102T1700).&lt;br /&gt;
* Meeting on 10-November-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151110T0500).&lt;br /&gt;
* Meeting on 16-November-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151116T1700).&lt;br /&gt;
* Meeting on 24-November-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151124T0500).&lt;br /&gt;
* Meeting on 30-November-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151130T1700).&lt;br /&gt;
* Meeting on 8-December-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151208T0500).&lt;br /&gt;
* Meeting on 14-December-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151214T1700).&lt;br /&gt;
* Meeting on 22-December-2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151222T0500).&lt;br /&gt;
* Meeting on 28-December-2015 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151228T1700).&lt;br /&gt;
* Meeting on 5-January-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160105T0500).&lt;br /&gt;
* Meeting on 11-January-2016 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160111T1700).&lt;br /&gt;
* Meeting on 19-January-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160119T0500).&lt;br /&gt;
* Meeting on 25-January-2016 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160125T1700).&lt;br /&gt;
* Meeting on 2-February-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160202T0500).&lt;br /&gt;
* Meeting on 8-February-2016 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160208T1700).&lt;br /&gt;
* Meeting on 16-February-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160216T0500).&lt;br /&gt;
* Meeting on 22-February-2016 at 1700 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160222T1700).&lt;br /&gt;
* Meeting on 1-March-2016 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160301T0500).&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=82595</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=82595"/>
				<updated>2015-06-03T19:11:56Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accommodate contributors from around the world.&lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3&amp;amp;amp;ctz=America%2FLos_Angeles Google Calendar]&lt;br /&gt;
&lt;br /&gt;
Anyone is welcome to add topics to the agenda. However, topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
== Next Meeting ==&lt;br /&gt;
The next meeting will be June 9, 2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150609T0500).&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
**Poll for Ironic Mid-Cycle to be held in Seattle, WA: http://goo.gl/forms/RJvq0uqfSD&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
* Open Discussion&lt;br /&gt;
** (pshige) Change the structure of Ironic's developer documentation: https://review.openstack.org/#/c/187056/&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;br /&gt;
&lt;br /&gt;
== Related meetings ==&lt;br /&gt;
&lt;br /&gt;
[https://wiki.openstack.org/wiki/Meetings/Ironic-neutron Ironic/Neutron integration meets weekly on Monday at 1600 UTC.]&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=82260</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=82260"/>
				<updated>2015-06-01T16:52:23Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accommodate contributors from around the world.&lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3&amp;amp;amp;ctz=America%2FLos_Angeles Google Calendar]&lt;br /&gt;
&lt;br /&gt;
Anyone is welcome to add topics to the agenda. However, topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
== Next Meeting ==&lt;br /&gt;
The last meeting was May 12th, 2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150512T0500). The next meeting will be after the OpenStack summit in Vancouver (not sure when).&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
**&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
* Neutron meeting recap - Jroll (capped at ten minutes)&lt;br /&gt;
** New oslo liaison needed -&amp;gt; lintan does&lt;br /&gt;
* Open Discussion&lt;br /&gt;
** (JayF) Should Ironic modify filesystems on disk as proposed here: &amp;quot;Mount config drive as loop device to supply data to cloud-init&amp;quot; Reference: https://review.openstack.org/#/c/173142&lt;br /&gt;
** (pshige) Change the structure of Ironic's developer documentation: https://review.openstack.org/#/c/187056/ -&amp;gt; I'm not feeling well. So I'd like to skip to next week.&lt;br /&gt;
** (jlvillal) Should remainder of PEP8 compliance work be done?  Plan would be to remove ignoring E126,E127,E128.  This would be a big patch to do it. https://bugs.launchpad.net/ironic/+bug/1421522&lt;br /&gt;
** [BadCub] Ironic Mid-Cycle Sprint&lt;br /&gt;
*** Location - Seattle?&lt;br /&gt;
*** Date Range? Open for discussion [Deva proposes: Aug 12-14 in Seattle] &amp;lt;- It's near the feature freeze. It might be a little late. &lt;br /&gt;
** (Nisha) Approach for capabilities.  The changes in Nova and ironic can be done only if an approach is finalized.&lt;br /&gt;
***The specs at Nova are : https://review.openstack.org/182572, https://review.openstack.org/182581. &lt;br /&gt;
***The specs similarly in ironic are: https://review.openstack.org/182601, https://review.openstack.org/182934&lt;br /&gt;
** [BadCub] Spec Review Cutoff? Should we consider a date to freeze spec reviews and advise the community?&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;br /&gt;
&lt;br /&gt;
== Related meetings ==&lt;br /&gt;
&lt;br /&gt;
[https://wiki.openstack.org/wiki/Meetings/Ironic-neutron Ironic/Neutron integration meets weekly on Monday at 1600 UTC.]&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=82259</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=82259"/>
				<updated>2015-06-01T16:51:34Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accommodate contributors from around the world.&lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3&amp;amp;amp;ctz=America%2FLos_Angeles Google Calendar]&lt;br /&gt;
&lt;br /&gt;
Anyone is welcome to add topics to the agenda. However, topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
== Next Meeting ==&lt;br /&gt;
The last meeting was May 12th, 2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150512T0500). The next meeting will be after the OpenStack summit in Vancouver (not sure when).&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
**&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
* Neutron meeting recap - Jroll (capped at ten minutes)&lt;br /&gt;
** New oslo liaison needed -&amp;gt; lintan does&lt;br /&gt;
* Open Discussion&lt;br /&gt;
** (JayF) Should Ironic modify filesystems on disk as proposed here: &amp;quot;Mount config drive as loop device to supply data to cloud-init&amp;quot; Reference: https://review.openstack.org/#/c/173142&lt;br /&gt;
** (pshige) Change the structure of Ironic's developer documentation: https://review.openstack.org/#/c/187056/ -&amp;gt; I'm not feeling well. So I'd like to skip to next week.&lt;br /&gt;
** (jlvillal) Should remainder of PEP8 compliance work be done?  Plan would be to remove ignoring E126,E127,E128.  This would be a big patch to do it. https://bugs.launchpad.net/ironic/+bug/1421522&lt;br /&gt;
** [BadCub] Ironic Mid-Cycle Sprint&lt;br /&gt;
*** Location - Seattle?&lt;br /&gt;
*** Date Range? Open for discussion [Deva proposes: Aug 12-14 in Seattle] &amp;lt;- It's near the feature freeze. It might be a little late. &lt;br /&gt;
** (Nisha) Approach for capabilities.  The changes in Nova and ironic can be done only if an approach is finalized.&lt;br /&gt;
The specs at Nova are : https://review.openstack.org/182572, https://review.openstack.org/182581. &lt;br /&gt;
The specs similarly in ironic are: https://review.openstack.org/182601, https://review.openstack.org/182934&lt;br /&gt;
** Spec Review Cutoff? Should we consider a date to freeze spec reviews and advise the community?&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;br /&gt;
&lt;br /&gt;
== Related meetings ==&lt;br /&gt;
&lt;br /&gt;
[https://wiki.openstack.org/wiki/Meetings/Ironic-neutron Ironic/Neutron integration meets weekly on Monday at 1600 UTC.]&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=82167</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=82167"/>
				<updated>2015-05-29T16:44:22Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accommodate contributors from around the world.&lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3&amp;amp;amp;ctz=America%2FLos_Angeles Google Calendar]&lt;br /&gt;
&lt;br /&gt;
Anyone is welcome to add topics to the agenda. However, topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
== Next Meeting ==&lt;br /&gt;
The last meeting was May 12th, 2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150512T0500). The next meeting will be after the OpenStack summit in Vancouver (not sure when).&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
**&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
** New oslo liaison needed&lt;br /&gt;
* Open Discussion&lt;br /&gt;
** (JayF) Should Ironic modify filesystems on disk as proposed here: &amp;quot;Mount config drive as loop device to supply data to cloud-init&amp;quot; Reference: https://review.openstack.org/#/c/173142&lt;br /&gt;
** (pshige) Change the structure of Ironic's developer documentation (prepare link until May 30)&lt;br /&gt;
** (jlvillal) Should remainder of PEP8 compliance work be done?  Plan would be to remove ignoring E126,E127,E128.  This would be a big patch to do it. https://bugs.launchpad.net/ironic/+bug/1421522&lt;br /&gt;
** [BadCub] Ironic Mid-Cycle Sprint&lt;br /&gt;
*Location - Seattle?&lt;br /&gt;
* Date Range? Open for discussion&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;br /&gt;
&lt;br /&gt;
== Related meetings ==&lt;br /&gt;
&lt;br /&gt;
[https://wiki.openstack.org/wiki/Meetings/Ironic-neutron Ironic/Neutron integration meets weekly on Monday at 1600 UTC.]&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=82166</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=82166"/>
				<updated>2015-05-29T16:43:53Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accommodate contributors from around the world.&lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3&amp;amp;amp;ctz=America%2FLos_Angeles Google Calendar]&lt;br /&gt;
&lt;br /&gt;
Anyone is welcome to add topics to the agenda. However, topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
== Next Meeting ==&lt;br /&gt;
The last meeting was May 12th, 2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150512T0500). The next meeting will be after the OpenStack summit in Vancouver (not sure when).&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
**&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
** New oslo liaison needed&lt;br /&gt;
* Open Discussion&lt;br /&gt;
** (JayF) Should Ironic modify filesystems on disk as proposed here: &amp;quot;Mount config drive as loop device to supply data to cloud-init&amp;quot; Reference: https://review.openstack.org/#/c/173142&lt;br /&gt;
** (pshige) Change the structure of Ironic's developer documentation (prepare link until May 30)&lt;br /&gt;
** (jlvillal) Should remainder of PEP8 compliance work be done?  Plan would be to remove ignoring E126,E127,E128.  This would be a big patch to do it. https://bugs.launchpad.net/ironic/+bug/1421522&lt;br /&gt;
** [BadCub] Ironic Mid-Cycle Sprint&lt;br /&gt;
* Bulleted list item Location - Seattle?&lt;br /&gt;
* Bulleted list item Date Range? Open for discussion&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;br /&gt;
&lt;br /&gt;
== Related meetings ==&lt;br /&gt;
&lt;br /&gt;
[https://wiki.openstack.org/wiki/Meetings/Ironic-neutron Ironic/Neutron integration meets weekly on Monday at 1600 UTC.]&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=80699</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=80699"/>
				<updated>2015-05-07T22:38:06Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accommodate contributors from around the world.&lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3&amp;amp;amp;ctz=America%2FLos_Angeles Google Calendar]&lt;br /&gt;
&lt;br /&gt;
Anyone is welcome to add topics to the agenda. However, topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
== Next Meeting ==&lt;br /&gt;
The next meeting is scheduled for May 12th, 2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150512T0500).&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
** if attending the Vancouver summit, Would you like to have a Ironic gathering (Dinner, Drinks, Both)? If So when is a good time? (see &amp;quot;IRONC DINNER&amp;quot; section of https://etherpad.openstack.org/p/liberty-ironic-design-summit-ideas)&lt;br /&gt;
** I have added a proposed day/time for dinner &amp;amp; put up several links for places I can get reservations for large parties on the ^Pad. Please reply [on] the Pad and let me know if this proposal works for everyone [BadCub].&lt;br /&gt;
&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
* Summit planning [https://etherpad.openstack.org/p/liberty-ironic-design-summit-ideas etherpad]&lt;br /&gt;
* Large number of ironic driver bugs in nova (Do we need a liaison to keep an eye on the Nova bugs associated with Ironic?) http://lists.openstack.org/pipermail/openstack-dev/2015-May/063365.html&lt;br /&gt;
* stable/kilo for python-ironicclient: &lt;br /&gt;
** [rloo] Nobodycam, am adding this here, feel free to move to Open Discussion or remove all together. I won't be at the meeting but wanted to bring this up somewhere before I forgot.&lt;br /&gt;
** The purpose of the stable/kilo branch on the client is to lock down dependencies for CI testing of the stable/kilo branch of the server - not limit functionality. It's not a separate release that we expect users to consume. [rloo, please verify if this is true]&lt;br /&gt;
** there have been a few patches for stable/kilo, maybe we should do a release of python-ironicclient so users can get the fixes:&lt;br /&gt;
*** https://review.openstack.org/#/c/175301/ Implement and enable retries on Conflict&lt;br /&gt;
*** https://review.openstack.org/#/c/177989/ Ensure *-show input uuid is not empty&lt;br /&gt;
*** https://review.openstack.org/#/c/177988/ Encode exception on cli for UnicodeDecodeError&lt;br /&gt;
* Open Discussion&lt;br /&gt;
**&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Testing&amp;diff=77758</id>
		<title>Ironic/Testing</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Testing&amp;diff=77758"/>
				<updated>2015-04-17T21:44:15Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Third party CI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Testing your changes locally ==&lt;br /&gt;
&lt;br /&gt;
If you just want to test your changes locally (which you should), the [http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html developer documentation] provides a good starting point.&lt;br /&gt;
&lt;br /&gt;
== Upstream CI Testing ==&lt;br /&gt;
&lt;br /&gt;
We have several classes of tests run within OpenStack CI:&lt;br /&gt;
* pep8 and python unit tests, run from within Ironic.&lt;br /&gt;
* Tempest API tests&lt;br /&gt;
** http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/baremetal/base.py&lt;br /&gt;
** Devstack starts the Ironic service and create nodes with the &amp;quot;fake&amp;quot; driver.&lt;br /&gt;
** Tempest exercises Ironic's API.&lt;br /&gt;
** Other services are not involved in this test, but may be started by devstack none the less.&lt;br /&gt;
* functional testing, using Nova with Ironic to provision emulated hardware, also run by Tempest.&lt;br /&gt;
** http://git.openstack.org/cgit/openstack/tempest/tree/tempest/scenario/test_baremetal_basic_ops.py&lt;br /&gt;
** Devstack configures Nova to use the nova.virt.ironic driver, and starts all Ironic services.&lt;br /&gt;
** Devstack creates virtual machine(s) and enrolls them in Ironic&lt;br /&gt;
** Tempest issues commands to Nova, and validates the resulting operations in Ironic.&lt;br /&gt;
&lt;br /&gt;
== Testing Hardware Drivers ==&lt;br /&gt;
&lt;br /&gt;
Drivers are a central component of Ironic's architecture, but many of them can not be tested without access to specialized hardware. For instance, even the IPMIToolPowerDriver module can not be tested without having access to hardware with a BMC that supports at least IPMI v1.5, which is not present in most laptops or workstations, and is not emulatable.  As such, vendor-authors of hardware drivers are expected to contribute CI resources for the drivers they have authored. A list of the status of CI testing on each supported driver is maintained at [[Ironic/Drivers]]. &lt;br /&gt;
&lt;br /&gt;
What follows is a discussion of the CI testing efforts for Ironic in general, and for the third-party drivers specifically.&lt;br /&gt;
&lt;br /&gt;
=== Third party CI ===&lt;br /&gt;
&lt;br /&gt;
Third-party (aka &amp;quot;vendor&amp;quot;) drivers are drivers which can not be tested upstream because they depend on specific capabilities of physical hardware. Such drivers may be allowed in Ironic if they meet the following requirements:&lt;br /&gt;
&lt;br /&gt;
# each driver must adhere to the existing driver interfaces.&lt;br /&gt;
# drivers must function in a common environment with other drivers.&lt;br /&gt;
# each driver must have comprehensive unit test coverage and sufficient in-line documentation. The unit tests should mock any third-party libraries, so that they can be run without those libraries.&lt;br /&gt;
# vendors are responsible for fixing bugs in their driver in a timely fashion.&lt;br /&gt;
# vendors provide third-party, non-voting tests on supported hardware platform. [*]&lt;br /&gt;
# vendors contribute (at least) one developer to upstream participation.&lt;br /&gt;
&lt;br /&gt;
[*] General reference on running third-party CI systems for OpenStack: http://ci.openstack.org/third_party.html&lt;br /&gt;
&lt;br /&gt;
These guidelines are evolving and were originally proposed here: http://lists.openstack.org/pipermail/openstack-dev/2014-January/024823.html&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers&amp;diff=77757</id>
		<title>Ironic/Drivers</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers&amp;diff=77757"/>
				<updated>2015-04-17T21:39:28Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Drivers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Drivers ==&lt;br /&gt;
&lt;br /&gt;
Ironic supports pluggable back-end drivers for different types of hardware to enable features specific to unique hardware platforms and leverage divergent capabilities via a common API . This API is divided into three sections: core, common, and vendor. While authors of vendor drivers may break new ground in the designated &amp;quot;vendor_passthru&amp;quot; section of the API, they are strongly encouraged to converge on a common API across vendors. More details may be found under the [http://docs.openstack.org/developer/ironic/dev/architecture.html#drivers system architecture] description.&lt;br /&gt;
&lt;br /&gt;
Hardware drivers must undergo CI testing so as to ensure their continued functionality. Some drivers will be tested upstream, while many will require third-party CI testing due to the unique nature of their hardware (and the unmanageable complexity of a single team required to maintain a test infrastructure encompassing hardware from many diverse vendors). Guidelines on that testing can be found on the [[Ironic/Testing]] wiki page.&lt;br /&gt;
&lt;br /&gt;
Out-of-tree drivers are supported by Ironic and may be loaded via python entrypoints. Here is a list of known out-of-tree drivers:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Link&lt;br /&gt;
|-&lt;br /&gt;
| Cisco UCS || https://communities.cisco.com/docs/DOC-56373&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The table below describes the CI test coverage of the current set of drivers. Note that drivers are composed of more than one interface (eg, power and deploy). Not all combinations of interfaces are necessarily tested together, but we are striving to get test coverage for each interface in at least one driver. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Interface Type !! Interface Name !! Test coverage provided by driver name&lt;br /&gt;
|-&lt;br /&gt;
| deploy || agent || agent_ssh; agent_ipmitool is used in production for Rackspace OnMetal&lt;br /&gt;
|-&lt;br /&gt;
| deploy || pxe || pxe_ssh&lt;br /&gt;
|-&lt;br /&gt;
| deploy || iscsi || none&lt;br /&gt;
|-&lt;br /&gt;
| power || drac || None&lt;br /&gt;
|-&lt;br /&gt;
| power || ilo || None&lt;br /&gt;
|-&lt;br /&gt;
| power || ipminative || pxe_ipminative (provided by ibm-xcat-ci)&lt;br /&gt;
|-&lt;br /&gt;
| power || ipmitool || ** most widely used power driver in production, but lacks upstream CI&lt;br /&gt;
|-&lt;br /&gt;
| power || seamicro || None&lt;br /&gt;
|-&lt;br /&gt;
| power || snmp || None&lt;br /&gt;
|-&lt;br /&gt;
| power || ssh || pxe_ssh&lt;br /&gt;
|-&lt;br /&gt;
| power || amt|| None&lt;br /&gt;
|-&lt;br /&gt;
| power || irmc|| None&lt;br /&gt;
|-&lt;br /&gt;
| power || iboot || None&lt;br /&gt;
|-&lt;br /&gt;
| power || virtualbox || None&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links to graphs of the CI system's current status should be included in the table below, when available.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Driver Name !! Primary Contact Email and IRC handle !! Testing Status&lt;br /&gt;
|-&lt;br /&gt;
| pxe_ssh || devananda (devananda dot vdv at gmail) || [http://no-carrier.net/~adam/openstack/ironic_gate_status.html tested in the upstream gate]&lt;br /&gt;
|-&lt;br /&gt;
| pxe_ipminative || Yuan Y Bai &amp;lt;bybai at cn dot ibm dot com&amp;gt; / Long LA Cheng &amp;lt;chenglch at cn dot ibm dot com&amp;gt; / Jarrod Johnson (jjohnson2 at lenovo dot com) || Third-party CI: &amp;quot;ibm-xcat-ci&amp;quot; &amp;lt;xcat@cn.ibm.com&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| pxe_ipmitool || devananda (devananda dot vdv at gmail) || used by TripleO, but not CI tested&lt;br /&gt;
|-&lt;br /&gt;
| agent_ssh || jroll (jim at jimrollenhagen dot com) || [http://no-carrier.net/~adam/openstack/ironic_gate_status.html tested in the upstream gate]&lt;br /&gt;
|-&lt;br /&gt;
| agent_ipmitool || jroll (jim at jimrollenhagen dot com) || used by Rackspace OnMetal, not CI tested upstream&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 3rd Party Drivers ==&lt;br /&gt;
&lt;br /&gt;
iLO drivers: https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=77410</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=77410"/>
				<updated>2015-04-13T16:45:25Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accomodate contributors from around the world. The next meeting is scheduled for April 14th, 2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150414T0500). &lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3&amp;amp;amp;ctz=America%2FLos_Angeles Google Calendar]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The meeting format has recently changed. As before, anyone is welcome to add topics to the agenda, however topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
** Feature freeze in effect -- https://wiki.openstack.org/wiki/FeatureFreeze&lt;br /&gt;
**DepFreeze in effect - https://wiki.openstack.org/wiki/DepFreeze&lt;br /&gt;
**StringFreeze in effect - https://wiki.openstack.org/wiki/StringFreeze&lt;br /&gt;
**HardDepFreeze in effect after RC1 - https://wiki.openstack.org/wiki/HardDepFreeze&lt;br /&gt;
** RC-1 Goal this Thursday April 9th (Exception granted until Monday April 13th)&lt;br /&gt;
** Liberty Specs Folder now open&lt;br /&gt;
** Specs Core Meeting Wednesday 1500UTC&lt;br /&gt;
&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
&lt;br /&gt;
* RC1 status check. Goal is April 13th(See above). https://launchpad.net/ironic/+milestone/kilo-rc1 &lt;br /&gt;
** Lots of work landed for RC1. Thank you everyone for the hard work!&lt;br /&gt;
** Drivers - Drivers page (http://stackalytics.com/report/driverlog?project_id=openstack%2Fironic) needs to be updated so we have an accurate listing&lt;br /&gt;
** Documentation - review what needs to be completed to ensure documentation accuracy&lt;br /&gt;
** track work on LP, coordinate as needed on https://etherpad.openstack.org/p/IronicReviewDay&lt;br /&gt;
&lt;br /&gt;
* RC1 issues needing discussion&lt;br /&gt;
** great work everyone!&lt;br /&gt;
* Open Discussion&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=77298</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=77298"/>
				<updated>2015-04-09T20:19:20Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accomodate contributors from around the world. The next meeting is scheduled for April 14th, 2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150414T0500). &lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3&amp;amp;amp;ctz=America%2FLos_Angeles Google Calendar]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The meeting format has recently changed. As before, anyone is welcome to add topics to the agenda, however topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
** Feature freeze in effect -- https://wiki.openstack.org/wiki/FeatureFreeze&lt;br /&gt;
**DepFreeze in effect - https://wiki.openstack.org/wiki/DepFreeze&lt;br /&gt;
**StringFreeze in effect - https://wiki.openstack.org/wiki/StringFreeze&lt;br /&gt;
**HardDepFreeze in effect after RC1 - https://wiki.openstack.org/wiki/HardDepFreeze&lt;br /&gt;
** RC-1 Goal this Thursday April 9th (Exception granted until Monday April 13th)&lt;br /&gt;
** Liberty Specs Folder now open&lt;br /&gt;
** Specs Core Meeting Wednesday 1500UTC&lt;br /&gt;
&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
&lt;br /&gt;
* RC1 status check. Goal is April 13th(See above). https://launchpad.net/ironic/+milestone/kilo-rc1 &lt;br /&gt;
** Please review bugs, target to RC if they need to be tracked by release team.&lt;br /&gt;
** Drivers - Drivers page (http://stackalytics.com/report/driverlog?project_id=openstack%2Fironic) needs to be updated so we have an accurate listing&lt;br /&gt;
** Documentation - review what needs to be completed to ensure documentation accuracy&lt;br /&gt;
** track work on LP, coordinate as needed on https://etherpad.openstack.org/p/IronicReviewDay&lt;br /&gt;
&lt;br /&gt;
* RC1 issues needing discussion&lt;br /&gt;
** great work everyone!&lt;br /&gt;
* Open Discussion&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=77297</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=77297"/>
				<updated>2015-04-09T20:14:41Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accomodate contributors from around the world. The next meeting is scheduled for April 14th, 2015 at 0500 UTC (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150414T0500). &lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3&amp;amp;amp;ctz=America%2FLos_Angeles Google Calendar]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The meeting format has recently changed. As before, anyone is welcome to add topics to the agenda, however topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
** Feature freeze in effect -- https://wiki.openstack.org/wiki/FeatureFreeze&lt;br /&gt;
** RC-1 Goal this Thursday April 9th (Exception granted until Monday April 13th)&lt;br /&gt;
** Liberty Specs Folder now open&lt;br /&gt;
** Specs Core Meeting Wednesday 1500UTC&lt;br /&gt;
&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
&lt;br /&gt;
* RC1 status check. Goal is April 13th(See above). https://launchpad.net/ironic/+milestone/kilo-rc1 &lt;br /&gt;
** Please review bugs, target to RC if they need to be tracked by release team.&lt;br /&gt;
** Drivers - Drivers page (http://stackalytics.com/report/driverlog?project_id=openstack%2Fironic) needs to be updated so we have an accurate listing&lt;br /&gt;
** Documentation - review what needs to be completed to ensure documentation accuracy&lt;br /&gt;
** track work on LP, coordinate as needed on https://etherpad.openstack.org/p/IronicReviewDay&lt;br /&gt;
&lt;br /&gt;
* RC1 issues needing discussion&lt;br /&gt;
** great work everyone!&lt;br /&gt;
* Open Discussion&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=76986</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=76986"/>
				<updated>2015-04-06T15:05:09Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accomodate contributors from around the world. The next meeting is scheduled for April 6th, 2015 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150606T1700). &lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3&amp;amp;amp;ctz=America%2FLos_Angeles Google Calendar]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The meeting format has recently changed. As before, anyone is welcome to add topics to the agenda, however topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
&lt;br /&gt;
* Devananda: Off Thursday and Friday of this week&lt;br /&gt;
&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
** Feature freeze in effect -- https://wiki.openstack.org/wiki/FeatureFreeze&lt;br /&gt;
** RC-1 Goal this Thursday April 9th&lt;br /&gt;
** Dmitry: DevStack plugin for ironic-discoverd for those interested: https://etherpad.openstack.org/p/DiscoverdDevStack&lt;br /&gt;
&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
&lt;br /&gt;
* RC1 status check. Goal is April 9. https://launchpad.net/ironic/+milestone/kilo-rc1 &lt;br /&gt;
** Please review bugs, target to RC if they need to be tracked by release team.&lt;br /&gt;
** Drivers - Drivers page (http://stackalytics.com/report/driverlog?project_id=openstack%2Fironic) needs to be updated so we have an accurate listing&lt;br /&gt;
** Documentation - review what needs to be completed to ensure documentation accuracy&lt;br /&gt;
** track work on LP, coordinate as needed on https://etherpad.openstack.org/p/IronicReviewDay&lt;br /&gt;
** Bug Squash - Bugs for RC1 are growing. Can we set a day this week to do a bug squash.&lt;br /&gt;
&lt;br /&gt;
* RC1 issues needing discussion&lt;br /&gt;
&lt;br /&gt;
* Open Discussion&lt;br /&gt;
(stendulker) Grub2 as a alternate bootloader. It can co-exist with elilo (default). Have raised a review integrating grub2 bootloader. https://review.openstack.org/#/c/166192/&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers&amp;diff=76716</id>
		<title>Ironic/Drivers</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers&amp;diff=76716"/>
				<updated>2015-04-01T19:28:24Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Drivers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Drivers ==&lt;br /&gt;
&lt;br /&gt;
Ironic supports pluggable back-end drivers for different types of hardware to enable features specific to unique hardware platforms and leverage divergent capabilities via a common API . This API is divided into three sections: core, common, and vendor. While authors of vendor drivers may break new ground in the designated &amp;quot;vendor_passthru&amp;quot; section of the API, they are strongly encouraged to converge on a common API across vendors. More details may be found under the [http://docs.openstack.org/developer/ironic/dev/architecture.html#drivers system architecture] description.&lt;br /&gt;
&lt;br /&gt;
Hardware drivers must undergo CI testing so as to ensure their continued functionality. Some drivers will be tested upstream, while many will require third-party CI testing due to the unique nature of their hardware (and the unmanageable complexity were a single team required to maintain a test infrastructure encompassing hardware from many diverse vendors). Guidelines on that testing can be found on the [[Ironic/Testing]] wiki page.&lt;br /&gt;
&lt;br /&gt;
Out-of-tree drivers are supported by Ironic and may be loaded via python entrypoints. Here is a list of known out-of-tree drivers:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Link&lt;br /&gt;
|-&lt;br /&gt;
| Cisco UCS || https://communities.cisco.com/docs/DOC-56373&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The table below describes the CI test coverage of the current set of drivers. Note that drivers are composed of more than one interface (eg, power and deploy). Not all combinations of interfaces are necessarily tested together, but we are striving to get test coverage for each interface in at least one driver. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Interface Type !! Interface Name !! Test coverage provided by driver name&lt;br /&gt;
|-&lt;br /&gt;
| deploy || agent || agent_ssh; agent_ipmitool is used in production for Rackspace OnMetal&lt;br /&gt;
|-&lt;br /&gt;
| deploy || pxe || pxe_ssh&lt;br /&gt;
|-&lt;br /&gt;
| deploy || iscsi || none&lt;br /&gt;
|-&lt;br /&gt;
| power || drac || None&lt;br /&gt;
|-&lt;br /&gt;
| power || ilo || None&lt;br /&gt;
|-&lt;br /&gt;
| power || ipminative || pxe_ipminative (provided by ibm-xcat-ci)&lt;br /&gt;
|-&lt;br /&gt;
| power || ipmitool || ** most widely used power driver in production, but lacks upstream CI&lt;br /&gt;
|-&lt;br /&gt;
| power || seamicro || None&lt;br /&gt;
|-&lt;br /&gt;
| power || snmp || None&lt;br /&gt;
|-&lt;br /&gt;
| power || ssh || pxe_ssh&lt;br /&gt;
|-&lt;br /&gt;
| power || amt|| None&lt;br /&gt;
|-&lt;br /&gt;
| power || irmc|| None&lt;br /&gt;
|-&lt;br /&gt;
| power || iboot || None&lt;br /&gt;
|-&lt;br /&gt;
| power || virtualbox || None&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links to graphs of the CI system's current status should be included in the table below, when available.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Driver Name !! Primary Contact Email and IRC handle !! Testing Status&lt;br /&gt;
|-&lt;br /&gt;
| pxe_ssh || devananda (devananda dot vdv at gmail) || [http://no-carrier.net/~adam/openstack/ironic_gate_status.html tested in the upstream gate]&lt;br /&gt;
|-&lt;br /&gt;
| pxe_ipminative || linggao (linggao at us dot ibm dot com) / Jarrod Johnson (jjohnson2 at lenovo dot com) || Third-party CI: &amp;quot;ibm-xcat-ci&amp;quot; &amp;lt;xcat@cn.ibm.com&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| pxe_ipmitool || devananda (devananda dot vdv at gmail) || used by TripleO, but not CI tested&lt;br /&gt;
|-&lt;br /&gt;
| agent_ssh || jroll (jim at jimrollenhagen dot com) || [http://no-carrier.net/~adam/openstack/ironic_gate_status.html tested in the upstream gate]&lt;br /&gt;
|-&lt;br /&gt;
| agent_ipmitool || jroll (jim at jimrollenhagen dot com) || used by Rackspace OnMetal, not CI tested upstream&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 3rd Party Drivers ==&lt;br /&gt;
&lt;br /&gt;
iLO drivers: https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Ironic/Drivers&amp;diff=76714</id>
		<title>Ironic/Drivers</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Ironic/Drivers&amp;diff=76714"/>
				<updated>2015-04-01T19:18:28Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Drivers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Drivers ==&lt;br /&gt;
&lt;br /&gt;
Ironic supports pluggable back-end drivers for different types of hardware to enable features specific to unique hardware platforms and leverage divergent capabilities via a common API . This API is divided into three sections: core, common, and vendor. While authors of vendor drivers may break new ground in the designated &amp;quot;vendor_passthru&amp;quot; section of the API, they are strongly encouraged to converge on a common API across vendors. More details may be found under the [http://docs.openstack.org/developer/ironic/dev/architecture.html#drivers system architecture] description.&lt;br /&gt;
&lt;br /&gt;
Hardware drivers must undergo CI testing so as to ensure their continued functionality. Some drivers will be tested upstream, while many will require third-party CI testing due to the unique nature of their hardware (and the unmanageable complexity were a single team required to maintain a test infrastructure encompassing hardware from many diverse vendors). Guidelines on that testing can be found on the [[Ironic/Testing]] wiki page.&lt;br /&gt;
&lt;br /&gt;
Out-of-tree drivers are supported by Ironic and may be loaded via python entrypoints. Here is a list of known out-of-tree drivers:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Link&lt;br /&gt;
|-&lt;br /&gt;
| Cisco UCS || https://communities.cisco.com/docs/DOC-56373&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The table below describes the CI test coverage of the current set of drivers. Note that drivers are composed of more than one interface (eg, power and deploy). Not all combinations of interfaces are necessarily tested together, but we are striving to get test coverage for each interface in at least one driver. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Interface Type !! Interface Name !! Test coverage provided by driver name&lt;br /&gt;
|-&lt;br /&gt;
| deploy || agent || agent_ssh; agent_ipmitool is used in production for Rackspace OnMetal&lt;br /&gt;
|-&lt;br /&gt;
| deploy || pxe || pxe_ssh&lt;br /&gt;
|-&lt;br /&gt;
| power || drac || None&lt;br /&gt;
|-&lt;br /&gt;
| power || ilo || None&lt;br /&gt;
|-&lt;br /&gt;
| power || ipminative || pxe_ipminative (provided by ibm-xcat-ci)&lt;br /&gt;
|-&lt;br /&gt;
| power || ipmitool || ** most widely used power driver in production, but lacks upstream CI&lt;br /&gt;
|-&lt;br /&gt;
| power || seamicro || None&lt;br /&gt;
|-&lt;br /&gt;
| power || snmp || None&lt;br /&gt;
|-&lt;br /&gt;
| power || ssh || pxe_ssh&lt;br /&gt;
|-&lt;br /&gt;
| power || amt|| None&lt;br /&gt;
|-&lt;br /&gt;
| power || irmc|| None&lt;br /&gt;
|-&lt;br /&gt;
| power || iboot || None&lt;br /&gt;
|-&lt;br /&gt;
| power || virtualbox || None&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links to graphs of the CI system's current status should be included in the table below, when available.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Driver Name !! Primary Contact Email and IRC handle !! Testing Status&lt;br /&gt;
|-&lt;br /&gt;
| pxe_ssh || devananda (devananda dot vdv at gmail) || [http://no-carrier.net/~adam/openstack/ironic_gate_status.html tested in the upstream gate]&lt;br /&gt;
|-&lt;br /&gt;
| pxe_ipminative || linggao (linggao at us dot ibm dot com) / Jarrod Johnson (jjohnson2 at lenovo dot com) || Third-party CI: &amp;quot;ibm-xcat-ci&amp;quot; &amp;lt;xcat@cn.ibm.com&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| pxe_ipmitool || devananda (devananda dot vdv at gmail) || used by TripleO, but not CI tested&lt;br /&gt;
|-&lt;br /&gt;
| agent_ssh || jroll (jim at jimrollenhagen dot com) || [http://no-carrier.net/~adam/openstack/ironic_gate_status.html tested in the upstream gate]&lt;br /&gt;
|-&lt;br /&gt;
| agent_ipmitool || jroll (jim at jimrollenhagen dot com) || used by Rackspace OnMetal, not CI tested upstream&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 3rd Party Drivers ==&lt;br /&gt;
&lt;br /&gt;
iLO drivers: https://wiki.openstack.org/wiki/Ironic/Drivers/iLODrivers&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=76574</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=76574"/>
				<updated>2015-03-31T01:22:50Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accomodate contributors from around the world. The next meeting is scheduled for March 31st, 2015 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150331T0500). &lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3&amp;amp;amp;ctz=America%2FLos_Angeles Google Calendar]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The meeting format has recently changed. As before, anyone is welcome to add topics to the agenda, however topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
&lt;br /&gt;
* Devananda: may not be able to attend this meeting, due to jet lag.&lt;br /&gt;
&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
** Feature freeze in effect -- https://wiki.openstack.org/wiki/FeatureFreeze&lt;br /&gt;
** Dmitry: DevStack plugin for ironic-discoverd for those interested: https://etherpad.openstack.org/p/DiscoverdDevStack&lt;br /&gt;
&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
&lt;br /&gt;
* RC1 status check. Goal is April 9. https://launchpad.net/ironic/+milestone/kilo-rc1 &lt;br /&gt;
** Please review bugs, target to RC if they need to be tracked by release team.&lt;br /&gt;
** Drivers - Drivers page (https://wiki.openstack.org/wiki/Ironic/Drivers) needs to be updated so we have an accurate listing&lt;br /&gt;
** Documentation - review what needs to be completed to ensure documentation accuracy&lt;br /&gt;
** track work on LP, coordinate as needed on https://etherpad.openstack.org/p/IronicReviewDay&lt;br /&gt;
** Bug Squash - Bugs for RC1 are growing. Can we set a day this week to do a bug squash.&lt;br /&gt;
&lt;br /&gt;
* RC1 issues needing discussion&lt;br /&gt;
** (devananda, adam_g) python-ironicclient sending version header by default -- https://review.openstack.org/#/c/165559/ - LANDED&lt;br /&gt;
*** NOTE: this might break Nova stable/juno release. needs testing - &lt;br /&gt;
&lt;br /&gt;
* Open Discussion&lt;br /&gt;
(stendulker) Grub2 as a alternate bootloader. It can co-exist with elilo (default). Have raised a review integrating grub2 bootloader. https://review.openstack.org/#/c/166192/&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=76550</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=76550"/>
				<updated>2015-03-30T18:43:56Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accomodate contributors from around the world. The next meeting is scheduled for March 31st, 2015 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150331T0500). &lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3&amp;amp;amp;ctz=America%2FLos_Angeles Google Calendar]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The meeting format has recently changed. As before, anyone is welcome to add topics to the agenda, however topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
&lt;br /&gt;
* Devananda: may not be able to attend this meeting, due to jet lag.&lt;br /&gt;
&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
** Feature freeze in effect -- https://wiki.openstack.org/wiki/FeatureFreeze&lt;br /&gt;
** Dmitry: DevStack plugin for ironic-discoverd for those interested: https://etherpad.openstack.org/p/DiscoverdDevStack&lt;br /&gt;
&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
** White board appears to have crashed / so no posted status'&lt;br /&gt;
&lt;br /&gt;
* RC1 status check. Goal is April 9. https://launchpad.net/ironic/+milestone/kilo-rc1 &lt;br /&gt;
** Please review bugs, target to RC if they need to be tracked by release team.&lt;br /&gt;
** Drivers - Drivers page (https://wiki.openstack.org/wiki/Ironic/Drivers) needs to be updated so we have an accurate listing&lt;br /&gt;
** Documentation - review what needs to be completed to ensure documentation accuracy&lt;br /&gt;
** track work on LP, coordinate as needed on https://etherpad.openstack.org/p/IronicReviewDay&lt;br /&gt;
&lt;br /&gt;
* RC1 issues needing discussion&lt;br /&gt;
** (mrda) HTTP error code changed by logical names patch -- https://etherpad.openstack.org/p/ironic-microversion-handling&lt;br /&gt;
** (devananda, adam_g) python-ironicclient sending version header by default -- https://review.openstack.org/#/c/165559/ - LANDED&lt;br /&gt;
*** NOTE: this might break Nova stable/juno release. needs testing - &lt;br /&gt;
&lt;br /&gt;
* Open Discussion&lt;br /&gt;
(stendulker) Grub2 as a alternate bootloader. It can co-exist with elilo (default). Have raised a review integrating grub2 bootloader. https://review.openstack.org/#/c/166192/&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=76546</id>
		<title>Meetings/Ironic</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Meetings/Ironic&amp;diff=76546"/>
				<updated>2015-03-30T18:08:14Z</updated>
		
		<summary type="html">&lt;p&gt;BadCub: /* Agenda for next meeting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weekly Ironic Project Team Meeting =&lt;br /&gt;
&lt;br /&gt;
If you're interested in bare metal deployments within OpenStack, please join our weekly discussion about the [[Ironic|Ironic project]]! Meetings are held in the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#openstack-meeting-3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; room on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;irc.freenode.net&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and are chaired by Devananda or Chris Krelle (NobodyCam).&lt;br /&gt;
&lt;br /&gt;
The Meeting time alternates between '''1700 UTC on Monday''' and '''0500 UTC on Tuesday''', to accomodate contributors from around the world. The next meeting is scheduled for March 31st, 2015 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150331T0500). &lt;br /&gt;
&lt;br /&gt;
NOTE: &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Meeting time is UTC based and may need to be adjusted based on local time zone changes, eg. as a result of daylight savings, which changes on different days in different countries.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Calendar for the meeting is here: [https://www.google.com/calendar/embed?showPrint=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=WEEK&amp;amp;amp;height=600&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=sodarock.com_fepuqkqe2333htb41n2n9qmue8%40group.calendar.google.com&amp;amp;amp;color=%235229A3&amp;amp;amp;ctz=America%2FLos_Angeles Google Calendar]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The meeting format has recently changed. As before, anyone is welcome to add topics to the agenda, however topics should be posted '''at least two (2) days before the meeting''', and should include the IRC handle of the proposer and a link to further information. This gives everyone time to review any material ahead of time so we can use the meeting time for actual discussion.&lt;br /&gt;
* Example topic: (devananda) Let's talk about zebras. Reference: http://en.wikipedia.org/wiki/Zebra&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Agenda for next meeting ==&lt;br /&gt;
&lt;br /&gt;
* Devananda: may not be able to attend this meeting, due to jet lag.&lt;br /&gt;
&lt;br /&gt;
* Announcements / Reminders&lt;br /&gt;
** Feature freeze in effect -- https://wiki.openstack.org/wiki/FeatureFreeze&lt;br /&gt;
** Dmitry: DevStack plugin for ironic-discoverd for those interested: https://etherpad.openstack.org/p/DiscoverdDevStack&lt;br /&gt;
&lt;br /&gt;
* Review [https://etherpad.openstack.org/p/IronicWhiteBoard subteam status reports] (capped at ten minutes)&lt;br /&gt;
** White board appears to have crashed / so no posted status'&lt;br /&gt;
&lt;br /&gt;
* RC1 status check. Goal is April 9. https://launchpad.net/ironic/+milestone/kilo-rc1 &lt;br /&gt;
** Please review bugs, target to RC if they need to be tracked by release team.&lt;br /&gt;
** Drivers - Drivers Page needs to be updated so we have an accurate listing&lt;br /&gt;
** Documentation - review what needs to be completed to ensure documentation accuracy&lt;br /&gt;
** track work on LP, coordinate as needed on https://etherpad.openstack.org/p/IronicReviewDay&lt;br /&gt;
&lt;br /&gt;
* RC1 issues needing discussion&lt;br /&gt;
** (mrda) HTTP error code changed by logical names patch -- https://etherpad.openstack.org/p/ironic-microversion-handling&lt;br /&gt;
** (devananda, adam_g) python-ironicclient sending version header by default -- https://review.openstack.org/#/c/165559/ - LANDED&lt;br /&gt;
*** NOTE: this might break Nova stable/juno release. needs testing - &lt;br /&gt;
&lt;br /&gt;
* Open Discussion&lt;br /&gt;
(stendulker) Grub2 as a alternate bootloader. It can co-exist with elilo (default). Have raised a review integrating grub2 bootloader. https://review.openstack.org/#/c/166192/&lt;br /&gt;
&lt;br /&gt;
== Previous meetings ==&lt;br /&gt;
&lt;br /&gt;
[http://eavesdrop.openstack.org/meetings/ironic/ Logs from previous meetings can be found here.]&lt;/div&gt;</summary>
		<author><name>BadCub</name></author>	</entry>

	</feed>