17:02:20 #startmeeting ironic-qa 17:02:20 Meeting started Wed Dec 9 17:02:20 2015 UTC and is due to finish in 60 minutes. The chair is krtaylor. Information about MeetBot at http://wiki.debian.org/MeetBot. 17:02:21 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 17:02:24 hemna: Moving to main channel. Model updates - we want to kill db access in drivers 17:02:24 The meeting name has been set to 'ironic_qa' 17:02:34 anyone here for ironic-qa? 17:02:35 DuncanT, +1 17:02:39 <[1]cdearborn> o/ 17:02:41 o/ 17:02:43 krtaylor: SUP :) 17:02:50 o/ 17:02:54 o/ 17:03:16 hi everyone 17:03:25 o/ 17:03:32 here is the agenda: 17:03:36 #link https://wiki.openstack.org/wiki/Meetings/Ironic-QA 17:03:59 not much there, but I know better than to think we won't have anything to talk about :) 17:04:26 #topic Announcements 17:04:54 We have great news about OneView CI, we are able to test deployment workflow, I assume that we are publishing the deploy test job until the end of this week :) 17:05:22 good 17:05:28 and we have one on the agenda 17:05:31 OpenStack Health Dashboard 17:05:42 not sure if that was sambetts 17:05:47 also just a quick note, we're making the ipxe job voting, it's been stable for a while: https://review.openstack.org/#/c/255382/ 17:06:01 but here's the link for the Dashboard: 17:06:14 #link http://status.openstack.org/openstack-health/#/g/project/openstack%252Fironic 17:06:37 ipxe voting: 17:06:47 #link https://review.openstack.org/#/c/255382/ 17:07:03 so now that we've brought the dashboard up... can we talk about how abysmal that failure rate is? can save for open discussion if we like... 17:07:33 yes, we should, lets table that for open discussion 17:07:34 and even worse, thuogh I think it may be a sample size thing: http://status.openstack.org/openstack-health/#/g/project/openstack%252Fironic-python-agent 17:07:37 k 17:07:49 o/ 17:08:06 hi sambetts we were just looking at the dashboard 17:08:31 ok, any other quick announcements? 17:08:32 Yeah I came up on the ML and I thought it was cool 17:08:37 it* 17:09:24 #topic Grenade and Functional testing 17:09:52 not sure of any progress this week either, jlvillal is in class 17:10:08 anyone? 17:10:26 then onward 17:10:42 #topic Third party CI 17:10:54 so,t he spec has had a lot of activity :) 17:11:36 hehe 17:11:36 jroll, I read the comments and started a revision, but got distracted by my day job, sorry about the duplicate patch 17:12:07 krtaylor: no worries :) 17:12:20 there were some counterpoint comments 17:12:50 lucasagomes isn't here... 17:13:12 I think we're way past the point of deciding whether or not we're doing this... 17:13:52 <[1]cdearborn> agree 17:14:01 jroll, agreed, but maybe we can address some of the concerns that prompted the concern 17:14:26 used concern to many times 17:14:37 seems like the concerns were "I don't want my driver dropped from tree, but I can't CI it" 17:14:50 idk how to address this unless we just don't do it 17:15:15 can that driver be tested as a part of the infra testing? 17:15:39 if it requires special hw, then no 17:15:41 almost certainly not, it needs real hardware afaik 17:15:44 we could somehow mark drivers in tree that are CI'ed and not CI'ed? 17:15:56 having a config option to allow enabling non-CI'ed driver? 17:15:59 maybe kvm has a wol 17:16:12 lucasagomes: that was an alternative proposed a long time ago that we decided not to do 17:16:17 I don't remember off hand all the reasons why 17:16:26 jroll, it was a bit different AFAIR 17:16:39 the propose before was you could either enable production drivers or testing drivers 17:17:07 (but I wanna point out that, I'm OK with that proposal in the spec. I understand it has been discussed) 17:17:12 hmm 17:17:22 yeah, I think we don't want to turn back now 17:17:27 historically, as projects have grown, that has not worked well, if it is in tree, it needs to be tested 17:17:36 jroll, yeah, and I'm fine with that 17:18:06 cool 17:18:11 krtaylor, it's "tested" not as a functional test 17:18:17 but unittest is testing 17:18:29 I think my idea is more like staging drivers in linux 17:18:39 dprince: do you want to talk about this at all or are you good with my replies on the spec patch? 17:18:50 which are drivers in-tree but with less promises that they are working 17:19:43 lucasagomes, yeah, that is what I was proposing at summit, like an attic for drivers that were interesting, but not production 17:20:00 krtaylor, ++ 17:20:30 and I understand that there's an overhead about having driver in tree as well, we have to maintain the code 17:20:38 so all ideas has pos/cons 17:20:54 the spec started that way, but the consensus was that once out of main tested tree, they were noop 17:21:21 lucasagomes: maintenance in-tree is much cheaper though 17:21:29 dprince, right 17:21:36 why? 17:21:44 jroll: grep 17:22:09 grep -r thing ironic/ mydriver/ 17:22:09 ? 17:22:22 jroll: I'm just not keen on all the split out here 17:22:45 jroll: I mean if we expected 10 more power management drivers over the next year, maybe 17:22:45 right, I'd like a concrete reason why. most of the issues I've heard are easily solved 17:23:04 jroll: even then, the main arguement seems to be quality of the "in-tree" drivers 17:23:16 jroll: I don't think iboot, and wol are dragging down that quality 17:24:06 dprince: we want to be able to say "all drivers in tree are well tested" 17:24:21 put another way, why would we be different than any other project wrt vendor CI? 17:24:33 it's not that drivers are dragging down quality, it's that the quality is 100% unknown 17:24:41 krtaylor: other projects got it wrong in some cases 17:24:46 krtaylor: took it too far 17:24:48 one thing that in-tree drivers helps is to expand the driver interface... It's easy to argue about adding an extra parameter for example in one of the methods if it's in-tree 17:24:51 IMO 17:25:07 like when get_supported_boot_devices() was extended to add the "task" argument 17:25:20 because we needed to check the arch of the node instead of just returning an static list 17:25:44 small example, that is easy to reason about if the driver is in-tree when changing the base interfaces 17:25:57 just my prospective, I don't see any reason to penalize developers who have taken the extra time to enhance their dev environments with drivers which are super helpful at developing and testing Ironic 17:26:19 perhaps out of tree makes sense for some vendors who don't generally engage upstream 17:26:28 sort of a pay to play model 17:26:33 dprince: I don't see the penalty, is my point 17:26:44 jroll: out of tree, out of site, out of mind 17:26:59 and we *want* to keep out of tree drivers working 17:27:01 jroll: i.e. I have to go and read the changelogs as to why interface X changed 17:27:02 I think they're super valuable 17:27:15 we don't want to break that interface 17:27:19 jroll: right, I'm saying (in practice) it isn't perfect 17:27:26 jroll: look at the includes in all the vendor drivers 17:27:41 no, but we're working towards that 17:27:41 yep 17:27:43 jroll: some of those I think might be considered internal drivers 17:27:44 we have a plan to get rid of those 17:28:14 and have an actual driver api sort of thing 17:28:30 jroll: until there are versioned (internally versioned) libaries out of tree could be painful 17:28:34 jroll: that is all I'm saying 17:28:45 sure 17:29:17 we also have 1.5+ cycles to figure out how to make it less painful 17:29:29 true 17:29:42 but, we have already started off down the runway 17:30:32 jroll, what about documentation for out-of-tree drivers? 17:30:39 things like http://docs.openstack.org/developer/ironic/drivers/wol.html 17:30:57 or http://docs.openstack.org/developer/ironic/drivers/vbox.html 17:31:05 great question, we'll need to solve that somehow 17:31:17 readthedocs is pretty easy, and infra has support for it 17:31:39 there's probably other good ways 17:31:51 true, yeah we should give it some thought 17:31:57 it the spirit of big tent and fostering new projects (drivers) maybe therecan be a cross-project driver incubation repo 17:32:36 but we have time to brainstorm that 17:33:25 so, the issue is that there are valuable drivers that developers are using, that cannot be tested as a part of our infra check pipeline 17:34:02 krtaylor, right... they can be tested, but we just don't have $$ to actually test it 17:34:26 and that is a special case, maybe we can find a vendor that could? 17:34:33 * krtaylor thinks ipmi... 17:34:38 I think jroll is looking at it 17:34:41 for ipmitool for e.g 17:34:52 because that's our "main" (not sure I can say it) driver 17:34:54 yeah, I'm on top of ipmitool 17:35:02 "recommended" :) 17:35:15 so my thought is we roll forward with our plan, try to make it work well for those drivers, and go from there 17:35:15 IBM may want to do it for ipminative as well, since pyghmi is something they work on 17:35:39 yes, we are having those discussions also 17:35:51 and if it's super terrible for out of tree drivers, we either work really hard to fix it, or admit that out of tree in ironic is terrible and allow them back in tree with some other mechanism to say it's untested 17:36:18 works for me 17:37:16 cool 17:37:25 can we land this spec then? :D 17:37:30 I'm already maintaining an out of tree driver, and its not that bad right now, nothing has drastically broken anything recently 17:37:42 jroll, +1000 17:37:45 sambetts, yeah we want to make it even better 17:37:51 of course :) 17:37:51 * lucasagomes wants at least 17:38:20 lucasagomes: don't forget we had a whole session on the driver interface and came out with a plan :) 17:38:26 jroll, I think there are some issues regarding testing, I'm not sure if krtaylor is planning to discuss that during this meeting... 17:38:40 jroll, right 17:38:51 ok, we are winding down on that topic 17:38:57 sinval: open discussion? :) 17:39:03 anyone object to moving on? 17:39:12 let's do it 17:39:14 jroll: can be 17:39:15 #topic General QA and Open Discussion 17:39:26 sinval: whatcha got 17:40:31 deva had comments about the testing session in the spec, something about: "None is not good for a testing spec" 17:40:40 sinval: oh, that's been fixed 17:41:14 that was a joke about a testing spec not having test impact :) 17:41:36 it was the subject of the entire spec :) 17:41:48 my open discussion topic: we have sporadic failures caused by either timeouts and/or pxe failures, still plaguing the gate for months (years?) now, and it's long past the point where we're terrible people for not fixing them 17:41:53 #link http://status.openstack.org/elastic-recheck/#1393099 17:41:59 #link http://status.openstack.org/elastic-recheck/#1408067 17:42:06 top 2 out of 3 on elastic recheck 17:42:29 we can't just let these sit anymore, we need someone working on them as hard as possible, and nothing else 17:42:32 that timeout is a PITA indeed 17:42:44 clark b has the bug numbers memorized - that's how bad it is 17:43:16 I tried to get to it, but I have way too much other stuff going on 17:43:25 I'm happy to prioritize it on my list, but would rather have a volunteer that knows this stuff well working on it 17:43:37 it's a terrible waste of infra resources :( 17:43:38 jlvillal will more than likely be interested, but I won't volunteer him 17:45:22 #action find someone to work the transient timeout and pxe failures 17:45:27 * lucasagomes is also too busy to take a look 17:45:36 but I'm happy to help 17:45:37 no volunteers? :( 17:45:44 I am too atm, maybe in a few weeks 17:45:57 jroll, do we know at least why it takes so long? slow network when PXE booting? 17:46:26 lucasagomes: probably slow gate nodes, I don't think localhost networking could be that slow 17:46:34 tftp can be a real pain even for local network 17:46:44 right :-/ 17:47:05 sambetts, would be good to test ur tiny ipa there anyway 17:47:10 it will consume fair less resources 17:47:16 I was about to suggest that :-P 17:47:17 should be very quick to boot that 17:47:47 idk if it's always the boot being slow, either, hard to tell 17:47:51 could just be *everything* being slow 17:48:06 for instance, jay had a test yesterday where it timed out during cleaning 17:48:18 its a considerably smaller image to tranfer by tftp too, so that might help 17:49:16 :/ 17:49:27 one thing that is hard to debug is the boot time 17:49:35 because every time we power on the nested VM 17:49:44 the file which the console is redirect to is overwritten 17:49:56 so it's actually hard to see the logs and figure out how long did it take to boot 17:49:58 yeah that is really frustrating for debuging inspector too 17:50:15 yep, need to fix that as well 17:50:41 I guess I'm going to get hacking on that stuff, then 17:51:11 yeah, improving the troubleshooting def helps 17:51:23 I may also work on moving devstack code into our tree as a plguin, that will make it much easier to work on it I thin 17:51:23 k 17:51:28 and make devstack people super happy 17:51:32 ++ 17:51:35 krtaylor: did you have the chance to think about those questions about testing in the spec? or we are going to postpone it? 17:52:07 sinval: have you looked at the spec since yesterday? 17:52:18 sinval: what questions do you have that are still unanswered? 17:52:19 sinval, yes I replied, we will document 17:52:39 jroll, krtaylor I'm reading right now 17:52:56 ok 17:53:54 we are nearing the top of the hour, any other topics, questions? 17:55:46 Nothign from me 17:56:02 going once...twice... 17:56:08 ops 17:56:23 1. Are we considering that the tempest-dsvm-pxe-ipa is enough for testing a patch impacts on a driver? 17:56:29 1.1 If not: What are the base test cases for considering a driver CI as "reliable"? 17:56:38 2. Can a CI implement specific test cases that are not in Ironic tree or even in the Tempest tree to ensure that their driver is not broke by a patch? 17:56:51 3. Are we considering implementation of functional test cases of driver interfaces to ensure that a CI is reliable? 17:57:21 just some things to think about, I'm not sure if it is clear to everyone 17:57:47 good questions, but don't have all the answers atm 17:58:25 so, tl;dr 1) it's a good start, and we can add to it. 2) sure? :) 3) I haven't considered it much, but we should totally add things like power off/on calls to the API to tempest if they don't exist already 17:59:00 agreed :) 17:59:00 cool 17:59:07 sinval: let's add those to the docs when we write those :) 17:59:17 jroll: sure 17:59:29 yes! I'll sign you up :) 17:59:38 ok, so I think we are done here 17:59:42 thanks everyone! 17:59:48 thanks krtaylor :D 17:59:58 o/ 18:00:07 #endmeeting