17:11:07 #startmeeting service_chaining 17:11:09 Meeting started Thu Feb 2 17:11:07 2017 UTC and is due to finish in 60 minutes. The chair is LouisF. Information about MeetBot at http://wiki.debian.org/MeetBot. 17:11:10 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 17:11:13 The meeting name has been set to 'service_chaining' 17:11:17 hi all 17:11:31 apologies for late start 17:12:05 hi LouisF 17:12:19 bcafarel: hi 17:12:46 #topic agenda 17:13:16 Hi all 17:14:16 https://wiki.openstack.org/wiki/Meetings/ServiceFunctionChainingMeeting#Agenda_for_the_Networking-SFC_Meeting_.282.2F2.2F2017.29 17:14:32 doonhammer: ho johh 17:15:18 CLI in python-neutronclient https://review.openstack.org/#/c/409759/ 17:15:29 looks like mohan is not on 17:16:15 he did send a new patchset (did not look at it yet) 17:16:40 hi, sorry I'm in a conference call that's running late. Will try to catch up. 17:16:46 bcafarel: yes - jenkins failure tho' 17:17:46 moving on to API reference 17:17:49 LouisF: from a quick look probably unrelated, it looks like bug 1660878 17:17:49 bug 1660878 in OpenStack Compute (nova) "test_reboot_deleted_server fails with 409 "Cannot 'reboot' instance while it is in vm_state building"" [High,Fix released] https://launchpad.net/bugs/1660878 - Assigned to Matt Riedemann (mriedem) 17:18:07 (many failures today in other projects related to this one) 17:18:12 bcafarel: thanks 17:19:32 the API ref is coming along. I may have found a bug but I haven't looked to see if it has been reported before. 17:19:48 A reviewer questioned whether the API supports querying and filtering. 17:19:58 pcarver: thanks - i see you posted a new patch 17:20:05 I tried it and it only partially works 17:21:16 does anyone know if we expect it to work? 17:21:43 is everyone familiar with what I mean by query and filter? 17:22:43 pcarver: to retrieve a subset of resources 17:22:52 LouisF: yes 17:23:08 https://wiki.openstack.org/wiki/Neutron/APIv2-specification#Filtering_and_Column_Selection ? 17:23:10 I tried it and I can retrieve a single field but not multiple 17:23:18 i don't think we have any code to support that 17:23:36 I can also query a field, but not combine the query with a filter 17:23:50 which is what I mean by "it partially works" 17:24:10 It doesn't work completely as described in the link that bcafarel just posted 17:24:52 so, copying and pasting from the example in that URL, 17:25:02 this works: GET /v2.0/networks.json?fields=id for SFC URLs 17:25:13 but this doesn't GET /v2.0/networks.json?fields=id&fields=name 17:25:59 replacing networks.json with things like "sfc/port_pair_groups" "sfc/port_chains" etc 17:27:01 and sfc/port_chains?name=chainname works but sfc/port_chains?name=chainname&fields=id doesn't work 17:27:43 getting back to API ref, I replied to the reviewer that we don't appear to support query and filter so I'm leaving it out of the API ref 17:27:56 pcarver:ok 17:28:01 but if it's a bug, then when it gets fixed I can update the API ref to include it 17:28:28 pcarver: open a bug to investigate 17:28:35 LouisF: ok 17:28:36 it would be nice to have to keep in line with the general neutron API (especially if it is already "half-working") 17:29:11 bcafarel: yes should be consistent 17:31:27 #topic ocata work 17:32:24 Symmetric Chain Support for OVS driver and agent https://review.openstack.org/#/c/410482/ 17:32:33 new patch posted 17:32:47 there is a jenkins failure on that 17:33:58 Details: {u'code': 409, u'message': u"Cannot 'rebuild' instance 23bc5420-2d70-4077-9afc-694d2541b395 while it is in vm_state building"} 17:34:07 same bug :( 17:34:20 bcafarel: yes 17:34:41 wait to see that resolved 17:35:30 Support MPLS correlation without SFC Proxy https://review.openstack.org/#/c/420339/ 17:35:41 igordcard: wip? 17:37:12 #topic other items 17:39:58 other issues? 17:40:27 #topic bugs 17:40:34 https://bugs.launchpad.net/networking-sfc/+bug/1660893 17:40:34 Launchpad bug 1660893 in networking-sfc "Neutron SFC port chain delete fails" [Undecided,New] 17:41:32 https://bugs.launchpad.net/networking-sfc/+bug/1661182 17:41:32 Launchpad bug 1661182 in networking-sfc "Failed creation of flow-classifier " [Undecided,New] 17:41:53 apparently this one happens if the VM in the chain is deleted before the port chain (last comment), looks like a valid bug 17:42:17 the second one should be 'just' a configuration/install issue 17:42:50 bcafarel: thanks - i see your comment 17:43:12 https://bugs.launchpad.net/networking-sfc/+bug/1660700 17:43:13 Launchpad bug 1660700 in networking-sfc "Multinode tempest tests always fail" [Undecided,New] 17:43:57 https://bugs.launchpad.net/networking-sfc/+bug/1660625 17:43:57 Launchpad bug 1660625 in networking-sfc "Unit tests broken with stevedore 1.20.0" [Undecided,In progress] - Assigned to Bernard Cafarelli (bcafarel) 17:44:23 bcafarel: you have a patch for that - thanks 17:44:42 https://review.openstack.org/#/c/427284/ 17:45:48 https://bugs.launchpad.net/networking-sfc/+bug/1660366 17:45:48 Launchpad bug 1660366 in networking-sfc "Tempest tests cannot run in parallel" [Undecided,New] 17:46:03 bcafarel: thanks for adding the bug 17:46:23 np, adding it is the easy part :) 17:46:33 bcafarel: what should the long term fix be to allow parallel execution? 17:47:39 bcafarel: change certain tests so that different flow classifier values are used? 17:48:01 I was thinking of adding specific parameters for each test, so that the flow classifiers do not conflict (like restricting the source/dest ip, ...) 17:48:15 LouisF: exactly 17:48:48 bcafarel: do you know which tests are causing the problem? 17:48:56 mohankumar_: hi 17:49:17 Hi LouisF ..Sorry late.. 17:49:23 mohankumar_: np 17:49:51 LouisF: a majority of them, for now they have the same call to create a FC 17:49:53 Cli patch updated ..please review 17:50:15 bcafarel: :( 17:50:58 bcafarel: can you update the bug comments to suggest that 17:51:00 yes, I think there is a way to automate the change (like an incremental class variable or something like that) 17:51:15 LouisF: sure, will do 17:51:18 bcafarel: ok great 17:51:40 mohankumar_: thanks for the patch update 17:52:06 mohankumar_: i see there is a jenkins failure on that patch 17:52:20 mohankumar_: a "x" slipped in the patch topic, did not want to -1 just for that 17:52:30 Let me check in morning 17:53:07 with some luck the tempest tests should be fine on recheck, the nova team merged a fix for the bug 17:53:17 mohankumar_: thanks 17:53:27 bcafarel: ok 17:55:11 any other items? 17:56:05 ok thanks all, bye 17:56:16 Bye 17:56:29 bye 17:56:53 #endmeeting