*** cdearborn_ has quit IRC | 00:01 | |
*** hshiina has joined #openstack-ironic | 00:04 | |
*** rpioso is now known as rpioso|afk | 00:07 | |
jroll | thanks for everything TheJulia / rloo, looks like we got lots in :) | 00:08 |
---|---|---|
rloo | jroll: yes, thanks to TheJulia! and everyone else that worked on those features! Wait til next week, there will be more! :) | 00:09 |
openstackgerrit | John L. Villalovos proposed openstack/ironic-inspector master: DNM/WIP: Test if ironic-inspector unit tests are broken https://review.openstack.org/538074 | 00:11 |
TheJulia | I don't see why we can't continue to merge to the client library on master with upper-constraints.... *whistles innocently* | 00:15 |
openstackgerrit | OpenStack Release Bot proposed openstack/python-ironicclient master: Update reno for stable/queens https://review.openstack.org/538083 | 00:28 |
rloo | TheJulia: heh. well, doesn't matter, we didn't +A the client patches for rescue yet. | 00:32 |
rloo | TheJulia: I think we're all good for this week. I'm going to take off. Talk to you on Monday! | 00:33 |
*** bfournie has joined #openstack-ironic | 00:36 | |
openstackgerrit | OpenStack Release Bot proposed openstack/python-ironic-inspector-client master: Update reno for stable/queens https://review.openstack.org/538087 | 00:37 |
*** rloo has quit IRC | 00:37 | |
*** bfournie has quit IRC | 00:42 | |
*** bfournie has joined #openstack-ironic | 00:42 | |
*** zhurong has joined #openstack-ironic | 00:51 | |
*** rbudden has joined #openstack-ironic | 00:56 | |
*** phuongnh has joined #openstack-ironic | 01:01 | |
*** akhilaki_ has quit IRC | 01:06 | |
*** akhilaki has quit IRC | 01:06 | |
*** hieulq__ has joined #openstack-ironic | 01:07 | |
*** hieulq_ has quit IRC | 01:10 | |
*** tiendc has joined #openstack-ironic | 01:18 | |
*** liuzz has joined #openstack-ironic | 01:19 | |
*** liuzz_ has joined #openstack-ironic | 01:22 | |
*** liuzz has quit IRC | 01:23 | |
*** yolanda has quit IRC | 01:30 | |
*** mjturek has quit IRC | 01:32 | |
openstackgerrit | Dao Cong Tien proposed openstack/python-ironicclient master: Add support for RESCUE and UNRESCUE provision states https://review.openstack.org/408341 | 01:33 |
openstackgerrit | Dao Cong Tien proposed openstack/python-ironicclient master: Add rescue_interface to node and driver https://review.openstack.org/517302 | 01:33 |
jlvillal | dtantsur|afk, sambetts|afk: FYI: ironic-inspector unit tests seem broken: https://review.openstack.org/#/c/538074/ | 01:37 |
patchbot | patch 538074 - ironic-inspector - DNM/WIP: Test if ironic-inspector unit tests are b... | 01:37 |
jlvillal | dtantsur|afk, sambetts|afk: Probably this is the reason: https://github.com/construct/construct/commit/812753a79ad8590a563c9881c5ffd8c2125e04e2 | 01:45 |
jlvillal | bfournie, FYI ^^^^ | 01:45 |
*** fragatina has quit IRC | 02:05 | |
openstackgerrit | Akira Yoshiyama proposed openstack/virtualbmc master: Add Serial-over-LAN (SOL) support https://review.openstack.org/482853 | 02:05 |
openstackgerrit | Merged openstack/python-ironicclient master: Update reno for stable/queens https://review.openstack.org/538083 | 02:15 |
*** harlowja has quit IRC | 02:16 | |
openstackgerrit | Dao Cong Tien proposed openstack/ironic-tempest-plugin master: Rescue mode tempest tests https://review.openstack.org/528699 | 02:22 |
openstackgerrit | Tuan Luong-Anh proposed openstack/ironic master: Redundant alias in import statement https://review.openstack.org/538112 | 02:24 |
*** zhurong has quit IRC | 02:24 | |
bfournie | jlvillal: yes, here is the fix https://review.openstack.org/#/c/537627/ | 02:32 |
patchbot | patch 537627 - ironic-inspector - Remove use of construct lib FieldError exception | 02:32 |
bfournie | jlvillal: just needs another | 02:33 |
bfournie | +2 | 02:33 |
jlvillal | bfournie, Yuck. I'll be honest. | 02:35 |
jlvillal | Exception | 02:35 |
jlvillal | bfournie, Why not: except (core.ConstructError, netaddr.AddrFormatError) as e: | 02:35 |
jlvillal | bfournie, Left a comment | 02:36 |
openstackgerrit | Dao Cong Tien proposed openstack/ironic-tempest-plugin master: Rescue mode standalone tests https://review.openstack.org/538119 | 02:37 |
bfournie | jlvillal: well more exceptions can be generated than that as the unit tests show, the FieldError one is not a different type of exception so to handle both old and new libs the generic exception seems to be safest | 02:39 |
bfournie | s/not/now/ | 02:39 |
bfournie | jlvillal: thanks for the comment, I'll try that | 02:40 |
jlvillal | bfournie, And don't take my comment personally. I just dislike doing: except Exception | 02:42 |
bfournie | jlvillal: no problem! I agree, will try more specific ones, I just want to make sure it will work with old and new lib versions | 02:43 |
jlvillal | bfournie, core.ConstructException is the parent exception for all of the exceptions in construct. | 02:44 |
jlvillal | I think... | 02:44 |
jlvillal | s/ConstructException/ConstructError/ | 02:44 |
openstackgerrit | ya.wang proposed openstack/ironic master: Add timeout for common/image_service module's HTTP request via the requests library. https://review.openstack.org/537311 | 02:46 |
*** vsaienk0 has joined #openstack-ironic | 02:48 | |
openstackgerrit | Dao Cong Tien proposed openstack/ironic master: Update "standalone" job for supporting rescue mode https://review.openstack.org/537821 | 02:48 |
openstackgerrit | Dao Cong Tien proposed openstack/ironic master: DNM: standalone test rescue mode https://review.openstack.org/534751 | 02:50 |
bfournie | jlvillal: works great, thanks for the suggestion! pushing update… | 02:54 |
jlvillal | bfournie, Thanks! | 02:54 |
jlvillal | bfournie, If you ever feel bored. I could see a use for a namedtuple in that code :) | 02:55 |
jlvillal | tlv_parser = s[1] | 02:56 |
jlvillal | name = s[2] | 02:56 |
jlvillal | check_len = s[3] | 02:56 |
openstackgerrit | Bob Fournier proposed openstack/ironic-inspector master: Remove use of construct lib FieldError exception https://review.openstack.org/537627 | 02:57 |
*** vsaienk0 has quit IRC | 02:57 | |
bfournie | jlvillal: yeah good, point that's a bit ugly now | 02:58 |
jlvillal | bfournie, No big deal. I was just trying to read the code | 02:58 |
bfournie | jlvillal: would help with readability :-) | 02:59 |
jlvillal | bfournie, I think so. but not high priority | 03:00 |
*** vsaienk0 has joined #openstack-ironic | 03:13 | |
*** crushil has joined #openstack-ironic | 03:19 | |
*** tuanla____ has joined #openstack-ironic | 03:22 | |
*** vsaienk0 has quit IRC | 03:23 | |
*** crushil has quit IRC | 03:32 | |
*** rbudden has quit IRC | 03:50 | |
*** hshiina has quit IRC | 04:24 | |
*** kiseok7_ has quit IRC | 04:48 | |
*** harlowja has joined #openstack-ironic | 04:51 | |
*** openstackstatus has quit IRC | 04:56 | |
*** openstackstatus has joined #openstack-ironic | 04:57 | |
*** ChanServ sets mode: +v openstackstatus | 04:57 | |
*** hamzy has joined #openstack-ironic | 05:12 | |
*** zhurong has joined #openstack-ironic | 05:18 | |
*** fragatina has joined #openstack-ironic | 05:31 | |
*** fragatina has quit IRC | 05:32 | |
*** fragatina has joined #openstack-ironic | 05:32 | |
TheJulia | jlvillal: bfournie: Someone was working on just ripping the use of construct out fwiw. Anyway, the day has been too long and I lost remaining brain cells like 5 hours ago | 05:38 |
*** links has joined #openstack-ironic | 05:58 | |
openstackgerrit | Akira Yoshiyama proposed openstack/virtualbmc master: Add Serial-over-LAN (SOL) support https://review.openstack.org/482853 | 05:59 |
*** vsaienk0 has joined #openstack-ironic | 06:34 | |
*** vsaienk0 has quit IRC | 06:44 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic-ui master: Imported Translations from Zanata https://review.openstack.org/537761 | 06:49 |
*** zhurong has quit IRC | 06:52 | |
*** fragatina has quit IRC | 06:54 | |
*** dpawar has joined #openstack-ironic | 06:57 | |
*** namnh has joined #openstack-ironic | 07:03 | |
*** marios has joined #openstack-ironic | 07:11 | |
*** marios has joined #openstack-ironic | 07:11 | |
openstackgerrit | Dongcan Ye proposed openstack/ironic master: Add meaningful exception in Neutron port show https://review.openstack.org/533640 | 07:17 |
*** harlowja has quit IRC | 07:23 | |
*** jtomasek has joined #openstack-ironic | 07:33 | |
*** e0ne has joined #openstack-ironic | 07:36 | |
*** zhangfei has joined #openstack-ironic | 07:40 | |
*** vsaienk0 has joined #openstack-ironic | 07:42 | |
openstackgerrit | Merged openstack/ironic-inspector master: Remove use of construct lib FieldError exception https://review.openstack.org/537627 | 07:46 |
*** vsaienk0 has quit IRC | 07:52 | |
*** hoonetorg has quit IRC | 07:55 | |
*** d0ugal has quit IRC | 08:04 | |
*** vsaienk0 has joined #openstack-ironic | 08:08 | |
*** d0ugal has joined #openstack-ironic | 08:23 | |
*** hoonetorg has joined #openstack-ironic | 08:25 | |
*** AlexeyAbashkin has joined #openstack-ironic | 08:39 | |
*** amarao has joined #openstack-ironic | 08:50 | |
openstackgerrit | Dao Cong Tien proposed openstack/ironic-tempest-plugin master: Rescue mode tempest tests https://review.openstack.org/528699 | 09:05 |
*** kzaitsev_pi has quit IRC | 09:15 | |
*** athomas has joined #openstack-ironic | 09:16 | |
*** dsneddon_ has joined #openstack-ironic | 09:20 | |
*** dsneddon_ has quit IRC | 09:20 | |
*** mgoddard_ has joined #openstack-ironic | 09:20 | |
*** kzaitsev_pi has joined #openstack-ironic | 09:25 | |
*** sambetts|afk is now known as sambetts | 09:27 | |
*** yangyapeng has quit IRC | 09:32 | |
*** MattMan has quit IRC | 09:32 | |
*** MattMan has joined #openstack-ironic | 09:32 | |
*** yangyapeng has joined #openstack-ironic | 09:35 | |
*** derekh has joined #openstack-ironic | 09:38 | |
*** amarao has quit IRC | 09:46 | |
*** marios has quit IRC | 09:48 | |
*** e0ne has quit IRC | 09:52 | |
*** e0ne_ has joined #openstack-ironic | 09:52 | |
*** tuanla____ has quit IRC | 10:02 | |
*** lucas-afk is now known as lucasagomes | 10:07 | |
*** namnh has quit IRC | 10:08 | |
*** liuzz_ has quit IRC | 10:15 | |
*** amarao has joined #openstack-ironic | 10:16 | |
*** racedo has quit IRC | 10:32 | |
*** racedo has joined #openstack-ironic | 10:32 | |
*** racedo has quit IRC | 10:32 | |
*** phuongnh has quit IRC | 11:02 | |
*** marios has joined #openstack-ironic | 11:07 | |
*** gmonteiro has joined #openstack-ironic | 11:14 | |
*** fragatina has joined #openstack-ironic | 11:15 | |
*** jkilpatr has quit IRC | 11:24 | |
*** johnthetubaguy has quit IRC | 11:26 | |
*** johnthetubaguy has joined #openstack-ironic | 11:28 | |
*** dsneddon has quit IRC | 11:41 | |
*** gmonteiro has quit IRC | 11:56 | |
*** jkilpatr has joined #openstack-ironic | 11:59 | |
openstackgerrit | Merged openstack/ironic master: Agent rescue implementation https://review.openstack.org/400437 | 12:03 |
*** hjensas has quit IRC | 12:08 | |
*** gmonteiro has joined #openstack-ironic | 12:08 | |
*** hjensas has joined #openstack-ironic | 12:09 | |
*** nicodemos has quit IRC | 12:09 | |
*** nicodemos has joined #openstack-ironic | 12:09 | |
*** etingof has quit IRC | 12:13 | |
*** dpawar has quit IRC | 12:16 | |
*** andyjones2001 has joined #openstack-ironic | 12:16 | |
*** gmonteiro has quit IRC | 12:22 | |
*** gmonteiro has joined #openstack-ironic | 12:22 | |
*** gmonteiro has quit IRC | 12:24 | |
*** gmonteiro has joined #openstack-ironic | 12:25 | |
*** gmonteiro has quit IRC | 12:26 | |
*** cdearborn has joined #openstack-ironic | 12:28 | |
*** racedo has joined #openstack-ironic | 12:30 | |
*** jlabarre has joined #openstack-ironic | 12:32 | |
*** hamzy has quit IRC | 12:43 | |
*** bfournie has quit IRC | 12:45 | |
*** bfournie has joined #openstack-ironic | 12:45 | |
*** bfournie has quit IRC | 12:45 | |
*** hamzy has joined #openstack-ironic | 12:46 | |
jroll | morning! | 12:56 |
*** jlabarre has quit IRC | 12:58 | |
jroll | looks like zuul is still being cranky | 12:58 |
jroll | things appear to be lined up for traits, though \o/ | 12:59 |
*** gcb has quit IRC | 13:02 | |
*** dprince has joined #openstack-ironic | 13:07 | |
openstackgerrit | Dao Cong Tien proposed openstack/ironic-tempest-plugin master: Rescue mode tempest tests https://review.openstack.org/528699 | 13:07 |
*** tiendc has quit IRC | 13:09 | |
mgoddard_ | morning jroll | 13:11 |
mgoddard_ | great with with nova yesterday :) | 13:11 |
mgoddard_ | jroll: we're currently blocked on https://review.openstack.org/#/c/537453/ | 13:11 |
patchbot | patch 537453 - glance - Fix pip install failure | 13:11 |
*** trown|outtypewww is now known as trown|rover | 13:12 | |
jroll | mgoddard_: ah, excellent | 13:12 |
jroll | thanks! | 13:12 |
mgoddard_ | how a pip install failure gets through CI I don't know | 13:13 |
*** jlabarre has joined #openstack-ironic | 13:13 | |
jroll | eh, could be a new release of setuptools or something, lots of external factors | 13:14 |
*** jcoufal has joined #openstack-ironic | 13:16 | |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic master: Add API methods for [un]rescue https://review.openstack.org/350831 | 13:18 |
mgoddard_ | jroll: it's glance's setup.cfg installing an optional data file | 13:18 |
jroll | ¯\_(ツ)_/¯ | 13:19 |
jroll | my brain isn't really working today | 13:19 |
*** bfournie has joined #openstack-ironic | 13:20 | |
*** athomas has quit IRC | 13:22 | |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic master: Add rescue interface field to node-related notifications https://review.openstack.org/502889 | 13:26 |
sambetts | mgoddard_: I noticed that error gets through CI some how too, I had the same thing on networking-cisco recently, not sure if tox eats that error or something | 13:27 |
mgoddard_ | sambetts: odd. poor return code checking on some test pip install paths maybe? | 13:28 |
mgoddard_ | sambetts: if the package was installed enough to function, it get through | 13:29 |
sambetts | yeah seems like it, the only place I saw it fail was when we tried to install the package into tempest virtual env | 13:30 |
*** sauloaislan has joined #openstack-ironic | 13:36 | |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic master: Update description for config params of 'rescue' interface https://review.openstack.org/517919 | 13:38 |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic master: Add documentation for rescue interface https://review.openstack.org/419606 | 13:38 |
*** fragatina has quit IRC | 13:47 | |
*** dmellado has joined #openstack-ironic | 13:58 | |
*** edleafe is now known as figleaf | 14:01 | |
TheJulia | good morning everyone | 14:11 |
jroll | hey TheJulia \o | 14:13 |
TheJulia | my brain is still asleep | 14:15 |
*** hoonetorg has quit IRC | 14:18 | |
*** rbudden has joined #openstack-ironic | 14:19 | |
*** sauloaislan has quit IRC | 14:19 | |
*** sauloaislan has joined #openstack-ironic | 14:19 | |
*** Goneri has joined #openstack-ironic | 14:20 | |
*** etingof has joined #openstack-ironic | 14:20 | |
*** Goneri has quit IRC | 14:21 | |
*** Goneri has joined #openstack-ironic | 14:23 | |
jroll | mine is definitely in a fog | 14:24 |
*** lucasagomes is now known as lucas-hungry | 14:26 | |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic master: Follow-up for agent rescue implementation https://review.openstack.org/538252 | 14:29 |
*** hoonetorg has joined #openstack-ironic | 14:32 | |
*** rpioso|afk is now known as rpioso | 14:34 | |
rpioso | Good Friday morning :) | 14:35 |
*** r-daneel has joined #openstack-ironic | 14:39 | |
*** etingof has quit IRC | 14:40 | |
*** dansmith is now known as superdan | 14:41 | |
*** tesseract has joined #openstack-ironic | 14:49 | |
*** mjturek has joined #openstack-ironic | 14:51 | |
TheJulia | good morning rpioso | 14:53 |
TheJulia | rpioso: quick question, what is the status of the dell ci, if you happen to know? | 14:53 |
rpioso | TheJulia: Hey | 14:53 |
rpioso | TheJulia: Let me check. | 14:53 |
*** yolanda has joined #openstack-ironic | 14:54 | |
rajinir | rpioso, TheJulia its back and running. | 14:54 |
rajinir | rpioso, TheJulia: There was some outage because of pcre lib depencency that affected all thirdparty CIs. Its been taken care of | 14:55 |
TheJulia | rajinir: thanks! | 14:55 |
rpioso | rajinir: That ^^^ :) | 14:56 |
*** d0ugal has quit IRC | 14:57 | |
openstackgerrit | Merged openstack/ironic master: Updated from global requirements https://review.openstack.org/537051 | 14:59 |
openstackgerrit | Hironori Shiina proposed openstack/ironic master: iRMC:Support preparing rescue ramdisk in iRMC PXE https://review.openstack.org/538260 | 15:00 |
TheJulia | and we lost power again..... *sigh* | 15:00 |
*** r-daneel has quit IRC | 15:01 | |
*** vsaienk0 has quit IRC | 15:04 | |
TheJulia | Any cores around today that can review https://review.openstack.org/#/c/456235/ ? | 15:13 |
patchbot | patch 456235 - networking-baremetal - Add baremetal neutron agent | 15:13 |
*** d0ugal has joined #openstack-ironic | 15:14 | |
*** zhangfei has quit IRC | 15:15 | |
*** mjturek has quit IRC | 15:17 | |
*** gcb has joined #openstack-ironic | 15:17 | |
*** vsaienk0 has joined #openstack-ironic | 15:20 | |
openstackgerrit | Merged openstack/python-ironicclient master: Check return value in test_baremetal_list_traits https://review.openstack.org/537934 | 15:20 |
sambetts | TheJulia: I'm around and I'll review but I'll not sure I can +W because half the patch is my code | 15:20 |
*** mjturek has joined #openstack-ironic | 15:21 | |
*** marios has quit IRC | 15:22 | |
*** marios has joined #openstack-ironic | 15:23 | |
*** gcb has quit IRC | 15:23 | |
TheJulia | sambetts: I can | 15:24 |
sambetts | TheJulia: +2 from me | 15:26 |
openstackgerrit | Dmitry Tantsur proposed openstack/sushy-tools master: Clean up templates from items that cannot be implemented for libvirt https://review.openstack.org/538268 | 15:30 |
*** lucas-hungry is now known as lucasagomes | 15:31 | |
TheJulia | dtantsur|afk: if there is any chance you can take a look at https://review.openstack.org/#/c/535910/10 | 15:33 |
patchbot | patch 535910 - sushy - Restores sushy session functionality. | 15:33 |
*** cdearborn has quit IRC | 15:34 | |
TheJulia | sambetts: if you also want to take a look ^^^ | 15:34 |
sambetts | TheJulia: I can take a look but when it comes to the sushy stuff I'm basically just reviewing whether the python is good or not, I don't know enough about how the protocol works to judge if its doing the right thing | 15:35 |
TheJulia | understood | 15:38 |
TheJulia | I'm hoping to get a dtantsur|afk to appear out of the shadows | 15:38 |
*** ricardoas1 has joined #openstack-ironic | 15:42 | |
*** amarao has quit IRC | 15:43 | |
*** ricardoas has quit IRC | 15:44 | |
*** makowals has quit IRC | 15:56 | |
*** ricardoas1 has quit IRC | 15:56 | |
*** cjloader has joined #openstack-ironic | 15:58 | |
*** mjturek has quit IRC | 16:00 | |
openstackgerrit | Javier Peña proposed openstack/ironic master: Fix unit tests for UEFI iSCSI boot for ILO https://review.openstack.org/538293 | 16:01 |
*** ricardoas has joined #openstack-ironic | 16:03 | |
*** mjturek has joined #openstack-ironic | 16:04 | |
*** links has quit IRC | 16:05 | |
*** AlexeyAbashkin has quit IRC | 16:06 | |
*** vsaienk0 has quit IRC | 16:09 | |
*** e0ne_ has quit IRC | 16:09 | |
hjensas | sambetts: Thenks for the review on https://review.openstack.org/#/c/521838 , I'll fix it later. And there should be a big Co-Autored-By: Sam Betts on that one, so I'll add that as well. | 16:22 |
patchbot | patch 521838 - networking-baremetal - Switch from MechanismDriver to SimpleAgentMechanis... | 16:22 |
sambetts | hjensas: thanks :D | 16:22 |
*** melwitt is now known as jgwentworth | 16:23 | |
*** vsaienk0 has joined #openstack-ironic | 16:29 | |
hjensas | sambetts: can we re-open those abandoned patches of yours? Or should I remove the change-id to make new ones? | 16:34 |
sambetts | hjensas: sure, can you unabandon them or do I need too? | 16:36 |
sambetts | hjensas: I've restored https://review.openstack.org/#/c/392959/ | 16:38 |
patchbot | patch 392959 - ironic - Rework Ironic devstack baremetal network simulation | 16:38 |
hjensas | sambetts: I don't have a restore button in gerrit on those, looks like you have to do it. (440717, 440718, 392959, 421288, 421389, 440721) | 16:38 |
TheJulia | I can also do it | 16:38 |
sambetts | cool I've restored the whole chain | 16:39 |
TheJulia | yup, beat me to it | 16:39 |
openstackgerrit | Harald Jensås proposed openstack/ironic master: Grenade source correct Ironic devstack plugin version https://review.openstack.org/440717 | 16:39 |
openstackgerrit | Harald Jensås proposed openstack/ironic master: Handle multinode VXLAN tunnel inside ironic devstack plugin https://review.openstack.org/440718 | 16:39 |
openstackgerrit | Harald Jensås proposed openstack/ironic master: Rework Ironic devstack baremetal network simulation https://review.openstack.org/392959 | 16:39 |
hjensas | sambetts: TheJulia: thanks :) | 16:40 |
hjensas | sambetts: I did'nt run any tempest against it yet, but it sets up things and ocular check looks ok... | 16:40 |
*** SerenaFeng has joined #openstack-ironic | 16:41 | |
* hjensas hopes he did'nt rip out any features when doing the rebase ... .-E | 16:41 | |
sambetts | hjensas: awesome, I didn't have it working with a complete tempest run of the BaremetalBasicOps job locally before it went into merge conflict/abandonment | 16:41 |
jlvillal | mgoddard, Who is blocked by the glance patch? https://review.openstack.org/#/c/537453/ | 16:42 |
patchbot | patch 537453 - glance - Fix pip install failure | 16:42 |
sambetts | hjensas: yeah it was a pretty nasty rebase and I ended up rebasing nearly every day before I abandoned it because we had a huge number of other devstack lib changes merging | 16:43 |
*** e0ne has joined #openstack-ironic | 16:52 | |
*** etingof has joined #openstack-ironic | 16:52 | |
*** e0ne has quit IRC | 16:52 | |
TheJulia | jlvillal: requirements I think | 16:58 |
*** hjensas has quit IRC | 16:58 | |
mgoddard_ | jvillal: u-c and g-r for the new ironic client release | 16:59 |
*** e0ne has joined #openstack-ironic | 16:59 | |
mgoddard_ | jvillal: https://review.openstack.org/#/c/538066 & https://review.openstack.org/#/c/538093 | 16:59 |
patchbot | patch 538066 - requirements - Bump g-r for ironicclient 2.2.0 | 16:59 |
patchbot | patch 538093 - requirements - update constraint for python-ironicclient to new r... | 16:59 |
mgoddard_ | jvillal: doug hellman announced on the ML that the client release and requirements freeze deadlines will be extended to tuesday | 17:00 |
mgoddard_ | jlvillal: doh, mistyped your nick | 17:01 |
* TheJulia wonders if it would be awful to go ahead and try to push forward rescue..... | 17:01 | |
jlvillal | mgoddard_, Thanks. Yeah the 'integrated' gate queue is enormous!!! | 17:05 |
jlvillal | mgoddard_, The #1 job in the queue has been there 22hr 16min. Ouch :( | 17:06 |
* jlvillal is glad we have our own gate queue | 17:07 | |
openstackgerrit | Merged openstack/sushy master: Updated from global requirements https://review.openstack.org/537191 | 17:08 |
mgoddard_ | jlvillal: oh wow | 17:09 |
jlvillal | mgoddard_, Yeah. http://zuul.openstack.org/ Look under the 'gate'. And scroll down to queue 'integrated'. | 17:09 |
*** harlowja has joined #openstack-ironic | 17:10 | |
mgoddard_ | TheJulia: would it require nova changes? They've had their feature freeze already | 17:10 |
TheJulia | there really is no point since they are in FF | 17:11 |
TheJulia | we should go ahead and merge to master anyway and just get them out of the review queue | 17:11 |
TheJulia | since the stable branch has been created as well | 17:11 |
*** fragatina has joined #openstack-ironic | 17:15 | |
*** vsaienk0 has quit IRC | 17:16 | |
openstackgerrit | Merged openstack/python-ironic-inspector-client master: Update reno for stable/queens https://review.openstack.org/538087 | 17:18 |
*** vsaienk0 has joined #openstack-ironic | 17:18 | |
*** hoonetorg has quit IRC | 17:20 | |
*** andyjones2001 has quit IRC | 17:21 | |
*** e0ne has quit IRC | 17:25 | |
*** e0ne has joined #openstack-ironic | 17:26 | |
*** cjloader has quit IRC | 17:28 | |
*** cjloader has joined #openstack-ironic | 17:29 | |
*** trown|rover is now known as trown|lunch | 17:29 | |
*** tesseract has quit IRC | 17:35 | |
*** hoonetorg has joined #openstack-ironic | 17:37 | |
*** fragatina has quit IRC | 17:38 | |
*** vsaienk0 has quit IRC | 17:39 | |
*** marios has quit IRC | 17:39 | |
*** AlexeyAbashkin has joined #openstack-ironic | 17:40 | |
*** e0ne has quit IRC | 17:42 | |
*** e0ne has joined #openstack-ironic | 17:44 | |
*** AlexeyAbashkin has quit IRC | 17:45 | |
NobodyCam | And Good Morning Ironic'ers ... and .... ofc... | 17:50 |
NobodyCam | TGIF! | 17:50 |
*** e0ne has quit IRC | 17:51 | |
*** vsaienk0 has joined #openstack-ironic | 17:53 | |
*** jkilpatr has quit IRC | 17:56 | |
jroll | TheJulia: ++ | 18:00 |
jroll | NobodyCam: tgif indeed! good morning :) | 18:01 |
*** yolanda has quit IRC | 18:01 | |
*** links has joined #openstack-ironic | 18:02 | |
*** vsaienk0 has quit IRC | 18:03 | |
*** mgoddard_ has quit IRC | 18:06 | |
*** AlexeyAbashkin has joined #openstack-ironic | 18:09 | |
NobodyCam | jroll: :) oh ya, | 18:11 |
NobodyCam | and Good Morning too :) | 18:11 |
*** AlexeyAbashkin has quit IRC | 18:14 | |
*** penick has joined #openstack-ironic | 18:20 | |
*** dsneddon has joined #openstack-ironic | 18:24 | |
openstackgerrit | Julia Kreger proposed openstack/ironic master: Add API methods for [un]rescue https://review.openstack.org/350831 | 18:27 |
*** links has quit IRC | 18:32 | |
JayF | *dies of surprise* https://review.openstack.org/#/c/350831/ | 18:32 |
patchbot | patch 350831 - ironic - Add API methods for [un]rescue | 18:32 |
jroll | JayF: lol, I meant to come tell you that :) | 18:34 |
openstackgerrit | Merged openstack/python-ironicclient master: Use the 'ironic' queue for the gate https://review.openstack.org/537976 | 18:34 |
JayF | I still get emails for that patchset | 18:34 |
JayF | you can't unsubscribe from them if you're the patch owner | 18:34 |
openstackgerrit | Julia Kreger proposed openstack/ironic-python-agent master: Execute error in _detect_cna_card https://review.openstack.org/534690 | 18:35 |
jroll | I just assumed you black holed gerrit a long time ago like me | 18:35 |
JayF | it's in a folder | 18:36 |
JayF | at this point I only get updates on patches I submitted, and it's loltastic (and wonderful) to see them merging years later | 18:36 |
jroll | heh | 18:36 |
*** trown|lunch is now known as trown|ruck | 18:36 | |
*** trown|ruck is now known as trown|rover | 18:36 | |
*** fragatina has joined #openstack-ironic | 18:36 | |
*** racedo has quit IRC | 18:37 | |
openstackgerrit | Merged openstack/sushy master: Restores sushy session functionality. https://review.openstack.org/535910 | 18:40 |
*** weshay is now known as weshay|ruck|brb | 18:43 | |
*** mgoddard_ has joined #openstack-ironic | 18:46 | |
*** cdearborn has joined #openstack-ironic | 18:48 | |
*** lucasagomes is now known as lucas-afk | 18:49 | |
*** hjensas has joined #openstack-ironic | 18:57 | |
*** hjensas has quit IRC | 18:57 | |
*** hjensas has joined #openstack-ironic | 18:57 | |
* sambetts ---> home | 19:04 | |
sambetts | night all o/ | 19:04 |
sambetts | ohi and bye JayF o/ | 19:04 |
*** sambetts is now known as sambetts|afk | 19:04 | |
TheJulia | o/ JayF | 19:04 |
openstackgerrit | Merged openstack/bifrost master: Add metadata version openstack/2015-10-15 https://review.openstack.org/533196 | 19:05 |
TheJulia | no dying of surprise.... hopefully a good chunk of those will land this soon()... looks like we're getting CI post failures again. Time to just back away from CI for the weekend... I think | 19:06 |
TheJulia | (or at least until 1 am or so) | 19:06 |
*** jtomasek has quit IRC | 19:09 | |
*** SerenaFeng has quit IRC | 19:09 | |
*** hjensas has quit IRC | 19:10 | |
*** comstud has quit IRC | 19:10 | |
*** harlowja has quit IRC | 19:14 | |
*** SerenaFeng has joined #openstack-ironic | 19:15 | |
*** makowals has joined #openstack-ironic | 19:19 | |
*** dprince has quit IRC | 19:21 | |
*** links has joined #openstack-ironic | 19:21 | |
TheJulia | folks, I'm getting a migraine, so I'm going to close the computer for at least a few hours. send me a direct message if you need me to get my attention | 19:21 |
jroll | TheJulia: feel better and go enjoy the weekend, we'll be fine :) | 19:22 |
*** jkilpatr has joined #openstack-ironic | 19:26 | |
*** weshay|ruck|brb is now known as weshay|ruck | 19:27 | |
*** vsaienk0 has joined #openstack-ironic | 19:35 | |
*** hjensas has joined #openstack-ironic | 19:41 | |
*** harlowja has joined #openstack-ironic | 19:46 | |
*** vsaienk0 has quit IRC | 19:49 | |
*** dprince has joined #openstack-ironic | 19:56 | |
*** penick has quit IRC | 19:56 | |
*** harlowja_ has joined #openstack-ironic | 19:58 | |
openstackgerrit | Merged openstack/ironic-python-agent master: Rescue extension for TinyIPA with DHCP network https://review.openstack.org/445692 | 19:59 |
openstackgerrit | Merged openstack/ironic-python-agent master: Use the 'ironic' queue for the gate https://review.openstack.org/537973 | 19:59 |
*** penick has joined #openstack-ironic | 19:59 | |
*** harlowja has quit IRC | 20:00 | |
*** baha has joined #openstack-ironic | 20:00 | |
*** makowals has quit IRC | 20:02 | |
*** etingof has quit IRC | 20:11 | |
*** etingof has joined #openstack-ironic | 20:15 | |
openstackgerrit | Harald Jensås proposed openstack/networking-baremetal master: Switch from MechanismDriver to SimpleAgentMechanismDriverBase https://review.openstack.org/521838 | 20:30 |
openstackgerrit | Harald Jensås proposed openstack/networking-baremetal master: Use reporting_interval option from neutron https://review.openstack.org/536792 | 20:30 |
*** hw_wutianwei has quit IRC | 20:31 | |
*** hw_wutianwei has joined #openstack-ironic | 20:33 | |
*** makowals has joined #openstack-ironic | 20:39 | |
*** SerenaFeng has quit IRC | 20:41 | |
*** e0ne has joined #openstack-ironic | 20:43 | |
*** links has quit IRC | 20:43 | |
*** dprince has quit IRC | 20:47 | |
*** makowals has quit IRC | 20:50 | |
openstackgerrit | Merged openstack/ironic master: Fix unit tests for UEFI iSCSI boot for ILO https://review.openstack.org/538293 | 20:51 |
*** jkilpatr has quit IRC | 20:57 | |
*** dsneddon_ has joined #openstack-ironic | 21:12 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic master: Automatically migrate nodes to hardware types https://review.openstack.org/534373 | 21:17 |
*** Goneri has quit IRC | 21:23 | |
openstackgerrit | Dmitry Tantsur proposed openstack/sushy-tools master: Support EthernetInterface resource in the emulator https://review.openstack.org/538338 | 21:24 |
*** e0ne has quit IRC | 21:34 | |
openstackgerrit | Merged openstack/bifrost master: Updated from global requirements https://review.openstack.org/537028 | 21:36 |
*** mgoddard_ has quit IRC | 21:37 | |
*** jcoufal has quit IRC | 21:41 | |
openstackgerrit | Merged openstack/ironic-python-agent master: Execute error in _detect_cna_card https://review.openstack.org/534690 | 21:47 |
*** dsneddon_ has quit IRC | 21:47 | |
*** dsneddon_ has joined #openstack-ironic | 21:49 | |
*** baha has quit IRC | 21:54 | |
*** dsneddon_ has quit IRC | 21:59 | |
*** trown|rover is now known as trown|outtypewww | 22:00 | |
*** jlabarre has quit IRC | 22:05 | |
*** dsneddon_ has joined #openstack-ironic | 22:07 | |
*** dsneddon_ has quit IRC | 22:12 | |
TheJulia | Hmmmm not as many things that I expected has landed.... :( | 22:15 |
TheJulia | http://logs.openstack.org/a3/a3463dc57d1dc2dc34345ed3b476f6ebfbe5649c/post/publish-openstack-releasenotes/e0e59ca/job-output.txt.gz#_2018-01-26_21_56_40_271144 | 22:24 |
* TheJulia blinks at review | 22:29 | |
*** rbudden has quit IRC | 22:33 | |
*** dsneddon_ has joined #openstack-ironic | 22:34 | |
*** dsneddon_ has quit IRC | 22:38 | |
*** dsneddon_ has joined #openstack-ironic | 22:51 | |
*** dsneddon_ has quit IRC | 22:56 | |
openstackgerrit | Julia Kreger proposed openstack/python-ironicclient master: Add rescue_interface to node and driver https://review.openstack.org/517302 | 23:07 |
*** bfournie has quit IRC | 23:07 | |
*** penick is now known as JunOcataGuy | 23:08 | |
*** lbragstad is now known as elbragstad | 23:11 | |
TheJulia | Cogs are turning, I think many things will land... CI gods permitting.... over the next few hours. | 23:17 |
*** figleaf is now known as edleafe | 23:18 | |
*** cjloader has quit IRC | 23:21 | |
*** dsneddon_ has joined #openstack-ironic | 23:27 | |
*** jgwentworth is now known as melwitt | 23:28 | |
*** cdearborn has quit IRC | 23:29 | |
*** dsneddon_ has quit IRC | 23:32 | |
*** dsneddon_ has joined #openstack-ironic | 23:40 | |
*** dsneddon_ has quit IRC | 23:45 | |
*** dsneddon_ has joined #openstack-ironic | 23:47 | |
*** mjturek has quit IRC | 23:47 | |
*** rbudden has joined #openstack-ironic | 23:52 | |
*** dsneddon_ has quit IRC | 23:55 | |
openstackgerrit | Merged openstack/ironic master: Add API methods for [un]rescue https://review.openstack.org/350831 | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!