15:02:51 <yamahata> #startmeeting neutron_northbound
15:02:51 <odl_meetbot> Meeting started Mon Aug  7 15:02:51 2017 UTC.  The chair is yamahata. Information about MeetBot at http://ci.openstack.org/meetbot.html.
15:02:51 <odl_meetbot> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:02:51 <odl_meetbot> The meeting name has been set to 'neutron_northbound'
15:03:15 <yamahata> #topic agenda bashing and roll call
15:03:19 <mkolesni> #info mkolesni
15:03:25 <yamahata> #link https://wiki.opendaylight.org/view/NeutronNorthbound:Meetings
15:03:25 <rajivk_> #info rajivk
15:03:27 <yamahata> #info yamahata
15:03:33 <mbuil> #info mbuil
15:03:59 <yamahata> any topics to discuss today in addition to usual topics?
15:04:37 <mkolesni> ci?
15:05:28 <yamahata> yeah, off course, ci.
15:05:44 <mkolesni> ok
15:06:04 <yamahata> #topic Announcements
15:06:15 <yamahata> This week is for RC1, hard string freeze
15:06:29 <yamahata> #link https://releases.openstack.org/pike/schedule.html
15:06:37 <yamahata> So also we have to complete doc-migration.
15:06:46 <yamahata> we have one thing left to complete.
15:06:50 <yamahata> any other announcement?
15:07:28 <yamahata> Oh one more annoucement
15:07:31 <yamahata> #link https://wiki.opendaylight.org/view/Events:Oxygen_Dev_Forum
15:07:49 <yamahata> ODL DDF for oxygen is planned in October
15:08:30 <mkolesni> i wont be there probably
15:08:42 <mkolesni> but will be of course in ptg in Sep
15:09:05 <yamahata> okay.
15:09:07 <yamahata> #topic action items from last meeting
15:09:14 <yamahata> we have no action items.
15:09:31 <yamahata> #link https://wiki.opendaylight.org/view/NeutronNorthbound:Meetings#Patch_reviews_2
15:09:34 <yamahata> oops
15:09:41 <yamahata> #topic Pike/Nitrogen planning
15:09:55 <yamahata> As this week is Pike RC1 for hard string freeze.
15:10:15 <yamahata> So this week is almost final week.
15:10:22 <yamahata> #link https://wiki.opendaylight.org/view/NeutronNorthbound:Meetings#Patch_reviews_2
15:10:41 <yamahata> here is the patches I triaged for bug fix.
15:10:55 <yamahata> Also we should stabilise CI issue.
15:11:03 <yamahata> mkolesni: do you have any update for CI?
15:11:14 <mkolesni> yamahata, yes
15:11:40 <mkolesni> i identified the ci problem with help from jhershbe
15:12:05 <yamahata> Cool!
15:12:12 <mkolesni> its something in netvirt, where it sometimes would delete the patch port between br-int and br-ex
15:12:24 <mkolesni> were unsure why this happens yet
15:12:36 <mkolesni> obviously in this scenario though FIPs wont work
15:13:09 <mkolesni> #link https://bugs.opendaylight.org//show_bug.cgi?id=8893
15:13:20 <mkolesni> this is the bug jhershbe has reported on the issue
15:14:16 <mkolesni> so once this gets fixed the new netvirt CI should be much more stable
15:14:26 <mkolesni> if its not hiding any other FIP issue
15:14:49 <yamahata> I see.
15:15:06 <yamahata> Is Sam or other netvirt folks aware of this bug?
15:15:37 <mkolesni> not sure, jhershbe was looking at it before we found out its also in the CI
15:16:12 <yamahata> It would make sense to nudge it on netvirt dev mailing list.
15:16:28 <mkolesni> ill ask him to do it
15:16:46 <mkolesni> he has more knowledge on the bug than me
15:17:05 <yamahata> Great
15:18:36 <yamahata> anything else or can we move to other patches/bugs?
15:18:43 <mkolesni> ok i sent him an email
15:18:53 <mkolesni> nothing else on this front from me
15:18:56 <yamahata> #topic patches/bugs
15:19:11 <yamahata> this week we will push final bug fix patches.
15:19:22 <yamahata> We're suffering from recheck though.
15:19:32 <yamahata> rajivk: do you have any update on #topic patches/bugs
15:19:35 <yamahata> Oops
15:19:45 <yamahata> on https://review.openstack.org/#/c/464952/ ?
15:19:57 <yamahata> This is long standing bug fix. So I'd like to close it in Pike.
15:20:44 <rajivk_> yamahata, i am little busy.
15:21:00 <mkolesni> why not just adjust the model to fit the db?
15:21:39 <rajivk_> i am on leave for tomorrow as well. I will look into it on Wednesday.
15:21:51 <yamahata> rajivk: okay.
15:22:02 <yamahata> https://docs.openstack.org/neutron/latest/contributor/internals/db_layer.html for default and server_default
15:22:03 <rajivk_> I had issue for posgresql.
15:22:29 <mkolesni> this really seems like a non issue
15:22:44 <mkolesni> what exactly is the bug here? what do you see breaking from this?
15:23:20 <yamahata> functional test is broken. Actually it has wrong test to make it pass.
15:23:35 <mkolesni> which one is broken?
15:24:09 <yamahata> If rajivk  is busy today, I would look into it too.
15:24:13 <yamahata> db migration test
15:24:21 <yamahata> networking_odl/tests/functional/db/test_migrations.py
15:24:39 <mkolesni> why not adjust model to use default then?
15:24:54 <yamahata> https://docs.openstack.org/neutron/latest/contributor/internals/db_layer.html for default and server_default
15:25:06 <yamahata> it doesn't make sense. we should have server default.
15:25:47 <mkolesni> it doesnt really matter since this field is not used
15:25:56 <mkolesni> this is a very low priority bug
15:26:18 <mkolesni> we can theoretically remove this field since its unused
15:26:39 <mkolesni> instead of "fixing" it
15:27:19 <yamahata> it's low priority.
15:27:25 <mkolesni> anyway thats my 2 cents
15:28:00 <yamahata> okay.
15:28:31 <mkolesni> there is a bug with full sync
15:28:36 <mkolesni> im working on a fix now
15:28:41 <yamahata> Cool.
15:28:43 <mkolesni> https://bugs.launchpad.net/networking-odl/+bug/1708131
15:28:48 <mkolesni> #link https://bugs.launchpad.net/networking-odl/+bug/1708131
15:28:49 <yamahata> Do you have bug report
15:28:53 <yamahata> Oh, you're fast.
15:30:04 <yamahata> any other patches/bugs?
15:30:55 <odp-gerritbot> Tom Pantelis proposed a change to neutron: Remove config-parent derivation  https://git.opendaylight.org/gerrit/61279
15:31:47 <yamahata> nothing else?
15:31:48 <yamahata> okay
15:31:54 <yamahata> #topic open mike
15:32:02 <yamahata> anything else to discuss?
15:33:14 <yamahata> okay I'll give you back 30mins.
15:33:25 <yamahata> Let's focus bug fixes and stabilisation.
15:33:33 <yamahata> Thank you everyone.
15:33:42 <mkolesni> thanks Isaku!
15:33:56 <yamahata> #topic cookies
15:34:00 <yamahata> #endmeeting