#opendaylight-meeting: weekly irc sync
Meeting started by gzhao at 14:31:59 UTC
(full logs).
Meeting summary
-
- tbachman for GBP (tbachman,
14:32:22)
- regXboi for neutron northbound (regXboi,
14:32:29)
- anipbu for usc (anipbu,
14:32:31)
- LuisGomez1 integration (LuisGomez1,
14:32:56)
- lori for lispflowmapping (lori,
14:33:08)
- Hideyuki for VTN (hideyuki,
14:33:20)
- gzhao for release USC (gzhao,
14:33:37)
- ttkacik for yangtools and controller
(ttkacik,
14:33:53)
- odlcasey for ODL (odlcasey,
14:34:07)
- Thanh (zxiiro,
14:35:08)
- RC0 and branching, version bump (gzhao, 14:37:20)
- zxiiro says he's still trying to get an RC0
build going… he's on attempt #15 (phrobb1,
14:38:34)
- regXboi says Neutron Northbound s missing a
couple of pieces of it's northbound connections to OpenStack
(tbachman,
14:41:57)
- regXboi wonders how to handle this situation
because its not precisely covered in the API waiver process
(regXboi,
14:42:27)
- phrobb1 asks if there’s anything else blocking
RC0/1? Is there anything this group can do to help? (tbachman,
14:42:34)
- gzhao says we need to get RC build successful,
then all projects need to complete branch cutting and version
bump (tbachman,
14:42:46)
- there still 6-7 projects haven't completed
branching and version bump (gzhao,
14:43:44)
- Blocking bugs (gzhao, 14:44:28)
- https://docs.google.com/spreadsheets/d/1KPpO9LH539Vlcoa4RvLa6PPCdLifi5JD-ihRhlybqeo/edit#gid=676729675
< -- current blocking bugs (gzhao,
14:44:58)
- odlcasey asks if the Lithium Project Status
spreadsheet is accurate (tbachman,
14:46:52)
- zxiiro says he’s been keeping it updated
daily (tbachman,
14:47:14)
- regXboi notes that the bugs being filed don't
necessarily contain enough useful information to triage (regXboi,
14:48:01)
- ACTION: regXboi to
create template for NN bugs in NN wiki (regXboi,
14:52:03)
- https://wiki.opendaylight.org/view/Weather#Blocking_Bugs
(edwarnicke,
14:52:37)
- Tony found the root cause of the bug 3344, and
it was able to have unit test reproduce it.
https://bugs.opendaylight.org/show_bug.cgi?id=3344 (hideyuki,
14:53:42)
- abhijitkumbhare OpenFlow plugin (abhijitkumbhare,
14:53:58)
- https://bugs.opendaylight.org/show_bug.cgi?id=3344
blocker bug for VTN, which ttkacik recently found the source of and
fixed (tbachman,
14:54:16)
- RC1 (gzhao, 14:56:21)
- RC1 is scheduled 6/4 tomorrow (gzhao,
14:57:51)
- edwarnicke asks if the purpose of RC# is to
have images to test with... so the question becomes... can we really
have an RC1 if we never built RC0... (tbachman,
15:00:53)
- edwarnicke notes that skipping RC0 materially
means that we've cut off a third of our RC testing (tbachman,
15:01:43)
- https://jenkins.opendaylight.org/releng/view/autorelease/job/autorelease-release-lithium/15/
<--current RC0 build (gzhao,
15:02:12)
- zxiiro says there’s an RC0 build underway, and
should be available in ~6 hours (tbachman,
15:02:58)
- edwarnicke asks about a blocking issue related
to security groups in the stackforge networking_odl project — and
how we can track dependencies against it (tbachman,
15:05:28)
- alagalah_ says the issue is that security group
updates aren’t being sent (tbachman,
15:05:58)
- https://review.openstack.org/#/q/status:open+project:stackforge/networking-odl,n,z
(alagalah_,
15:06:08)
- regXboi says that’s outside of scope
(tbachman,
15:06:09)
- alagalah_ asks regXboi what’s in scope
then? (tbachman,
15:07:36)
- regXboi says stackforge is openstack
scope (tbachman,
15:07:45)
- gzhao asks if not all projects are on
stable/lithium, will it cause tagging issues after RC build?
(tbachman,
15:08:40)
- zxiiro says tagging no. but we should have
stable/lithium in order to tag otherwise they won't have a lithium
stream once tagging completes (tbachman,
15:08:56)
- regXboi says that these are bugs that need to
be filed on openstack and the ODL ML2 driver (tbachman,
15:12:18)
- phrobb1 asks if the stackforge bug truly a
blocker?… ie we wouldn't ship Li without it being fixed?
(tbachman,
15:12:50)
- - I know this is a bit of a regression, but I'm
not convinced that 3368 is a blocking bug (regXboi,
15:13:01)
- edwarnicke says its really a question of
whether we are supporting basic neutron L2 or not (tbachman,
15:13:08)
- phrobb1 says that to him, it doesn't sound like
a blocker but instead a severe bug that we document, then update
with a version identifier on Kilo/driver/whatever if/when the issue
is fixed in OpenStack (tbachman,
15:13:41)
- edwarnicke asks if we just say that we don't
support L2 and SG then in our release notes? (tbachman,
15:15:30)
- regXboi says that all we can do is say we
support SG as much as openstack does (regXboi,
15:16:03)
- edwarnicke notes that if I change a SG, I have
to teardown and restand up *all* the VMs that impacts in order to
reflect that (tbachman,
15:16:34)
- we don't support SG as much as OS does, but
instead substantially less... entirely because of this bug in our OS
driver (edwarnicke,
15:16:35)
- phrobb1 asks if regardless of the codebase
where the bug resides, do we know who the logical people are to fix
it?… ie is it someone from the ODL community who has been working in
OpenStack?… or is there someone in OpenStack we need to work with to
get it fixed? (tbachman,
15:17:11)
- edwarnicke notes that mestery has been giving
it as much effort as he can, but he’s very busy; flaviof has also
been looking at it (tbachman,
15:18:02)
- regXboi askes if edwarnicke is saying that
without the SG patch to OS, then *we don't have a Lithium release,
period* (regXboi,
15:18:26)
- regXboi notes that this feels like this is
setitng both a bad precedent and is engaging in serious scope
creep (regXboi,
15:19:08)
- edwarnicke says to him there are two choices:
1) Get this fixed, and make sure projects handle the fix correctly
and claim OS support; : 2) Don't, and don't really have neutron
support in Li (tbachman,
15:19:36)
- phrobb1 says ultimately, the TSC decides when
the release is ready to ship. edwarnicke has a really good argument
that the OpenStack bug is a blocker for ODL, particularly if we have
the resources/ability to fix it regardless of code base.
(tbachman,
15:19:57)
- ACTION: project:
CCFT, D4A, DIDM, Doc, NIC, Persistence, Reservation, SNBI, SNMP4SDN
need to complete stable/lithium branching and version bump
ASAP (gzhao,
15:21:01)
- regXboi points out that the TSC doesn’t
allocate resources (tbachman,
15:21:17)
- phrobb1 points out that the TSC does determine
minimum functionality and robustness for release (tbachman,
15:22:27)
- edwarnicke asks flaviof if he knows whether
there’s a bug filed on the OS side, and if not, where should it be
filed over there? (tbachman,
15:24:55)
- https://bugs.launchpad.net/networking-odl
odl ml2 bugs (flaviof,
15:25:43)
- https://bugs.launchpad.net/networking-odl/+bug/1444112
(flaviof,
15:26:12)
- https://bugs.launchpad.net/networking-odl/+bug/1450603
critical odl bug: fix ci (flaviof,
15:26:53)
- regXboi want to make the point that this is a
change in scope (regXboi,
15:26:57)
- regXboi points out that we are now saying we
are blocking on bugs that *ARE OUTSIDE ODL'S SCOPE* (regXboi,
15:27:26)
- : https://bugs.launchpad.net/networking-odl/+bug/1444112
bug against networking_odl security groups (in openstack) (tbachman,
15:27:28)
- regXboi says "and that's a *major*
change" (regXboi,
15:27:50)
- https://wiki.opendaylight.org/view/Weather#Blocking_Bugs
(edwarnicke,
15:33:11)
- edwarnicke has added the SG and SGR issue to
blocking bugs list (edwarnicke,
15:33:46)
- ACTION: gzhao sends
email to TSC for further SG/SGR discussions (gzhao,
15:34:34)
- cookies (gzhao, 15:34:37)
Meeting ended at 15:34:49 UTC
(full logs).
Action items
- regXboi to create template for NN bugs in NN wiki
- project: CCFT, D4A, DIDM, Doc, NIC, Persistence, Reservation, SNBI, SNMP4SDN need to complete stable/lithium branching and version bump ASAP
- gzhao sends email to TSC for further SG/SGR discussions
Action items, by person
- gzhao
- gzhao sends email to TSC for further SG/SGR discussions
- regXboi
- regXboi to create template for NN bugs in NN wiki
People present (lines said)
- edwarnicke (70)
- tbachman (65)
- regXboi (61)
- gzhao (43)
- phrobb1 (24)
- zxiiro (13)
- alagalah_ (9)
- odl_meetbot (9)
- flaviof (6)
- hideyuki (5)
- odlcasey (4)
- ttkacik1 (4)
- tykeal (2)
- LuisGomez1 (2)
- abhijitkumbhare (2)
- ttkacik (1)
- anipbu (1)
- lori (1)
Generated by MeetBot 0.1.4.