14:01:14 #startmeeting network_common_flow_classifier 14:01:14 Meeting started Tue May 30 14:01:14 2017 UTC and is due to finish in 60 minutes. The chair is igordcard. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:01:16 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:01:18 hi all 14:01:19 The meeting name has been set to 'network_common_flow_classifier' 14:01:27 Hi 14:01:58 agenda: https://wiki.openstack.org/wiki/Neutron/CommonClassificationFramework#Discussion_Topic_30_May_2017 14:02:14 Hi 14:02:43 hi hai_shi 14:02:49 hi davidsha 14:03:27 hai_shi: interested in the CCF? 14:03:34 hello 14:03:39 hi bcafarel 14:04:10 alright let's dive in 14:04:18 #topic Closing the spec 14:04:42 the newly-submitted v16 spec: https://review.openstack.org/#/c/333993/16 14:05:25 (neutron-specs is kinda broken, sphinx dependency has to be capped at <1.6.1, will probably submit a patch to fix it soon) 14:06:04 anyway, we didn't have any critical issues or critical requests on the v15 spec 14:06:39 so I'd say we have enough agreement on the spec now and it can now be reviewed with the goal of merging 14:06:51 ack 14:07:34 like I talked with kevinbenton at the summit, I will now request him to give rights to the neutron-classifier repo 14:07:57 so we can start submitting and merging code 14:09:07 nice 14:09:17 this is it, really 14:09:25 any questions? 14:10:10 cool, I'm good. 14:10:22 moving on... 14:10:32 #topic Access to the repository 14:10:49 well I've kinda addressed this topic already 14:11:13 going to ask for access to neutron-classifier, start commiting code and building the team from there 14:11:29 a first commit will "wipe" the existing neutron-classifier code 14:11:44 moving on... 14:11:48 #topic Open discussion 14:12:04 * bcafarel has his coffee ready for open discussion 14:12:30 * igordcard was exactly wondering if everybody had their coffees ready 14:12:45 So the first commit is just to wipe the repo correct? 14:13:05 davidsha: yep I think that's the safest 14:13:31 davidsha: so we don't swim in the old code 14:14:08 igordcard: ack, I suppose a deprecation period isn't necessary because there has never been a release of classifier 14:14:33 davidsha: exactly, as far as I understand it was a PoC 14:14:39 kk 14:15:05 will the wipe pass the current gates for the repo? 14:15:42 we got some inspiration from that PoC, and we've credited them in the spec, but with a whole new codebase for it, there's no point in keeping the old code laying around the new code 14:16:09 bcafarel: Hopefully! 14:16:12 * igordcard removes the last comma 14:16:59 bcafarel: it might be a soft wipe, as in wipe everything PoC-specific, but keep what makes it an openstack repository 14:18:02 igordcard: or even full wipe+cookiecutter, this should be enough for the generic gates 14:18:26 bcafarel: yep I'm not the most familiar with cookiecutter (yet), but that sounds about right from what I've heard/seen 14:19:42 * igordcard waves to reedip_ 14:19:47 Will we need to look into expanding the test cases in neutron-classifier as well through the governance repo? 14:19:49 hi 14:19:52 just joined in 14:19:55 traffic .... 14:19:59 reedip_: hey 14:20:01 need to catch my breath 14:20:51 davidsha: for now the repo will be ungoverned so we can technically do whatever we want, but we should aim towards being compliant to then become neutron stadium or maybe neutron-lib 14:21:40 ack 14:22:10 the effort required to make the ccf compliant, and to maintain it over time, has to be evaluated and we have to know who is willing to participate on that 14:22:35 but for now let's just get an initial version out, then work on 1 or 2 consumer PoCs 14:23:39 kk, I'll try to work out a QoS one, when I get the chance. 14:25:08 and I still hope to find some time to do one for SFC 14:25:46 great, great 14:26:04 bcafarel: sfc will be tricky won't it, you'll need to maintain support for the flow classifier plugin also correct? 14:27:58 davidsha: indeed, I will probably try to parse the ccf first, then add local parameters (if any) 14:28:13 not sure if it will be the end method, but for a POC it would be enough 14:28:33 and for the demo only use ccf :) 14:29:33 bcafarel: ack, make sure to link me in the patch! 14:30:20 davidsha: sure will :) 14:30:27 hmm the flow classifier plugin isn't needed for the sake of being needed 14:30:42 it's simply what the project has for defining traffic classifications 14:30:56 igordcard: it would need to be deprecated over a release though. 14:31:03 having said that, it should have a deprecation period 14:31:11 yes 14:31:57 the main sfc API (including create-port-chain --flow-classifier UUID) could be kept completely unchanged 14:32:10 but the UUID would internally come from a different source 14:32:18 the problem is that the flow classifier API is also being used 14:33:05 bcafarel: maybe we could make the sfc plugin lookup classifications in both the flow classifier tables and in the CCF? and have the flow classifier API as deprecated 14:33:13 igordcard: you could try with the flow classifier api and catch the exception if the ID doesn'thave a FC db entry. 14:33:46 then try classifier. 14:33:53 bcafarel: or change both APIs so that port-chain can choose either --flow-classifier or --classification-group, each would lookup in a different place 14:34:08 davidsha: yeah also 14:34:38 hmm I like the general idea yes! 14:35:03 both cases that leaves the existing flow classifier alone, which is simpler 14:35:09 but yeah for PoC is fine, the rest should be with the networking-sfc team and the neutron-lib experts 14:36:57 alright great people, I think this is it 14:37:13 thanks for coming 14:37:20 Thanks, cya! 14:37:36 I'm going to pursue access to the repo now, cya in gerrit! 14:37:40 next meeting, we have a repository? ;) 14:37:51 +1 14:37:52 bcafarel: yesss 14:38:05 #endmeeting