08:31:22 #startmeeting Yardstick Work Meeting 08:31:22 Meeting started Mon Nov 14 08:31:22 2016 UTC. The chair is kubi001. Information about MeetBot at http://wiki.debian.org/MeetBot. 08:31:22 Useful Commands: #action #agreed #help #info #idea #link #topic. 08:31:22 The meeting name has been set to 'yardstick_work_meeting' 08:31:37 #topic roll call 08:31:54 #info kubi 08:32:02 #info Jing 08:32:16 #info Jack 08:32:18 #info zhihui 08:32:21 #info Ross 08:32:43 #info Kanglin 08:33:18 rbbratta: welcome to the meeting 08:33:33 hi 08:33:54 welcome! 08:34:28 rbbratta:welcome~ 08:34:49 welcome:) 08:35:07 welcome : ) 08:35:08 rbbratta: could you give a briefly self-introduction to the team :) 08:35:29 is gotomeeting started? 08:35:40 today is IRC only 08:35:53 rbbratta: today's meeting is IRC only 08:36:08 Hi, I'm Ross from Intel, starting working on yardstick for some addition VNF testing we are working on. 08:36:10 rbbratta: we could start the GotoMeeting if you need 08:36:20 no, IRC is okay 08:36:47 rbbratta: that's great 08:36:59 I think someone did a demo last week 08:37:56 I'm also signed up to go to the plugfest at UNH in December 08:38:05 rbbratta: great 08:38:19 rbbratta: Mingjiang also will be there 08:38:42 i'll be there 08:39:14 Mingjiang6: rbbratta you could have a F2F meeting during the plugfest 08:39:34 zhihui_: would you go to the plugfest? 08:40:06 Due to some reason, I won't attend the plugfest 08:40:06 sure, sounds good 08:40:39 yes thats great 08:41:18 I've just started with the code, trying to get it working in our lab. 08:41:32 I've been having some ssh issues 08:41:57 can you share more details? 08:41:59 but if you have agenda, I can wait 08:42:08 kubi001, I will not attend plugfest. 08:42:21 rbbratta: IRC channel will be a good place to discuss the issue 08:42:28 our company has not decided to attend plugfest. 08:42:54 zhihui_: got it, thanks 08:44:09 I was trying to push a patch, but git-review broke on me. 08:44:26 what's you problem? 08:44:31 We have a VNF that we send commands to periodically, so we need to keep stdin open 08:44:39 #info rbbratta and Mingjiang will attend the plugfest 08:44:50 but ssh.py closes stdin if is .read() returns empty string 08:45:26 https://gerrit.opnfv.org/gerrit/24311 08:46:53 need to add unittest for that 08:46:55 rbbratta: i can't access to the link 08:46:58 rbbratta: It seems that I can't open it 08:47:20 me either 08:47:32 https://gerrit.opnfv.org/gerrit/#/c/24311/ 08:48:04 still cannot access 08:48:20 zhihui_: Kanglin could you access the link? 08:48:23 hmm, I pushed it as a draft 08:48:57 It works 08:48:58 should just be change 24311 08:49:02 yes i could 08:49:08 the link works now 08:49:17 kubi001, yes. 08:49:29 maybe permissions for gerrit drafts are limited 08:49:53 it works now 08:50:52 rbbratta: so, you have fix the issue in that patch? 08:51:37 Ross Brattain proposed yardstick: ssh.py: add flag to keep stdin open https://gerrit.opnfv.org/gerrit/24311 08:52:40 yes, with the patch it seems to keep stdin open. I haven't done a full duration test, so stdin might close for some other reason, we still might need keepalives. 08:53:13 I was trying to figure out if there was better way. 08:53:19 #action all, please help to review the patch https://gerrit.opnfv.org/gerrit/#/c/24311/ 08:53:34 rbbratta: sounds good 08:54:14 #topic Yardstick support Newton 08:54:58 #info Yuenan Li send a email about Functest and Yardstick can't run on the Newton Openstack 08:55:41 #info due to some API version confliction. such as Keystone 08:55:59 I've noticed that Lu Jing have created a jira about this 08:56:36 do we have a deadline to fix this problem? 08:56:58 Yes The JIRA ticket is YARDSTICK-410 08:57:28 #link:https://jira.opnfv.org/browse/YARDSTICK-410 08:57:55 It would be great if we could make it work before the MS3 08:58:54 MS3 is end at 11/30 08:59:52 we may need to consider how to dynamically select version 09:00:05 zhihui_: any ideas? 09:00:57 Maybe we need to discuss with functest and other projects to come to a common conclusion 09:01:13 JackChan: that's a good idea 09:01:17 agree 09:01:21 agree 09:01:43 do we have some draft idea about this issue? 09:02:29 I don't think we need to support all the openstack verison. 09:03:03 But maybe at least v2 and V3? 09:03:14 Different branch already did it. 09:04:40 we just need support the latest openstack cli in branch master 09:04:48 i think we should keep up with the newest openstack, since opnfv would switch to newer version each release. 09:06:11 for the previous version, we'd support it in a openstack way, which means we should use openstack api to be compatible, not by our own ways. 09:07:15 I think compatiability is import here 09:07:47 Mingjiang: Yes, making it compatible is necessary 09:07:55 import->important 09:10:23 zhihui_: do you mean we only need to support the latest Openstack CLi in lastest Yardstick Release? 09:10:50 yes , If openstck verison is Mitaka, you can use yardstick with branch c 09:11:15 But I think since yardstick is a tools for testing, we can not choose the environment. My opinion. 09:11:16 If openstack verison is Newton, you can use yardstick with branch master. 09:12:28 zhihui_: that would be much easier for us, but that would be a problem If some user want to use new feature of yardstick at old version cloud 09:13:01 yes, this is a problem. 09:13:30 zhihui: so the new yardstick version will not support M release? 09:14:45 JackChan, it support M. 09:15:05 I don't find the cli problem with fuel. 09:15:35 zhihui_: do you know if the fuel have update to Newton? 09:15:53 I am not sure, I need to check. 09:15:59 zhihui_: It looks like it would be happened with Newton 09:16:15 zhihui: Sorry, I mesunderstand what you mean. 09:17:47 compatibility is a long term work. 09:17:48 zhihui; But how to achieve? 09:18:19 i think we should try our best to be compatible since yardstick is a tool, not specific to a specific env. I suggest yardstick team to support Newton at a high priority and then try to be compatible in the long term. 09:18:26 I am not against compatibility. 09:19:12 Link: https://build.opnfv.org/ci/job/yardstick-fuel-zte-pod1-daily-master/138/consoleFull 09:19:56 I remember the cli warning has existed a long time, seems from mitaka 09:21:09 Maybe it is a block issue in Newton. 09:22:44 If it is, so let's update openstack cli. 09:23:56 yes, the keynote cli will be deprecated in Newton 09:24:39 Yes, the openstack community info that they willl not support the old version in N release. 09:25:02 OK, It seems that we need to update 09:25:18 I think there is a milestone for achieving support for Newton. 09:25:32 JingLu: Yes, MS3 09:27:51 let's have more discussion with the email 09:27:52 So if you run under N release, it will failed due to keystone client version. Also maybe there some problem in heat template(not sure). 09:28:17 JackChan:thanks for pointing out this 09:28:55 #action we will have more discussion with email 09:29:04 #topic others 09:29:11 any others topic? 09:30:26 thanks all for today 09:30:39 #endmeeting