#opendaylight-meeting: Weekly Lithium IRC Sync
Meeting started by colindixon at 14:30:11 UTC
(full logs).
Meeting summary
- roll call and agenda (colindixon, 14:30:27)
- https://wiki.opendaylight.org/view/Simultaneous_Release:Lithium_Release_Plan#Cross_Project_Meetings
agenda in it’s usual place (colindixon,
14:31:07)
- regXboi for NN (regXboi,
14:31:09)
- colindixon for TTP, Docs and TSC (colindixon,
14:31:16)
- ttkacik for Controllre (ttkacik,
14:31:24)
- fabiel for Persistence Store Service
(fabiel,
14:31:25)
- Hideyuki for VTN (hideyuki,
14:31:25)
- regXboi also for general gadflyness
(regXboi,
14:31:26)
- rovarga for yagntools (rovarga_,
14:31:26)
- ttkacik for Controller (ttkacik,
14:31:28)
- gzhao for release (gzhao,
14:31:29)
- alagalah GBP (alagalah,
14:31:34)
- LuisGomez integration (LuisGomez,
14:33:25)
- https://lists.opendaylight.org/pipermail/discuss/2015-March/004876.html
the start of the thread (regXboi,
14:34:52)
- abhijitkumbhare for OF plugin (abhijitkumbhare,
14:35:38)
- colindixon wants to talk a bit about
docs (colindixon,
14:35:49)
- Prem for VPNService (Prem,
14:36:09)
- +1 to a docs discussion (regXboi,
14:36:09)
- Thanh releng (zxiiro,
14:36:28)
- topics of general concern (colindixon, 14:36:58)
- https://lists.opendaylight.org/pipermail/discuss/2015-March/004876.html
migrating to storing addresses in a canonical format (colindixon,
14:38:06)
- the basic issues is that the way we currently
store most addresses allows for strings that are logically equal
(de:ad::be:ef vs. DE:AD::BE:EF) but are not actually equal which can
lead to bugs or at the very least lots of having to do
canonicaliztion in every place we uses stuff (colindixon,
14:40:21)
- regXboi is concerned that the conversation has
migrated away from the principal of "be conservative in what you
send, liberal in what you accept" (regXboi,
14:41:15)
- regXboi is further concerned that the
conversion may be shoehorned into the md-sal/yang model (regXboi,
14:41:39)
- regXboi thinks that the best place for such
conversion is the code that acts as the ODL entry point for the
value in the first place (regXboi,
14:42:24)
- alagalah and tbachman say they are openeing
bugs with openflow{java,plugin} (colindixon,
14:43:19)
- http://pastebin.com/Mkag1pRn
(colindixon,
14:43:27)
- ACTION: abhijitkumbhare to follow up with the bugs that gbp
is finding in ofj/ofp (colindixon,
14:45:26)
- the initial yang model for neutron in
https://git.opendaylight.org/gerrit/#/c/15989/ has been
merged (regXboi,
14:49:10)
- there are edits to it in queue as we adjust it
to the openstack data models (regXboi,
14:49:33)
- https://git.opendaylight.org/gerrit/#/c/15989/
link to the patch that will show up in the minutes (colindixon,
14:49:46)
- but it is there for folks to look at and get
ready for (regXboi,
14:49:54)
- regXboi and ttkacik have more conversations on
the DE:AD::BE:EF in the backgrond (see the full logs) (colindixon,
14:51:46)
- as part of M3 (which all projects have passed)
is to provide an outline for their documentation (colindixon,
14:52:24)
- as of last night only 12 of the 44 projects had
actually submitted a patch to the docs repo (colindixon,
14:52:47)
- https://lists.opendaylight.org/pipermail/documentation/2015-March/000401.html
for a full report with links to patches as of last night (colindixon,
14:53:18)
- colindixon points out that means that more than
2/3 of projects are techincally not past their M3
deliverables (colindixon,
14:54:22)
- ACTION: ALL PROJECTS
please make sure you’ve submitted your docs patches (colindixon,
14:54:37)
- colindixon has also made sure all project docs
patches have been reviewed or merged as of last night (colindixon,
14:54:52)
- https://wiki.opendaylight.org/view/CrossProject:Documentation_Group:Lithium_Project_Documentation_Requirements#Step-by-step_Guide
the step-by-step guide to complete documentation and submit a patch
(colindixon,
14:55:18)
- rovarga_ wants to talk aobut Netty
upgrades (colindixon,
14:58:05)
- we got an upgrade of netty overnight
(4.0.24->4.0.26) (rovarga_,
14:58:22)
- requested by USC (rovarga_,
14:58:31)
- we have weird breakage in bgpcep as a
consequence (rovarga_,
14:58:44)
- still diagnosing and trying to figure out WT?,
but we may end up needing a revert (rovarga_,
14:59:07)
- while rovarga_ knows of breakage in bgpcep
first hand, other projects should check (regXboi,
15:00:02)
- it may be related to jenkins, but we are not
sure yet (rovarga_,
15:01:12)
- ACTION: rovarga_ to
try to fix whatever bug the netty upgrade causes, and if that’s too
complictaed talk to USC about why they need the upgrade and think
about reverting the upgrade (colindixon,
15:02:51)
- colindixon notes that it should not be
somethign unliaterally decided (either by USC or by BGP PCEP)
(colindixon,
15:03:16)
- ACTION: colindixon to
work with the TSC to consider recommending how to change versions in
odlparent. maybe require a reviewer from every project that
currently uses the dependency to avoid breakages. (colindixon,
15:05:19)
- yangtools is finalizing BUG-2399 (automatic
containers) (rovarga_,
15:08:08)
- https://bugs.opendaylight.org/show_bug.cgi?id=2399
the bug (colindixon,
15:08:16)
- we will try csit and provide a heads-up before
merging (rovarga_,
15:08:29)
Meeting ended at 15:10:32 UTC
(full logs).
Action items
- abhijitkumbhare to follow up with the bugs that gbp is finding in ofj/ofp
- ALL PROJECTS please make sure you’ve submitted your docs patches
- rovarga_ to try to fix whatever bug the netty upgrade causes, and if that’s too complictaed talk to USC about why they need the upgrade and think about reverting the upgrade
- colindixon to work with the TSC to consider recommending how to change versions in odlparent. maybe require a reviewer from every project that currently uses the dependency to avoid breakages.
Action items, by person
- abhijitkumbhare
- abhijitkumbhare to follow up with the bugs that gbp is finding in ofj/ofp
- colindixon
- colindixon to work with the TSC to consider recommending how to change versions in odlparent. maybe require a reviewer from every project that currently uses the dependency to avoid breakages.
- rovarga_
- rovarga_ to try to fix whatever bug the netty upgrade causes, and if that’s too complictaed talk to USC about why they need the upgrade and think about reverting the upgrade
People present (lines said)
- colindixon (71)
- regXboi (51)
- rovarga_ (32)
- alagalah (25)
- tbachman (17)
- ttkacik (7)
- odl_meetbot (5)
- abhijitkumbhare (5)
- Prem (3)
- hideyuki (3)
- gzhao (2)
- zxiiro (1)
- LuisGomez (1)
- fabiel (1)
Generated by MeetBot 0.1.4.