14:59:52 #startmeeting neutron_northbound 14:59:52 Meeting started Fri Oct 2 14:59:52 2015 UTC. The chair is regXboi. Information about MeetBot at http://ci.openstack.org/meetbot.html. 14:59:52 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:59:52 The meeting name has been set to 'neutron_northbound' 15:00:02 #chair flaviof edwarnicke 15:00:02 Current chairs: edwarnicke flaviof regXboi 15:00:31 #link https://wiki.opendaylight.org/view/NeutronNorthbound:Meetings#Agenda_for_Next_Meeting_.2810.2F2.29 agenda in the usual place 15:00:39 #topic agenda bashing and roll call 15:00:55 #info regXboi 15:01:29 anybody? 15:02:06 hello? 15:02:14 #info yamahata 15:02:35 #info still waiting for quorum 15:02:44 flaviof, edwarnicke: ping? 15:04:10 #info flaviof 15:04:20 #info ok, that's quorum 15:05:43 #info edwarnicke is on firedrill, so won't make it 15:07:14 #topic Announcements 15:07:22 #info M3 was yesterday, so we are behind 15:08:06 * regXboi hopes to look at filing over the weekend 15:08:12 after we figure out what we are going to say today 15:08:34 anybody willing to help with the "paperwork?" 15:09:37 What kind of paper work? I'm not so familiar with the process. 15:10:12 yamahata: it's documented in the Simultaneous Release Process wiki page(s) 15:10:26 * regXboi looks for link 15:10:58 #link https://wiki.opendaylight.org/view/Simultaneous_Release:Beryllium_Release_Plan Be SRP wiki page 15:11:19 #topic action items from last meeting 15:11:32 #info regXboi to look at adding out of order IT tests to catch other issues like bug 4188 15:11:46 I've not done this because the silo is burning 15:11:57 and I'm not going to carry it forward because the silo is burning 15:12:07 #info regXboi to schedule network to device map patch set at top of list for 10/2 meeting 15:12:24 This is on the agenda, but has been pre-empted by the silo burning issues 15:12:46 #info flaviof, edwarnicke to use -Dkaraf.debug to see if they can get more information on gate instability 15:13:06 flaviof: any progess or am I correct in this ran into the silo burning? 15:14:40 hello? 15:14:47 i did attempt to make progress on this 15:14:54 but my findings are nothing new 15:15:00 it works fine on jdk8 15:15:30 flaviof: since the silo is now jdk8 only, this becomes a stable/Li issue 15:15:35 ? 15:15:36 I reached out to Ryan Goulwin (sp?) to see if he know why aaa takes so long to strt 15:16:01 yes, that is correct, in jdk8 we doge the bullet 15:16:09 dodge 15:16:16 and we are waiting for an answer back from aaa? 15:16:56 Ryan opened a bug on this: https://bugs.opendaylight.org/show_bug.cgi?id=4385 15:17:31 but the truth is that aaa is just a red herring. 15:17:51 hmm 15:18:03 ok, that's not great, but we've bigger fish to fry 15:18:10 ack 15:18:30 #info regXboi to include multiple ODL topic in 10/2 meeting along with updated from minutes/log 15:18:43 again, it is there, but pre-empted by the next topic 15:18:53 #topic Merge and Verify Job instability 15:19:03 #info (otherwise known as the silo is burning) 15:19:08 lol 15:19:17 so... the yang parser merge has broken the verify silo 15:19:27 and I'd like to devote the rest of this meeting to getting that fixed 15:19:40 because we are at a dead stop until it is fixed 15:20:05 regXboi: do we know if in order to get it fixed involves changes in nn project, or in yangtools? 15:20:24 we do not know 15:20:33 I am hoping that it is only nn project changes 15:20:48 the issue appears to be with augmentation 15:20:55 ack 15:21:01 that is where the failures occur 15:21:13 flaviof: does ovsdb use augmentation and if so, is it working? 15:21:38 yes and yes. 15:21:43 * flaviof looking for an example 15:22:21 * regXboi goes and updates ovsdb repo 15:23:14 regXboi: southbound/southbound-api/src/main/yang/ovsdb.yang 15:23:27 * regXboi looks 15:23:58 * regXboi goes and looks at our augmentation 15:24:42 well, I don't see it 15:24:53 unless 15:25:19 no, I just don't see it 15:26:14 * regXboi wishes for a yang expert 15:27:10 the problem isn't in the parser - that compiles 15:27:15 but the tests blow up 15:27:27 because the top level namespace isn't found 15:28:55 colindixon: ^^ 15:31:00 and it's not just us 15:31:11 it's all sorts of things 15:32:26 I think I'm going to need to check the release list 15:32:57 regXboi: running the tests in your local system... it fails for you too, right? 15:33:01 yes 15:33:04 same way 15:33:56 ok, this hasn't been reported in the release mailing list 15:34:01 so let me send some email 15:37:46 and mail sent 15:37:57 so... we are at a dead stop until we get this fixed :( 15:38:52 so I'm not sure whether to continue the meeting or just call it a day until we get this fixed 15:40:40 flaviof: what do you think? 15:41:00 regXboi: we can talk about https://git.opendaylight.org/gerrit/#/c/25500/ ? 15:41:36 * regXboi looks 15:41:37 lingering question on that is if it is ready to be merged (aside the ongoing issue)? 15:41:59 um 15:42:18 why are we pulling mdsal items directly into neutron-spi and not via parent? 15:42:43 yamahata: do you have a link on the tempest test results with this gerrit? 15:42:51 flaviof: I don't need that 15:42:55 * flaviof more curious than anything else.... 15:42:57 I'm asking a question about the pom.xml 15:43:13 I haven't uploaded the log anywhere. 15:43:25 yamahata: ack, np. 15:44:02 regXboi: mdsal items ? 15:44:49 we already pull mdsal items in the parent 15:44:57 if we aren't getting them there, then we should 15:44:59 shouldn't we? 15:45:23 * flaviof looking at pom and comparing with ovsdb's 15:45:29 so 15:45:32 I gotta ask 15:45:39 *why* are we doing it this way 15:46:15 i guess that is because that is what we had in the archetype?!? 15:46:25 that's not quite what I meant 15:46:48 ok... I see 15:47:31 so... I would prefer the poms to be cleaner 15:47:41 but that can be another patch 15:47:52 yeah - this is ready - once the silo is back 15:48:43 I think it was on my list to look at yesterday, when I found the silo was burning :( 15:48:52 np. 15:49:13 I've +2d it 15:49:21 we can S+1 when the silo comes back 15:49:30 cool. thanks yamahata ! 15:49:34 the same with the revisioning 15:49:37 er reversioning 15:49:47 ok... anything else? 15:50:12 other than keep an eye on the silo? 15:50:46 * flaviof that is all from me for now. 15:51:23 ok, let's wrap this up 15:51:36 we'll see about the other issues next week 15:51:46 and M3 will likely be delayed by the silo 15:51:53 #endmeeting