=========================================
#opendaylight-neutron: neutron_northbound
=========================================


Meeting started by regXboi at 14:59:45 UTC.  The full logs are available
at
http://meetings.opendaylight.org/opendaylight-neutron/2015/neutron_northbound/opendaylight-neutron-neutron_northbound.2015-04-17-14.59.log.html
.



Meeting summary
---------------

* edwarnicke  (edwarnicke, 14:59:52)
* regXboi  (regXboi, 14:59:58)
* flaviof  (flaviof, 15:00:00)
* agenda bashing (folks can info in)  (regXboi, 15:00:12)
  * LINK: https://wiki.opendaylight.org/view/NeutronNorthbound:Meetings
    agenda in the usual place  (regXboi, 15:00:43)
  * Bhavesh  (Bhavesh, 15:00:43)

* action items from last meeting  (regXboi, 15:02:15)
  * LINK:
    https://lists.opendaylight.org/pipermail/neutron-dev/2015-April/000110.html
    (regXboi, 15:02:24)
  * mestery  (mestery, 15:02:32)
  * above link floated the minihackathon trial balloon  (regXboi,
    15:02:38)
  * no takers yet, so I doubt it will happen  (regXboi, 15:02:51)
  * LINK: https://git.opendaylight.org/gerrit/#/c/18356/ WIP patch for
    E2E testing  (regXboi, 15:03:14)
  * jenkins has +1'd it *BUT* see  (regXboi, 15:03:25)
  * LINK: http://pastebin.com/vT3hfGhy for why I'm not happy  (regXboi,
    15:03:38)
  * we aren't resolving the northbound-api dependencies correctly and
    I'm struggling with how to make pax exam happy  (regXboi, 15:04:02)
  * adetalhouet  (adetalhouet, 15:04:36)
  * LINK:
    https://jenkins.opendaylight.org/releng/job/neutron-verify-master/jdk=openjdk7,nodes=dynamic_verify/138/consoleFull
    (regXboi, 15:09:37)
  * LINK:
    https://jenkins.opendaylight.org/releng/view/neutron/job/neutron-merge-master/77/consoleFull
    (regXboi, 15:12:07)
  * ACTION: edwarnicke to figure out where error in
    http://pastebin.com/vT3hfGhy is coming from  (regXboi, 15:14:27)
  * ACTION: adetalhouet to write documentation for how to write a
    consumer of the neutron yang model. edwarnicke to provide intel and
    guidance  (regXboi, 15:14:37)
  * ACTION: edwarnicke to scare up a resource to code transcriber to
    talk to YANG model  (regXboi, 15:16:07)

* Trello Board  (regXboi, 15:16:33)
  * we have a trello board at
    https://trello.com/b/LhIIQ8Z0/odl-neutronnorthbound  (regXboi,
    15:16:47)
  * LINK: https://trello.com/b/LhIIQ8Z0/odl-neutronnorthbound the new
    trello board  (regXboi, 15:17:10)
  * send email to regXboi to be added  (regXboi, 15:17:27)

* Bug Squashing  (regXboi, 15:18:02)
  * LINK:
    https://bugs.opendaylight.org/buglist.cgi?list_id=27656&product=neutron&query_format=advanced&resolution=---
    our outstanding bug list  (regXboi, 15:18:21)
  * we have a bunch of Tempest errors from OpenStack - mestery is
    rerunning them and will update  (regXboi, 15:18:40)
  * ACTION: mestery to update Tempest bugs based on reruns  (regXboi,
    15:18:50)
  * some of those may be related to not getting all the neutron objects
    from the driver... more on that later :)  (edwarnicke, 15:19:07)
  * LINK: https://git.opendaylight.org/gerrit/#/c/18268/ patch #1
    (regXboi, 15:19:24)
  * LINK: https://git.opendaylight.org/gerrit/#/c/18272/ patch #2
    (regXboi, 15:19:38)
  * the individual bugs have trello cards if folks want to pick them up
    (regXboi, 15:20:44)

