08:02:14 #startmeeting tacker 08:02:14 Meeting started Tue Mar 8 08:02:14 2022 UTC and is due to finish in 60 minutes. The chair is yasufum-o. Information about MeetBot at http://wiki.debian.org/MeetBot. 08:02:14 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 08:02:14 The meeting name has been set to 'tacker' 08:03:32 There are five topics today. 08:04:26 I'd like to share my items, 2nd and 3rd, because it's just announcements. 08:04:58 2nd one is about yoga release of python-tackerclient. 08:05:33 There are some patches dropped in stable 08:06:27 So, update for statle is required. 08:06:48 I'm not still sure the reason, but I would like to upload from NTT. 08:07:10 3rd item is about RC1.. 08:07:46 Please keep in mind the deadline. 08:08:13 any comment? 08:09:00 good 08:09:27 So, can we go to the 1st item next? 08:09:46 yes, 1st one is my topic. 08:09:58 thx, go ahead. 08:10:01 We found a error when we implementing multi-tenant FT on the CNF side. 08:10:08 We operated to termination with member role resulted in the following error: 08:10:19 Error: Entity namespace for "vnf_resources" has no property "tenant_id" 08:10:51 I think this error happens not only in CNF but also in VNF because it happens in the common processing unit [1]. 08:11:00 [1] https://opendev.org/openstack/tacker/src/branch/master/tacker/vnflcm/vnflcm_driver.py#L677-L678 08:11:19 In order to terminate successfully with member role, should we add a `tenant_id` to `vnf_resource` as well as vnf_lcm_subscriptions or vnf_lcm_op_occs like patch [2]? or any other fix? 08:11:27 [2] https://review.opendev.org/c/openstack/tacker/+/799022 08:11:49 w-juso or manpreetk: What do you think about this error and fix? and could you post patch for this error? 08:12:22 Didn't it happen when you tested in a local environment? 08:12:45 that's all from myside, thanks, 08:14:59 w-juso and manpreetk: any answer? 08:17:47 ueha: Thanks for sharing. As you are aware VNF instantiation for member role is not working, therefore such scenario was not tested. But yes we could investigate the issue and upload patch. 08:18:36 But again testing might be a issue, or may be on hold until VNF instantiation is enable for member role. 08:20:22 I see.. Do you think it will work on the RC1 deadline? 08:21:23 ahh that might be difficult as need to investigate. 08:22:45 In that case, we can't merge because the CNF multi-tenant test doesn't pass. umm.. 08:23:38 Should we write in the issue of release note that the operation in member role does not work normally in Y version? 08:24:03 what do you think? 08:24:55 ueha: Yes as per my shared topic, member role user is unable to instantiate VNF and the solution might need some more time. 08:25:44 OK, let's discuss it again on your topic. 08:26:39 ueha:Thanks 08:26:44 CNF seems to work well if the above problem is solved. 08:27:24 So, the problem is whether to fix only CNF in Y release.. 08:28:01 thanks 08:29:35 Thanks, any other comments? If not, let's move on to the next topic. 08:31:28 manpreetk: please share your topic 08:31:33 Thanks 08:32:20 Please check L47 08:33:33 Currently the proposed VNF instantiation solution for member role is not working. More investigation is required in the following areas: 08:33:33 Identify blocking policies through source code. 08:33:33 Debug the complete workflow with member role user with respect to infra setups like policy modification for nova, heat, etc (any other blocking policy). 08:33:34 Somehow this activity would consume a good amount of time and could be addressed in the upcoming release. 08:35:07 Please share your opinion, thats all from my side. 08:36:05 thanks 08:36:47 IMO, higher priority is to resolve the issue which Ueha-san shared. And very sorry but to resolve Heat role issue needs much time and not in time in Yoga release... 08:41:32 ueha: Do you have any suggestion for the fix? 08:42:04 No, I don't have.. 08:43:00 release note of `bp/multi-tenant-policy` has been merged: https://review.opendev.org/c/openstack/tacker/+/830037 08:43:13 If it can't make it to Y release, do we have to correct this? 08:43:23 possibly 08:44:21 isn't possible to simply try to add the lacked property to vnf_resources? ueha: 08:47:06 We haven't tried it yet, but I think it's possible. but I don't know if we have time to do it.. 08:47:28 I'll check with my colleague. 08:47:34 thanks 08:48:37 BTW, multitenat functionality is already available for admin role users? I think the problem only appears for member role users. 08:51:34 In other words, is it possible to release multi-tenant for admin role users in Yoga and exntend it for member role users in Zeta? 08:55:03 manpreetk: what do you think? 08:55:20 +1 yes i agree with h_asahina. 08:57:35 thank you two. I think that is a realistic goal. At least, we can provide multi-tenant for admin users. 08:58:49 manpreetk: Does it satistify the requirements in spec? 08:58:57 #link https://specs.openstack.org/openstack/tacker-specs/specs/yoga/multi-tenant-policy.html 09:02:41 yasufum-o: No this does not satisfy spec requirement, but we could edit release note with missing functionality and partially implement in Y release. 09:06:32 I understand we don't have any alternative options for the issue for now. 09:07:22 yasufum-o:Thanks 09:07:41 Anyway, we should talk about this spec in the next vPTG. 09:08:19 sure 09:09:28 thanks 09:09:46 Go on to the next topic 09:09:52 Sure. I would like to talk to you about two topics related to the sample VNF package I am working on https://review.opendev.org/c/openstack/tacker/+/832226. 09:10:17 First, the sample can't be instantiated because of the bug of https://bugs.launchpad.net/tacker/+bug/1948925. 09:10:33 I made a patch for this bug on https://review.opendev.org/c/openstack/tacker/+/832224, and would like you to review this. 09:11:06 Second, the sample can't be scaled out because of the bug of https://bugs.launchpad.net/tacker/+bug/1963900. 09:11:24 I think it is difficult to have the bug fixed before yoga release. So I want to confirm whether the following is OK. 09:11:39 - In Yoga release, scale operation won't be supported in this sample. 09:11:48 - Add the explanation that this sample can't support scale operation now to user guide or read me. 09:12:00 - Fix the bug in future release, and then remove the explanation above. 09:13:38 What do you think about this? 09:15:08 thanks 09:15:19 do you have any comment? 09:16:44 I see the patch (https://review.opendev.org/c/openstack/tacker/+/832226) include scalable deployment flavour VNFD and BaseHot. 09:18:05 Do you mean that you leave this VNFD and BaseHot as they are and write "not support" in document or README? 09:19:54 I think those VNFD and BaseHot is still located in the sample, but adding explanation that scale out operation is not supported now. 09:22:06 I am wondering if there is no problem with putting the sample that we know won't work. 09:22:58 Can't you insert it after fixing the bug? What do other think? 09:24:56 ma-ooyama: Is there any reason why it's must be included in yoga? 09:27:37 Sorry, I originaly thought it is a matter of tacker implementation and so whole sample package can be merged. 09:28:05 But I understood your opinion. 09:30:02 I understood it is better to include scalable deployment flavour after scale oparation is suceed. 09:31:49 thanks 09:32:58 In this case, is there something to do against losing the part of usecases in yoga release. 09:34:04 I mean where should I explain that the scale flavour is implemented in future. 09:36:26 I think commit message and document/README? I don't know if there is any other place to write.. 09:37:27 any other ideas? 09:39:32 I'm not sure the purpose, but seems ok. 09:42:28 ma-ooyama: any other question? 09:43:30 Sorry I want to confirm that the sample that doesn't include scalable deployment flavour can be merged in yoga release? 09:44:55 Do you mean only rst files will be remained in this patch? 09:45:00 https://review.opendev.org/c/openstack/tacker/+/832226 09:46:54 takahashi-tsc: oops, I've found the 6th item appears. 09:46:55 I mean the deployment flavour of ha can be remained, or whole sample should be merged after scale operation works. 09:47:43 Sorry, I forget to write my topic before this meeting. So I just annouce at this meeting today. 09:48:02 takahashi-tsc: got it 09:48:51 ma-ooyama: I think it's acceptable, but please check the details in your updated patch. 09:49:29 for former one. 09:49:57 ueha: do you agree? 09:50:16 Yes, I agree. 09:50:23 thanks 09:50:29 I understood. Thank you for a lot of comment. 09:50:46 you're welcome! 09:51:11 So, the last topic 09:51:32 takahashi-tsc: can you share it shortly? 09:51:34 Sorry for the late, I think we have no time ... so shout annoucement. 09:52:13 Please see https://etherpad.opendev.org/p/tacker-meeting#L607 09:52:43 We discussed O-RAN SC activities before. I'm also interested in RAN area, so I participated O-RAN SC meeting. 09:53:12 Basically, O-RAN SC members allow Tacker community to contribute for O-RAN SC. So I want to start contribute. 09:53:25 great! 09:53:57 And, I'm also looking for members who work with me. Today we have not enough time, but I'd like to continue to discuss how to proceed. 09:54:02 That's all, thanks. 09:55:07 Thanks for sharing your progress. 09:57:23 do you have any comment? 09:57:27 everyone 09:59:05 We will support but the deployment system has not been established and the internal participation procedure has not been completed. We will participate as soon as we are ready! 09:59:13 thanks. 09:59:20 Thanks! 10:00:05 I hope we'll continue the discussion for expanding our activity. 10:00:50 We should close this meeting today. 10:00:57 Thanks for joining, bye! 10:01:00 Thanks, bye. 10:01:03 thanks, bye 10:01:06 bye 10:01:06 Thanks. 10:01:22 bye 10:01:27 #endmeeting