16:00:53 #startmeeting tacker 16:00:54 Meeting started Tue Jul 5 16:00:53 2016 UTC and is due to finish in 60 minutes. The chair is sridhar_ram. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:00:55 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:00:58 The meeting name has been set to 'tacker' 16:01:06 #topic Roll Call 16:01:13 o/ 16:01:16 o/ 16:01:17 o/ 16:01:20 o/ 16:01:26 o/ 16:01:59 howdy all ! 16:02:15 o/ 16:02:20 KanagarajM_: are you here ? 16:02:33 sridhar_ram, hi 16:02:50 alright, lets start.. 16:02:58 #topic Agenda 16:03:08 #link https://wiki.openstack.org/wiki/Meetings/Tacker 16:03:17 o/ 16:03:31 #topic Annoucements 16:03:39 master based python-tackerclient is released 16:03:47 #link http://lists.openstack.org/pipermail/openstack-announce/2016-June/001259.html 16:04:04 going forward we will make regular client releases based off master 16:04:39 Nice :) 16:04:39 Doodle poll to narrow down the date / time for Midcycle meetup is at.. 16:04:43 #link http://doodle.com/poll/qzsagbhnhqbuurth 16:05:01 Please respond to the poll 16:05:14 * sridhar_ram notes to send this poll link to ML 16:05:39 OpenStack Barcelona Summit talk submission is coming up - July 13th! 16:05:53 moving on... 16:06:04 #topic Audit Event log 16:06:15 vishwanathj: KanagarajM_: please take it away 16:06:36 sridhar_ram thanks .... 16:07:34 I think at this time, KanagarajM_ and I believe that the spec is in a reasonable shape for other reviewers including core reviewers to start reviewing and provide feedback ...... 16:08:11 vishwanathj: can you please share the link? 16:08:32 https://review.openstack.org/#/c/321370/ 16:08:56 vishwanathj: thanks 16:09:17 vishwanathj: KanagarajM_: are Horizon UI changes just going to be per resource ? 16:10:06 are you envisioning any general "Events" tab that spans across all tacker resources ? 16:10:34 sridhar_ram, yes we are envisoning a general "Event" tab..... 16:10:57 vishwanathj: okay 16:11:00 however, would want to first focus on getting the per resources implementation working..... 16:11:22 vishwanathj: sure, that can be a follow on.. 16:11:44 the Events tab display in Horizon would be easier given the way data is structured in the database.... 16:12:00 agree 16:12:04 on my side, i'm good to sign off on this one .. i don't see any major blocker at this time 16:12:20 also we are making an attempt to keep the paradigm for accessing events in Horizon and tacker client similar.... 16:13:31 the idea in Horizon for e.g; when you click on a VNF, it would display VNF details in one tab and would have another tab for list of asscociated events.... 16:13:49 vishwanathj: will we be retaining events data for ever or is there some kind of an expiry on the data? 16:14:21 o/ 16:14:25 similarly in tacker client when the tacker vnf-show command is executed, we are thinking of displaying VNF details info along with VNF event details info 16:14:58 o/ 16:15:14 KanragarajM_ feel free to chime in..... 16:15:18 vishwanathj: VNF visibility is a huge deal for NFV ... 16:15:45 o/ 16:15:51 vishwanathj: we shd make this a prominent 'first-class' feature of any Tacker resource 16:16:15 sripriya, there will be a command provided to purge entries from database.... 16:16:17 lets not relegate this into a show command ooption 16:16:50 sridhar_ram I see your point for the VNFs 16:16:55 vishwanathj: i see that, thanks 16:17:35 sounds good... 16:17:40 sridhar_ram, there will be a separate events level support for all resources.... 16:18:09 additionally for VNF resources, we plan to have vnf-show-events style command as per your feedback 16:18:54 cool, I'd encourage other reviewers to provide their comments / +1s / +2s.. 16:19:22 KanagaragM_ anything that you want to add I might have missed .... 16:19:40 +1 for vnf-show-events style command 16:19:42 vishwanathj, i think all covered 16:20:01 okay, let's move on.. 16:20:23 #topic Network Services Descriptor (NSD) 16:20:33 #link https://review.openstack.org/304667 16:20:47 dkushwaha__: tbh: please take over.. 16:21:22 sridhar_ram, thanks. 16:22:19 sridhar_ram, I have committed WIP prototype patches for nsd 16:22:55 in which tbh also working with me 16:23:18 the main thing IMO to be resolved for this effort is (a) scope of this initial NSD work and (b) tosca-parser dependency 16:24:26 on the scope, the spec should describe what is the plan for .. 16:24:41 (a) VNFFG embedded in NSD .. will this be supported ? 16:24:41 sridhar_ram, regarding the tosca-parser dependency, do you think we have any dependencies on tosca-parser apart from substitution_mappings? 16:24:59 (b) can each VNF be placed in different VIMs ? 16:25:39 tbh: substition_mapping is probably the main thing.. but there might be others that you would get to know only when you starting trying :) 16:27:07 back to scope, my suggestion is to introduce this with limited scope - to support just VNFs, VLs and not support VNFFG in the initial NSD 16:27:16 sridhar_ram, sure, for VNF placement I think we are taking --vim-id input, dkushwaha__ am I correct? 16:27:24 also restrict it, all VNFs in the same VIM 16:27:35 tdh: this would need nested template support generation from heat-translator. 16:27:55 sridhar_ram, tbh yes. 16:28:20 sridhar_ram, as VNFD already supports to place across VIM, will it be an issue for supporting in NSD ? 16:28:28 sridhar_ram, currently I planed scope with to support just VNFs, VLs 16:28:36 KanagarajM_: no, we shouldn't take that approach 16:28:58 Tacker-NSD feature should call Tacker-VNFM to stand-up each VNF specified in the NSD 16:29:18 KanagarajM_, can you elaborate on nested template support? 16:29:43 I've placed a midcycle meetup topic to discussion Tacker NFVO and Tacker VNFM separation 16:30:18 tbh, As NSD is containing VNFD and VNFD is already an HOT tempalte, you may endup in placing multiple VNFD hot template inside NSD HOT tempalate 16:30:41 we should avoid Tacker NFVO features to be tightly coupled with Tacker VNFM 16:30:41 tbh, but i see the sridhar_ram point too 16:31:22 i envision we might end up having two git repos in the near future .. one for tacker-nfvo and one for tacker-vnfm 16:31:25 sridhar_ram, yes. that is good to address 16:32:14 KanagarajM_, got it thanks 16:32:23 this is one of the learnings from the recent OPNFV summit :) 16:33:11 tbh: dkushwaha__ : please continue to shape / iterate on the spec... describe the scope clearly.. what it will do and *more importantly* what it will NOT do :) 16:34:09 we also could make use of a workflow engine like mistral to implement.. 16:34:09 sridhar_ram, yup, I will update the spec this week 16:34:33 .. instead of coding all the workflow steps in python.. 16:34:49 there are pros and cons to such an approach.. 16:34:58 * sridhar_ram wonders if bobh is here .. 16:34:59 sridhar_ram, sure will update the spec based on recent learnings 16:35:33 * bobh is on a conf call and not really paying attention.... 16:35:43 tbh: dkushwaha__ : sounds good.. 16:36:06 Sonata includes Mistral as workflow engine. If you want, we can share our experiences at some point 16:36:19 we can make this a recurring agenda item for next few weekly meeting to track its progress 16:36:31 michael_bredel: that would be great! 16:36:50 sridhar_ram, yes sure 16:38:01 IMO, if we can embrace a full-featured worflow engine like Mistral, we can achieve lot more feature velocity by generating worflow templates for features instead of coding lot of python code to achieve the same 16:38:18 perhaps this could be another Midcycle topic.. 16:38:45 michael_bredel: would you be able to join our midcycle meetup to share you Sonata<->Mistral experience ? 16:38:52 sridhar_ram, I completely agree on it ! 16:39:40 anything else on NSD ? 16:40:26 sridhar_ram, currently no from my side. 16:40:30 okay, lets move on... 16:40:51 tbh: dkushwaha__: nice to see you both picking this piece up! 16:41:05 #topic Midcycle Meetup Topics 16:41:26 #link https://etherpad.openstack.org/p/tacker-newton-midcycle 16:41:48 Please RSVP on this etherpad if you plan to join 16:43:00 Need less to say, if you would like to discuss a particular topic .. please add them 16:43:18 based on the content, we can make it 1-day or 2-day event 16:43:50 sridhar_ram, shall we keep the things to discuss on newton cycle priority 16:44:44 sridhar_ram, you have listed many topics for meetup ! 16:44:54 KanagarajM_: you mean the things currently in flight for Newton ? 16:45:18 sridhar_ram, currently in and planned for newton 16:45:33 KanagarajM_: sure, we can discuss them.. 16:45:58 We have always tried to balance with things in flight + the upcoming roadmap 16:46:45 Next, the biggest challenge I've is to find a timeslot that would ensure max participation 16:47:04 I see we are spread across vast diff timezones 16:47:14 sridhar_ram, yeah. timezone really seems difficult part 16:48:15 I've picked early morning PDT that overlaps with late afternoon / evening in India.. but is late evening for Korea 16:48:45 it comes between 7:30 PM to 1:30 AM for india 16:49:02 US East coast and CET (Central European) gets reasonable 16:49:14 *has reasonable timing 16:49:48 perhaps we can go one hour earlier ? 16:50:06 or make it two-days and reduce the hours 16:50:14 sridhar_ram: np.. still keep time if it is fine for almost guys :) 16:50:16 may be both :) 16:50:43 sridhar_ram, I missed few weekly meetings due to timezone only, as it is 1AM JST :( 16:50:49 tung_doan: I'm trying my best to see if you can join..! 16:50:59 dkushwaha__: ouch! 16:52:01 sridhar_ram: thanks :) 16:52:17 okay, should we do 2-day / 5-hour slots starting at 6AM PDT, 6:30PM IST ? 16:52:41 sridhar_ram, its better choice 16:52:54 sridhar_ram: better option 16:52:59 any violet objections ? 16:53:05 *violent 16:53:26 * sridhar_ram looks at sripriya 16:53:47 * sridhar_ram .. and s3won 16:54:07 sridhar_ram: 2-day works fine IMO 16:54:19 sripriya: okay 16:54:29 let's spread the suffering :) 16:54:43 lets pencil this in.. 16:54:49 will send a note to ML 16:54:50 sridhar_ram: coffeee to the rescue 16:54:59 sripriya: absolutely! 16:55:23 anything on this subject ? 16:55:41 #topic Open Discussion 16:56:21 tung_doan: we should also circle back to your monitoring spec.. lets discuss that in the next week's meeting to see if we can wrap that up 16:57:03 please start to review https://review.openstack.org/#/q/status:open+branch:master+topic:tacker-scaling 16:57:03 sridhar_ram: yes, right.. i really want. thanks, sridhar 16:57:13 looks we are done for today.. 16:57:19 thanks everyone for joining 16:57:27 #endmeeting