#opendaylight-ovsdb: OVSDB weekly call
Meeting started by Madhu at 19:04:47 UTC
(full logs).
Meeting summary
-
- tbachman has been cornered into
meeting-minute-man 4 life (tbachman,
19:05:33)
- tbachman takes good minutes (dave_tucker,
19:05:34)
- tbachman is the minute man (dave_tucker,
19:05:46)
- trello (tbachman, 19:05:50)
- topic/schema branch needs to be merged into the
master branch, but there are a lot of changes (tbachman,
19:06:13)
- branch collapse 10th July (dave_tucker,
19:06:19)
- There are a few open items on trello (e.g. vtep
testing) (tbachman,
19:06:57)
- https://trello.com/b/nZBY8wB6/helium
<= link to current Helium trello (tbachman,
19:07:17)
- The MD-SAL has changed the way nodes are named,
from MD-SAL| id to OF| id (i.e. like AD-SAL) (tbachman,
19:08:11)
- tbachman and shague are testing the
topic/schema for the neutron layer (tbachman,
19:08:40)
- shague found an issue where schema is expecting
longs, but integers were used in the core (tbachman,
19:09:13)
- ACTION: shague to
commit fix for this today (tbachman,
19:09:21)
- Integer -> Long
https://bugs.opendaylight.org/show_bug.cgi?id=1334 (Madhu,
19:09:34)
- https://bugs.opendaylight.org/show_bug.cgi?id=1334
<= bugzilla entry for long to ints (tbachman,
19:10:02)
- ACTION: dave_tucker
or networkstatic to merge shague’s commit (tbachman,
19:10:28)
- ACTION: dave_tucker
or networkstatic to help merge
https://git.opendaylight.org/gerrit/#/c/8810/ (Madhu,
19:10:41)
- patch 8810 merged (dave_tucker,
19:11:12)
- shague says that the toString() method for
interface and port are showing up as null (tbachman,
19:11:21)
- Madhu says that’s b/c these are Java
interfaces, so this won’t work (tbachman,
19:11:43)
- ACTION: Madhu to open
a bug for this (tbachman,
19:11:49)
- ACTION: Correction:
Madhu to open a bug for toString() returning NULL (tbachman,
19:12:09)
- https://git.opendaylight.org/gerrit/#/c/8788/
fixes the Openflowjava Util bundle issue (Madhu,
19:14:03)
- MD-SAL Node-Ids have changed ADSAL like
node-ides (OF | xxxxx) (Madhu,
19:15:01)
- ACTION: Madhu working
on resolving the MD-SAL Node-id issue (Madhu,
19:15:30)
- OVSDB team has created a lot of new Unit
Test/Integration Test infrastructure (tbachman,
19:16:38)
- Madhu sings dave_tucker’s praises :)
(tbachman,
19:17:00)
- The library layer, plugin layer, and northbound
layers are all getting IT coverage (tbachman,
19:18:09)
- correction: IT and UT coverage (tbachman,
19:18:24)
- every patch goes through a full unit test run,
and after that will go through a full integration test run
(tbachman,
19:20:27)
- looking into neutron integration testing
(tbachman,
19:20:42)
- In terms of code coverage, Trello target of
~60%. The library is meeting that coverage. (tbachman,
19:21:11)
- the Library is currently at 76%, 81% for
jsonrpc, and 58% for the plugin (class %) (tbachman,
19:22:00)
- The schema branch is tricky b/c all of it is
integration testing, as it gets dictated by the schema, and uses all
interface classes. (tbachman,
19:23:19)
- Current overall coverage is about 40%, but
that’s due to things like NB and schema (tbachman,
19:24:16)
- LuisGomez mentions that integration group has
two resources working on code coverage (tbachman,
19:25:15)
- networkstatic has been working on getting the
OF 1.3 extensions to work (tbachman,
19:29:57)
- There’s a commit out to fix the NXMs that the
OVSDB project is interested in (tbachman,
19:30:28)
- surekha and vaishali from cisco are working on
getting projetcs code coverage published (LuisGomez,
19:30:37)
- https://git.opendaylight.org/gerrit/#/c/7416/
(networkstatic,
19:31:05)
- https://git.opendaylight.org/gerrit/#/c/7722/
(networkstatic,
19:31:54)
- https://git.opendaylight.org/gerrit/#/c/7722/
<= commit for NXM extensions (tbachman,
19:32:14)
- edwarnicke is helping to move along some of
this, as there is need in other proejcts (tbachman,
19:36:09)
- networkstatic has some of the Match
instructions working (tbachman,
19:36:33)
- clarificaiton: edwarnicke is helping to move
the nicira extension support forward, as there is need for this in
other projects (tbachman,
19:37:57)
- networkstatic is creating a facade for the
openflowplugin flow programming within the OVSDB project, to
simplify programming and allow for faster development (tbachman,
19:41:20)
- LBaaS (tbachman, 19:51:12)
- shague says that the IBM folks are doing a lot
of work in this area (tbachman,
19:51:50)
- Mierdin has been helping out w/HW VTEP
(tbachman,
19:52:36)
- Trello (revisited) (tbachman, 19:52:45)
- https://wiki.opendaylight.org/view/OVSDB_Integration:Main
(networkstatic,
19:53:26)
- https://wiki.opendaylight.org/view/OpenDaylight_OVSDB:Helium_Release_Plan
(networkstatic,
19:53:40)
- https://wiki.opendaylight.org/view/OpenDaylight_OVSDB:Helium_Release_Plan
<= OVSDB helium release plan (tbachman,
19:53:59)
- the NB APIs are changing with helium
(tbachman,
19:56:52)
- Madhu requests folks to have a look and provide
feedback (tbachman,
19:57:10)
- https://docs.google.com/a/dtucker.co.uk/spreadsheets/d/11Rp5KSNTcrvOD4HadCnXDCUdJq_TZ5RgoQ6qSHf_xkw/edit#gid=0
(dave_tucker,
19:57:10)
- https://docs.google.com/a/dtucker.co.uk/spreadsheets/d/11Rp5KSNTcrvOD4HadCnXDCUdJq_TZ5RgoQ6qSHf_xkw/edit#gid=0
<= Current Proposed NB API changes for Helium (tbachman,
19:57:39)
- https://docs.google.com/spreadsheets/d/11Rp5KSNTcrvOD4HadCnXDCUdJq_TZ5RgoQ6qSHf_xkw/edit?usp=sharing
(dave_tucker,
19:57:45)
- https://docs.google.com/spreadsheets/d/11Rp5KSNTcrvOD4HadCnXDCUdJq_TZ5RgoQ6qSHf_xkw/edit?usp=sharing
Proposed NB API changes for Helium (correct link) (tbachman,
19:58:17)
Meeting ended at 19:59:50 UTC
(full logs).
Action items
- shague to commit fix for this today
- dave_tucker or networkstatic to merge shague’s commit
- dave_tucker or networkstatic to help merge https://git.opendaylight.org/gerrit/#/c/8810/
- Madhu to open a bug for this
- Correction: Madhu to open a bug for toString() returning NULL
- Madhu working on resolving the MD-SAL Node-id issue
Action items, by person
- dave_tucker
- dave_tucker or networkstatic to merge shague’s commit
- dave_tucker or networkstatic to help merge https://git.opendaylight.org/gerrit/#/c/8810/
- Madhu
- Madhu to open a bug for this
- Correction: Madhu to open a bug for toString() returning NULL
- Madhu working on resolving the MD-SAL Node-id issue
- networkstatic
- dave_tucker or networkstatic to merge shague’s commit
- dave_tucker or networkstatic to help merge https://git.opendaylight.org/gerrit/#/c/8810/
People present (lines said)
- tbachman (51)
- dave_tucker (9)
- Madhu (8)
- networkstatic (5)
- edwarnicke (4)
- odl_meetbot (4)
- LuisGomez (1)
- Mierdin (1)
- odp-gerritbot (1)
Generated by MeetBot 0.1.4.