* M4 Status  (regXboi, 15:21:16)
  * last time for this topic, we're folding it all over into M5
    (regXboi, 15:21:27)

* M5 Status  (regXboi, 15:21:35)
  * M5 for us is 4/30!  (regXboi, 15:21:45)
  * we still need the transcriber to work with YANG (thanks to
    edwarnicke for working with Shreshtha and co to work on that)
    (regXboi, 15:22:20)
  * we'll talk about the stability branch next week  (regXboi, 15:22:30)
  * documentation, edwarnicke, I have to look to you to help adetalhouet
    because I know nothing of writing code to listen to Yang changes
    (regXboi, 15:23:12)
  * integration and system test - if we can get the E2E test working,
    then I think I'm happy with this  (regXboi, 15:23:35)

* Other Topics  (regXboi, 15:23:52)

* Broken integration JJB job  (regXboi, 15:24:03)
  * : flaviof manually triggered build #25. I think the issue was
    external, and has been resolved.
    (https://jenkins.opendaylight.org/releng/view/neutron/job/neutron-integration-master/)
    (flaviof, 15:25:06)
  * LINK:
    https://jenkins.opendaylight.org/releng/view/neutron/job/neutron-integration-master/
    neutron integration master jjb  (regXboi, 15:25:52)
  * ACTION: flaviof to set up tempest testing for the dummyprovider to
    insure we get messages from neutron  (regXboi, 15:27:13)

* switching from ML2 to plugin for ODL  (regXboi, 15:27:29)
  * ML2 mechanisum driver doesn't provide security group/rule data
    without mixin  (regXboi, 15:27:48)
  * plugin does  (regXboi, 15:27:52)
  * So... we discovered this week that we were not getting from the
    neutron ML2 driver: routers, router_interfaces, floatingips,
    security_groups, security_group_rules  (edwarnicke, 15:28:36)
  * mohnish figured out how to fix routers/floatingips (our L3 driver
    wasn't being loaded)  (edwarnicke, 15:28:54)
  * regXboi says mestery wasn't against replacement, but is looking for
    confirmation here :)  (regXboi, 15:29:39)
  * https://review.openstack.org/#/c/174184/ <- Kyle's fix for
    router_interfaces... which needs to be tested  (edwarnicke,
    15:30:24)
  * and we have pointers on how to get SG and SGR working  (edwarnicke,
    15:30:46)
  * LINK:
    https://wiki.opendaylight.org/view/Notes_on_fixing_SG_in_OS_Neutron_ML2_Driver
    <- notes on fixing SG and SGR in our ML2 driver  (edwarnicke,
    15:32:31)

* dark chocolate bars with guiness stout  (regXboi, 15:39:24)
  * yes, the are made by guiness  (regXboi, 15:39:32)



Meeting ended at 15:40:45 UTC.



Action items, by person
-----------------------

* adetalhouet
  * adetalhouet to write documentation for how to write a consumer of
    the neutron yang model. edwarnicke to provide intel and guidance
* edwarnicke
  * edwarnicke to figure out where error in http://pastebin.com/vT3hfGhy
    is coming from
  * adetalhouet to write documentation for how to write a consumer of
    the neutron yang model. edwarnicke to provide intel and guidance
  * edwarnicke to scare up a resource to code transcriber to talk to
    YANG model
* flaviof
  * flaviof to set up tempest testing for the dummyprovider to insure we
    get messages from neutron
* mestery
  * mestery to update Tempest bugs based on reruns



People present (lines said)
---------------------------

* regXboi (137)
* edwarnicke (49)
* flaviof (25)
* mestery (15)
* odl_meetbot (10)
* adetalhouet (8)
* Shreshtha (3)
* alagalah (3)
* odp-gerritbot (2)
* Bhavesh (1)



Generated by `MeetBot`_ 0.1.4