06:30:08 #startmeeting taas 06:30:09 Meeting started Wed Mar 16 06:30:08 2016 UTC and is due to finish in 60 minutes. The chair is anil_rao. Information about MeetBot at http://wiki.debian.org/MeetBot. 06:30:10 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 06:30:12 The meeting name has been set to 'taas' 06:30:23 Hi 06:30:25 hi 06:30:26 hi 06:31:10 soichi: Can you kindly send the email address you registered with OpenStack. We need to give you core permissions. 06:31:13 hi 06:31:36 hi 06:31:50 anil_rao: okay, i will send my e-mail address to you 06:31:50 hi 06:32:00 soichi: Thanks. 06:32:25 Let's get started 06:32:35 #topic: Spec Discussion 06:32:56 irenab posted some comments to the questions which I shared 06:33:00 for the spec 06:33:05 #link http://lists.openstack.org/pipermail/openstack-dev/2016-March/088645.html 06:34:04 hello guys! 06:34:06 reedip: Sorry for being a little bit behind. I'll add some thoughts to that email thread soon. 06:34:18 anil_rao: sure .. fawadkhaliq: hi 06:34:42 There was one question that I was curious about. 06:35:03 so irenab gave her comments on #link http://lists.openstack.org/pipermail/openstack-dev/2016-March/089207.html , and she is here today for the discussion, so any concerns from her end can be closed early on 06:35:13 Is there anything in the current API definition that is OVS dependent? 06:35:13 anil_rao : shoot ... 06:35:38 I can't think of what that might be 06:36:09 reedip: I gues maybe it was for limiting the spec to what only possible with OVS 06:36:38 anil_rao : not in the API, but as discussed in some of the earlier meeting logs, we need to split the implementation to allow other vendors like bigswitch and other third party to create thier own versions ( yamamoto_ : I am reading up the ml2 spec, maybe it would help here ) 06:37:15 irenab : maybe we can let the API stay , but in the Release notes, mention the limitation to OVS 06:37:16 ? 06:37:34 reedip: sounds good 06:37:51 anil_rao : any suggestions ? 06:38:22 The current implementation is just a reference implementation. I don't see any reason why other backends cannot be implemented by interested parties. 06:39:50 anil_rao : you are right.... it is a reference implementation. But when we share the code for review with other neutron reviewers, let make this aspect clear... ( that this is a reference implementation) , else we might be subjected to a pretty grilling review 06:40:17 anil_rao: thats my point of view ( maybe I could be wrong ) 06:40:51 By reference implementation I meant that it is one implementation, which we expect will work in production deployments. So a grilling review is fair game. 06:41:29 I also agree that we can make the implementation more friendly to other variants. 06:41:48 anil_rao: yes , but for this release, we can limit the scope, and let it expand in the future 06:42:03 reedip: Agree 06:42:19 that would definitely require rework in the future, but allow us to provide a working software 06:42:25 in the demo in Austin 06:42:39 reedip: As long as the layering is good and API/Plugin are backend agnostic, this should be ok. but maybe its beyond the spec which in my opinion should focus on generic stuff 06:42:49 vlan_range_start config seems a little implementation specific. 06:43:25 yamamoto_: +1 06:43:38 yamamoto_: I agree about that. I would consider that more implementation dependent than a portion of the API spec. 06:44:26 irenab : yes, API may not require this information... however, this was one of the points which I observed cross-referencing different links, so thought of putting it up in the discussion, maybe it should have been a separate point 06:44:55 Also, vlan_range is a stop gap measure until the community comes to an agreement on how to share resources in OVS. 06:45:23 Apparently the ML2 driver extensions work does not address this crucial issue 06:45:33 maybe those options can be moved into a separate group eg. [taas_ovs] 06:46:07 yammamoto_: That should be fine. 06:46:38 yamamoto_ +1 06:46:45 I am still worried though on how different projects plan to simultaneously work with OVS flows at the same time. 06:46:55 Not sure where to bring this up? 06:47:00 Any thoughts? 06:48:01 ML , and Austin summit 06:48:28 i guess ML is best for the topic 06:48:33 we should actually have a discussion with all the neutron core ... this may be a good point for discussion 06:48:51 reedip,yamamoto_: ok 06:49:50 Let's move to the next topic, if that's okay. 06:51:07 #topic Spec Discussion 06:51:28 #link http://lists.openstack.org/pipermail/openstack-dev/2016-March/089330.html 06:51:43 #link http://lists.openstack.org/pipermail/openstack-dev/2016-March/089446.html 06:52:03 anil_rao: thank you for your comments 06:52:34 soichi: You are welcome. The TaaS UI looks very nice. :-) 06:53:18 i'm preparing to share source code 06:53:27 soichi: Awesome! 06:53:43 soichi: I have a few questions on your reply. 06:53:50 yes 06:55:09 I wasn't sure about the part where you mentioned there being a lot of ports being shown. Can you kindly explain? 06:55:57 if an instance is selected by user, we can list ports associated with the instance 06:56:16 otherwise all ports can be a candidate 06:56:49 soichi: Ok, I got it. 06:57:27 Wouldn't the same be the case for the tap-service-create operation though. 06:57:59 we do allow the the user to specify the (destination) port for the tap-service-create call 06:58:26 anil_rao: yes, I think so 06:59:16 i guess destination port should be created with a name 06:59:50 then, a uesr can select an appropriate port by seeing name 07:00:04 soichi: Let me think about this some more. If I have a better idea I'll add to the email thread. 07:00:21 yes, thank you 07:01:26 There is an aspect of the API that still bothers me. Let me try to explain. 07:01:38 ?? 07:02:58 The current API only returns a failure due to some prelimiary checks carried out by the TaaS plugin. After the control is dispatched to the TaaS agent/driver, we have not mechanism of notifying the front-end that a call failed. 07:03:35 I think we need to fix this, otherwise we will end up in a situation where the front-end thinks that a tap-service/tap-flow is correctly instantiated when it might not acutally be the case. 07:04:09 My suggestion is to add the concept of a status field, similar to other OpenStack operations. 07:04:33 This status could be in-progress, succeed or failed. 07:04:55 anil_rao : similar to what has already been done in LBaaS 07:05:00 It will also help in the situations where the backend logic takes a while to complete a call. 07:05:25 reedip: Yes. Actually many OpenStack projects work in this fashion. 07:05:32 like Start -> Pending-Create -> Failure or Start -> Pending-Create -> Success 07:05:54 Yes, something like that. :-) 07:06:19 anil_rao : actually this is a pretty common design pattern ... we can ( and from what you said we should) implement it 07:06:19 This will affect the UI work that Soichi and Kaz are doing too. 07:06:47 reedip: Agree 07:07:24 +1 for having status 07:07:31 Let me write up a description on the ML and also submit a bug . 07:07:39 +1 07:07:45 reedip: +1 07:08:10 anil_rao: you have now 3 emails for ML :) 07:08:54 Yes, I will be on it tomorrow morning. After the time change here (daylight savings) its now midnight. :-( 07:11:25 Any other thoughts on the TaaS Dashboard work? 07:12:48 ok, next topic then. 07:13:02 #topic Discussion over Summit presentation 07:13:36 So I wanted to know how and when we could meet up 07:13:44 how to proceed with the presentation 07:13:44 Here are some thoughts. 07:13:52 what matter would we present 07:14:24 We can set up a WebEx session next week (on Fawad's request) to discuss this. 07:14:38 Fawad will be preparing a template. 07:14:41 anil_rao: yes, let's do it 07:14:56 We should essentially cover the things we mentioned in the abstract of the proposal. 07:15:21 anil_rao: reedip I will come up with template, that we can all fill in and divide 07:15:28 anil_rao: +! 07:15:33 anil_rao: +1 07:15:38 I will also share some thoughts on the demo. Please feel free to debate and discuss 07:15:52 anil_rao: sounds like a plan 07:16:21 I am putting together a new DevStack env with all of the latest code changes (there have been quite a few recently). :) 07:16:29 anil_rao : Honest Request ... please keep the session on a day when there is no T20 match for India :D 07:16:52 reedip: lol 07:17:01 reedip: lol :) 07:17:14 :D 07:17:15 Sure. :-) 07:17:19 thanks 07:18:05 I think it will be nice to incorporate both the Neutron client and the TaaS UI in the demo to show progress over the past Tech Talk. 07:19:09 anil_rao: i agree 07:19:13 anil_rao : +1 07:20:12 Next topics: 07:20:32 #topic Announcement: New Core Reviewers 07:21:20 Based on all the +ve votes received yamamoto_ and soichi are our new core reviewers. 07:22:33 thank you 07:22:47 thank you 07:23:03 +1 07:23:09 +1 07:23:15 sorry, now you guys would give +2 :D 07:23:54 #topic Study up ML2 extension 07:23:58 congrats yamamoto_ soichi 07:24:03 :) 07:24:45 yeah, I have started to study the extension implementation, have some confusions. I would ask yamamoto_ and fawadkhaliq once I read it a bit more 07:25:24 it was mentioned basically as a progress report 07:25:50 That's good. 07:26:11 #topic Issue observed for empty tap-service/tap-flow listing 07:26:31 #link http://lists.openstack.org/pipermail/openstack-dev/2016-March/088454.html 07:26:54 reedip: I belive this is now closed. 07:27:04 anil_rao : yup 07:27:27 I think soichi carried it forward while editing the agenda for today, and I forgot to remove it 07:27:35 Looks like we covered all of the agenda items today. :-) 07:27:48 Any other open issues for discussion. We have a couple of minutes 07:27:50 oh, excuse me 07:28:04 soichi: Yes 07:28:56 just copy and paste last week agenda 07:29:22 soichi : I guessed so, no issues, I also forgot :) 07:29:37 :) 07:30:34 OK, time's up. 07:30:41 #endmeeting