19:00:08 #startmeeting ovsdb_weekly_call 19:00:08 Meeting started Tue Oct 28 19:00:08 2014 UTC. The chair is tbachman. Information about MeetBot at http://ci.openstack.org/meetbot.html. 19:00:08 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 19:00:08 The meeting name has been set to 'ovsdb_weekly_call' 19:00:14 #chair shague 19:00:14 Current chairs: shague tbachman 19:00:32 #topic Agenda 19:01:06 tbachman: yes, sorry, one sec 19:02:32 #info Trello: update on Trello cards; add new cards; Other: discuss some of the test coverage for OVSDB that we need to add for Lithium; Sonar tool coverage; code walk thru 19:02:57 * dfarrell07 just joined 19:03:09 dfarrell07: welcome! :) 19:04:25 https://trello.com/b/ddIvDQE0/ovs-openstack 19:05:14 #link https://trello.com/b/ddIvDQE0/ovs-openstack 19:05:50 flaviof: shague thx! 19:06:00 #link https://wiki.opendaylight.org/view/Simultaneous_Release:DRAFT_Lithium_Release_Plan_ckd Lithium Release Plan 19:06:18 #link https://trello.com/b/ddIvDQE0/ovs-openstack OVSDB Trello Board 19:11:02 #topic Trello Board 19:11:44 #info karaf distribution is working now on stable/helium and master 19:14:10 #info Issue had to do with bundle dependency/ordering 19:14:57 #info flaviof has been working on the L3 forwarding, and is down to one bug (floating IPs) 19:15:15 #info flaviof is working with shague on why the sonar reporting isn’t working 19:16:55 * dfarrell07 is working on Integration team stuff, no OVSDB updates 19:18:20 #info dfarrell07 is working on Integration Team stuff — no OVSDB updates for this meeting 19:18:31 dfarrell07: thx! :) 19:18:55 tbachman: of course, np and thx right back @ you ;) 19:19:03 lol 19:19:21 #topic sonar reporting 19:19:44 #info Every time you submit or merge code, jenkins jobs are run. 19:20:03 #link http://sonar.opendaylight.org/ 19:20:10 #info Jenkins jobs do various things, but one of the functions is to collect test status and report it to sonar 19:20:12 flaviof: thx! :) 19:23:47 #info the current sonar reporting has been broken since Sept. 4th — flaviof and shague are working to fix this 19:30:49 #action shague to figure out how to get sonar reporting information on local builds 19:31:58 #info shague recommends creating a single unit test for every bundle so that all the bundles show up in sonar 19:34:34 #action tbachman to see if unit test coverage can exclude getters/setters 19:38:33 #info People interested in contributing should put their name on the appropriate trello card 19:41:22 #topic code walk through 19:41:31 #link https://www.youtube.com/watch?v=vACyoKdefRs youtube video created by srini 19:41:55 #undo 19:41:55 Removing item from minutes: 19:42:17 #link https://www.youtube.com/watch?v=vACyoKdefRs YouTube video created by Srini on the plugin part of the OVSDB code 19:44:30 #info The majority of the integration tests are in their own bundle 19:45:29 #info There are two distribution builds — karaf, and the legacy OSGI build 19:50:58 #info the library package uses the OVS schemas (vswitchd and vtep), and contains the code that uses the tables with this schema 19:51:21 #info The northbound package contains the v2 and v3 northbound APIs 19:51:38 #info The of-extension package has the nicira extensions used by OVS 19:53:40 #info The team is looking into restructuring the code (e.g. move nicira extensions and openstack into separate things) 19:57:24 #info The net-virt-provider contains the OpenFlow pipeline 19:58:17 #info The net-virt package is the insfrastructure under the net-virt-provider package 19:59:05 #info the plugin-mdsal-adapter adds the node to the MD-SAL 20:01:00 #endmeeting