17:03:16 #startmeeting tacker 17:03:17 Meeting started Tue Jan 12 17:03:16 2016 UTC and is due to finish in 60 minutes. The chair is sridhar_ram. Information about MeetBot at http://wiki.debian.org/MeetBot. 17:03:18 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 17:03:20 The meeting name has been set to 'tacker' 17:03:26 #topic Roll Call 17:03:30 o/ 17:03:34 o/ 17:03:34 who is here for tacker mtg ? 17:03:35 o/ 17:03:36 o/ 17:04:02 vishwana_: sripriya_: tbh: bobh: hi all !! 17:04:09 s3wong: you there ? 17:04:10 hi all 17:04:37 #topic Agenda 17:04:56 #link https://wiki.openstack.org/wiki/Meetings/Tacker#Meeting_Jan_12.2C_2016 17:05:41 #topic Big Tent 17:06:21 We had always had plans to apply for big tent for Tacker sometime in mid-Mitaka... 17:06:51 we planned many activities over last many months .. like unit test, functional gate, etc with an eye on this 17:07:06 I think we are at a point to go ahead and do it.. 17:07:25 I'd like to quickly poll the folks in this room here .. 17:07:28 sridhar_ram: cool 17:07:43 (1) Long overdue, lets proceed to apply for Big Tent 2) This is not the right time to apply for Big Tent, we should wait (3) Tacker should not apply for Big Tent 17:07:52 1 17:07:54 1 17:07:55 1 17:08:02 1 17:08:07 1 17:08:46 alright.. thats unanimous ! 17:09:37 I started writing up the application for patchset to openstack/governance repo here ... #link https://etherpad.openstack.org/p/tacker-big-tent-writeup 17:10:02 sridhar_ram, thanks for doing this 17:10:07 please feel free to add / edit / comment (on the side bar) 17:10:13 vishwana_: sure ! 17:11:34 I truly believe we have come a long way.. and quite happy we are in a position to do this 17:11:41 thanks to this amazing team.. 17:11:49 how long will it take to get added to the back tent from the time you apply? 17:11:50 +1 17:12:03 +1 17:12:52 vishwana_: AFAIK there is predetermined time, after we apply TC will schedule it for a discussion.. 17:13:12 ok 17:13:19 which channel to join the room? 17:13:48 vishwana_: .. it all depends how clean the scope and how contentious the review comments are.. 17:14:08 ahelkhou: sorry, I didn't get your question.. can you elaborate ? 17:15:13 I think it was typed in the wrong window 17:15:28 Sorry my mistake:) 17:15:35 ahelkhou: np ! 17:15:52 any other questions on governance and big tent ? 17:16:31 I hope we can push the big-tent patchset by early next week... 17:16:36 lets move on.. 17:16:43 #topic Mitaka blueprints 17:17:00 #topic TOSCA parser update 17:17:12 bobh: where do we stand at this point ? 17:17:44 The change to allow tosca-parser to work inside the tacker server was merged and should be in the next point release, which I think is 1/25 17:18:21 I saw you have an etherpad for Tosca / Heat translation 17:18:23 The NFV changes to tosca-parser are under review - there is a discussion about the best approach to take, and once that is resolved it should merge fairly quickly - hoping to get that in the same point release 17:18:57 bobh: that's good news .. particularly if it makes 1/25 17:19:00 brucet: Yes - the next step is to make sure Heat Translator can process all of the objects appropriately 17:19:33 I was looking for a similar document for the original Tosca / Heat translator 17:19:41 in parallel I am working on a spec to document the tacker changes - we should be able to support both template types for a period of time, then deprecate the old and continue with TOSCA only 17:20:34 brucet: If you find one let me know :-) I have only been able to walk through the code at this point 17:20:58 Same with me 17:21:16 bobh: that's sounds like a plan... I know it quite tricky waddling across these projects! 17:21:21 I need to put together some test templates for TOSCA NFV that can be used for code testing 17:21:22 Is that how you got the mappings in the Etherpad? 17:21:51 brucet: The mappings in the Etherpad came from my reading of the OASIS NFV document and my basic understanding of Heat and OpenStack 17:22:00 OK. Got it 17:22:20 I will review it 17:22:29 brucet: There is some discussion about whether a VDU should map to Compute or SoftwareComponent - hopefully sridhar_ram will make some progress on that this week 17:23:00 OK 17:23:22 We may also need to define our own objects to add the additional properties we need for mgmt_ip and monitoring_policy - they will derive from the NFV objects 17:23:33 or from the base profile objects 17:24:10 So Tacker templates may need to import some tacker definitions in addition to using the version specification for TOSCA NFV 17:24:16 Do you mean add new Heat resources or something on the side of Heat? 17:24:36 bobh: yes, heading to ETSI Information Model meetup this week (as a member of TOSCA group)... will try to get some clarification on Compute vs SofwareComponent. Templates based on Compute looks cleaner. 17:24:59 brucet: No - Tacker needs information in the template that will not map to Heat, so we will probably need to "prune" that information out of the template before it gets sent to heat-translator 17:25:36 OK. Will these items drive a separate Tacker API then? 17:26:39 brucet: No - same API - the template will determine which parser is used - if there is a version tag in the template it will use the TOSCA parser, otherwise it will use the native YAML parser 17:26:53 For example, I believe you will have objects defined in the templatethat would end up driving the Tacker SFC API 17:27:18 brucet: That could be 17:27:38 brucet: eventually, yes.. when we start supporting VNFFGD descriptors 17:27:46 brucet: It would require an architecture change (which is overdue anyway) 17:28:02 brucet: .. initial TOSCA parser integration will not have Forwarding Graph support 17:28:11 exactly 17:29:02 brucet: our hope there, Heat resources will we created for the networking-sfc effort and this is something we can eventually consume. 17:29:35 Right. Makes sense. 17:29:52 Same for multi-site? 17:30:43 brucet: we will take up discussing multi-site soon.. hold your thoughts 17:30:48 OK 17:31:02 bobh: using Tacker types to overlay over tosca-nfv is reasonable .. 17:31:22 bobh: .. the main Tacker overlays would be for monitoring and mgmt_driver, correct ? 17:31:42 sridhar_ram: I think so - also config is not supported by TOSCA so need to overlay that too 17:32:03 sridhar_ram: or put it into the lifecycle - which might not be a bad idea 17:32:50 bobh: lifecycle could be an option.. I'm unclear if tosca-parser or heat-translator will play a role there 17:33:14 bobh: .. it is something that tacker need to drive 17:33:22 sridhar_ram: needs more investigation 17:33:58 anything else from your side? 17:34:09 sridhar_ram: I think that covers it 17:34:28 now, lets jump of discussing the auto-resource which depends on tosca parser changes... 17:34:35 #topic Auto Resource Creation 17:34:48 tbh: can you give an update ? 17:35:23 BP link is #link https://review.openstack.org/#/c/250291/ 17:35:51 sridhar_ram, sure, as we decided in last meeting, we have to create flavor/network at vnf creation time and image in onboarding VNFD 17:36:22 sridhar_ram, but the issue is maintaing the state of VNFD in the parametrized case 17:37:57 tbh: I'm looking for the wider team's input here.. my personal opinion / way forward is we don't allow image URL parameterizable in VNFD 17:38:22 agree 17:38:27 sridhar_ram: I agree - that would be a one-time action 17:39:12 sridhar_ram: although there is an argument for allowing different images for the same VNFD, where you might change versions of the base image without changing the VNFD 17:39:37 what would be the issue with image URL parameterization in VNFD? .... Is the issue that multiple duplicate images would be created in glance 17:40:23 vishwana_: if there was logic to look for the image in glance first and then only go get it from the URL if it's not there, that might work 17:40:55 bobh: agree, that scenario goes into VNF image management realm called out in ETSI MANO ... 17:41:00 bobh, ok 17:41:01 vishwana_: but I think the question is when to do image processing - if it only happens at VNFD-create, then no need to paramaterize 17:41:16 if image processing is done at VNF-create, then the parameter makes sense 17:41:52 bobh, thanks, now I understand the issue 17:42:22 bobh: that's an interesting option.. to look for the image in glance during vnf create .. .. if not download 17:42:46 another thought, we might need to support VNFD in CSAR zip bundle format down the line .. where the zip might have the qcow2 image 17:42:46 we have to start using nova-api 17:42:55 sridhar_ram: not sure you could count on the name - might need MD5sum 17:43:31 sridhar_ram: +1 - tosca-parser already supports CSAR files, so we might want to consider it 17:43:41 bobh: for md5sum we still need to download and that will increase vnf creation time.. 17:43:45 sridhar_ram, bobh how will we check for the same image in glance? 17:44:10 tbh: bobh: we got to use name or uuid.. md5sum is not practical 17:44:12 sridhar_ram, bobh I mean we can have conflicts with image details with other images 17:44:26 tbh: I think it would need to be md5sum values 17:45:23 let me summarize the options ... 17:45:36 sridhar_ram, here using uuid or name, we cannot check the valid image 17:45:42 1) VNFD image uri without parameterization 17:46:00 2) VNFD in CSAR zip with qcow2 bundled in 17:46:25 3) VNFD has parameterized URI, download and glance upload happens in VNF creation time 17:46:48 (1) and (2) will have image in place in glance for vnf-creation ... 17:47:04 we could potentially support one or more of these options... 17:47:36 any votes / preferences ? 17:47:50 I would vote for 3) for the initial version of the implementation even though it would create duplicate images during subsequent VNF creation. 17:48:15 vishwana_: So would you also delete the image when the VNF is deleted? 17:48:21 for option 3, I am not sure, how perfectly we can check that image and I prefer option 1 for now 17:48:25 bobh yes 17:48:40 3) would be take a really long time to complete, including download, upload and actual vnf creation 17:49:00 vishwana_, but we are storing a huge same images again and again 17:49:17 sripriya_, agree 17:49:38 If we do (3) we need to figure out a way to avoid duplicate glance images .. we might resort to download, compute md5sum and upload only if needed 17:50:04 if we are OK with introducing nova_api then we can still have a modified version of (3 17:50:17 tbh: +1, we will run out of glance image space ! 17:50:54 * sridhar_ram 10 min mark 17:51:38 I'm fine going with (1) for now with a plan to support (2) down the line... 17:51:49 if image space is an issue and which it will be and we do not want to introduce nova-api, then 1 is the option 17:51:59 Sridhar_ram: +1 17:52:11 we can introduce an explicit vnfd-image-update operation to take care of VNFD image mgmt 17:52:37 bottomline my vote would be reconcile image at VNFD creation time.. one way or the other 17:52:38 however, if 1) starts making VNFD a stateful object, I have a tough time understanding the value proposition of making VNFD a stateful object 17:53:01 small correction, I mean at VNFD object level 17:53:30 a VNFD could also reference multiple images 17:53:33 vishwana_: I'm also keeping an eye on csar bundle support 17:53:54 bobh: for multi VDUs ? 17:54:34 we are running out of time folks.. 17:54:35 sridhar_ram, I need to know more about csar support after mtg 17:54:38 sridhar_ram: yes 17:54:52 lets continue in the tacker spec.... good discussion though 17:55:18 tbh: can you please capture the options discussed here in the spec and have folks weigh in and pick a winner 17:55:29 sridhar_ram, sure 17:55:51 I would be interested in the csar bundle support ... will watch out for that discussion in the tacker channel or the gerrit review 17:55:57 tbh: quickly for flavor and network .. you might need to check if heat-translator supports flavor creation and network creation 17:56:17 sridhar_ram, are you restricting the options to the discussed 3 or you are OK with other options 17:56:32 tbh: please reach out to spzala & bobh 17:56:57 sridhar_ram, they are not supporting flavor creation 17:57:01 sridhar_ram, tbh, FYI:I have verfied that flavor and network creation is supported by heat 17:57:02 vishwana_: we should be open other options as well .. as long as they are viable.. 17:57:17 sridhar_ram, heat-translator will provide a matched flavor otherwise null 17:57:39 tbh: that's a bummer.. can that be enhanced to do flavor creation ? 17:58:08 sridhar_ram: will Tacker allow to specify extra-spec in the flavor definition? 17:58:25 sridhar_ram, they don't want to create any openstack resources, just to translate the templates which is purpose heat-translator 17:58:35 ahelkhou: that's the plan for efficient VNF placement 17:58:49 *purpose of 17:58:57 tbh: okay... lets take it offline.. 17:59:13 sridhar_ram, sure 17:59:15 lets continue in gerrit. 17:59:21 #topic Open Discussion 17:59:40 Is there an overall Tacker spec? 17:59:41 brucet: sorry, we didn't had time for multi-site discussion.. 17:59:47 No problem 17:59:57 brucet: ..lets plan to take it first thing next week.. 18:00:02 I am having a hard time seeing the forest through the trees. 18:00:12 brucet: unfortunately no! 18:00:19 out of time.. 18:00:32 OK 18:00:46 quick reminder .. Tacker midcycle is on Jan 28th, 29th in San Jose, CA.. please plan to attend if you can 18:01:08 #link https://etherpad.openstack.org/p/tacker-mitaka-midcycle 18:01:10 #endmeeting