08:04:22 <dkushwaha> #startmeeting tacker
08:04:23 <openstack> Meeting started Tue Jul 23 08:04:22 2019 UTC and is due to finish in 60 minutes.  The chair is dkushwaha. Information about MeetBot at http://wiki.debian.org/MeetBot.
08:04:24 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
08:04:26 <openstack> The meeting name has been set to 'tacker'
08:05:21 <dkushwaha> #topic Roll Call
08:05:32 <dkushwaha> who is here for Tacker weekly meeting ?
08:05:39 <tpatil> Hi
08:05:41 <nitinuikey> Hi
08:05:51 <nnsingh> Hi Dharmendra
08:06:14 <shubham_potale> Hi
08:06:22 <joxyuki> hello
08:06:35 <dkushwaha> hello all
08:07:57 <dkushwaha> lets start..
08:08:06 <dkushwaha> #chair joxyuki
08:08:07 <openstack> Current chairs: dkushwaha joxyuki
08:08:26 <dkushwaha> #topic BP
08:10:10 <dkushwaha> I have done on  force delete BP from my side
08:10:23 <dkushwaha> #link https://review.opendev.org/#/c/626854/
08:10:37 <dkushwaha> #link https://review.opendev.org/#/c/666496/
08:11:00 <dkushwaha> please help on review
08:12:03 <dkushwaha> I have started another BP i.e Connection points auto heal
08:12:12 <dkushwaha> #link https://blueprints.launchpad.net/tacker/+spec/cp-auto-heal
08:12:39 <dkushwaha> hope to come with initial patch in this week
08:13:34 <joxyuki> Is scope of this BP respawn action or auto-heal action?
08:14:35 <dkushwaha> joxyuki, we needs to auto-heal connection point
08:15:09 <joxyuki> yea, the title mentions auto-heal but in its description you mentions re-spawn. which is target?
08:16:01 <tpatil> In VDU auto healing, connection points are recreated
08:18:35 <tpatil> #link : https://github.com/openstack/tacker/blob/master/tacker/vnfm/policy_actions/vdu_autoheal/vdu_autoheal.py#L51
08:18:38 <dkushwaha> joxyuki, once VNF re-spawned, existing CP couldn't be cleaned, so a new interface get attached, here my approach is to clean existing interface and attached new one with same ip
08:19:24 <joxyuki> got it, that's nice :)
08:20:06 <dkushwaha> tpatil, how it restore existing one ?
08:20:40 <tpatil> dkushwaha: based on Mac address
08:21:02 <tpatil> in the above code, you will see that heat will delete those hot resources and create a new ones.
08:21:26 <dkushwaha> tpatil, with the same ip. right?
08:21:34 <tpatil> Yes
08:23:29 <dkushwaha> tpatil, aah, then I needs to recheck/re-define the scope of my BP.
08:23:57 <dkushwaha> tpatil, thanks for input.
08:25:40 <dkushwaha> other than this, I target to fix this bug, in this week. https://bugs.launchpad.net/tacker/+bug/1833505
08:25:41 <openstack> Launchpad bug 1833505 in tacker "VNF scale failed for non-admin tenants" [Critical,New] - Assigned to dharmendra (dharmendra-kushwaha)
08:27:17 <dkushwaha> this is all in my TODO for this week.
08:27:38 <tpatil> # link : https://review.opendev.org/#/c/626854/3/tackerclient/osc/v1/nfvo/ns.py, python-tackerclient is deprecated so is it ok to add new options to the existing commands?
08:29:51 <dkushwaha> tpatil, I thinks yes, and it it was what we agreed in spec too https://review.opendev.org/#/c/602528/
08:35:54 <tpatil> VNF packages support for VNF onboarding
08:36:02 <tpatil> #link : https://review.opendev.org/#/c/582930/
08:36:09 <tpatil> To implement this spec, we need to make several changes to Tosca-parser library to implement tosca definition 1.2 version validation code as a new extension
08:36:19 <tpatil> we are planning to propose tosca-parser patch by early next week
08:37:20 <tpatil> Also, we will start pushing patches in tacker in first week of August
08:38:02 <dkushwaha> tpatil, sounds good
08:38:51 <tpatil> That's all update from my side
08:39:48 <dkushwaha> Once we will have some initial code patches, I will merge the spec
08:40:59 <tpatil> dkushwaha: Ok, Thanks
08:41:26 <dkushwaha> moving next..
08:41:49 <dkushwaha> #topic Open Discussion
08:43:01 <joxyuki> I push a new spec and WIP code patch.
08:43:03 <joxyuki> https://review.opendev.org/#/c/672214/
08:43:16 <joxyuki> https://review.opendev.org/#/c/672199/
08:43:41 <joxyuki> this is remaining work of reservation-vnfm
08:44:31 <joxyuki> kindly request you to review them from the spec.
08:47:04 <dkushwaha> joxyuki is this update param_values for reservation part only?
08:47:50 <joxyuki> dkushwaha: no, this feature can be used for more general use cases.
08:48:42 <joxyuki> all parameterized values can be updated, not only reservation-metadata.
08:49:44 <dkushwaha> joxyuki, I see.
08:50:46 <dkushwaha> I will review the spec, don't have any question for now
08:51:50 <joxyuki> thanks
08:53:42 <dkushwaha> Do we have something to talk now? otherwise we can close this meeting.
08:53:47 <takahashi-tsc> Sorry for late... and I have a request.
08:54:37 <takahashi-tsc> My team member said that manual scaling using CLI is failed... Would someone review following bug and patch?
08:54:45 <takahashi-tsc> https://bugs.launchpad.net/python-tackerclient/+bug/1834548
08:54:46 <openstack> Launchpad bug 1834548 in python-tackerclient "osc command's scale is failed" [Undecided,New] - Assigned to Hiroya Nakaya (nakkay)
08:55:05 <takahashi-tsc> https://review.opendev.org/#/c/668379/
08:56:24 <dkushwaha> takahashi-tsc, I missed this patch, will review it
08:56:36 <takahashi-tsc> Oops, the patch's topic branch is wrong...
08:58:53 <takahashi-tsc> Thank you! And I will review patches. Sorry for not doing activities.
09:00:06 <dkushwaha> takahashi-tsc, np. That will be great if you help on review
09:00:40 <dkushwaha> time up
09:00:45 <joxyuki> my presentation at Shanghai. please check it and vote to it if you want.
09:00:55 <joxyuki> https://www.openstack.org/summit/shanghai-2019/vote-for-speakers/#/23901
09:01:27 <dkushwaha> joxyuki, already voted from my side
09:01:37 <joxyuki> thanks!
09:01:49 <dkushwaha> time up folks, Closing this meeting
09:01:58 <dkushwaha> thanks all for joining
09:02:05 <dkushwaha> #endmeeting