Earlier  
Posted Nick Remark
#openstack-cyborg - 2018-08-22
14:51:04 Li_Liu Coco_gao, the acc_topology is not to be saved tho. It helps you to structure the deployable relationships
14:51:39 sum12 wangzhh: do you plan to pull in any patches for the Rocky release for os-acc ?
14:52:19 Li_Liu Coco_gao, in case it's not clear to you, we can discuss it further once you feel better
14:52:26 shaohe_feng_ Sundar: will you work on the image upload ? auto parser the bitstream files, and generate the glance metadata?
14:52:46 wangzhh sum12: No.
14:53:49 xinran I am trying to add a new API representing all actions of deployables e.g. allocation/deallocation. for example: def post(self, body) with body like {"FPGA":"vendor_id":"","type":""...,"GPU","vendor_id":""...}. And in this method, deployable_list will be call with filters.
14:54:54 wangzhh shaohe_feng_, Before upload image, we need download first, in agent. Do you think so?
14:54:57 Sundar Shaohe: Sure.
14:56:03 xinran To support batch alloc/dealloc, there will be a loop to call deployable_list(...,filters) that's my current solution. Does anyone of you have some better suggestion?
14:57:54 wangzhh xinran, for batch alloc/dealloc, we should have new APIs, and I think it's better to have a spec.
14:58:18 wangzhh We should disscuss how to handle failure.
14:58:45 Li_Liu wangzhh, you mean the looping case?
14:59:17 wangzhh Li_Liu, No, for the new design.
14:59:59 Coco_gao LI_Liu, I just mess up,can we list the remaining work and the timeline for that?
15:00:16 xinran there is no spec currently
15:00:49 wangzhh Oh, Sorry. Misunderstand u. xinran.
15:01:21 Li_Liu Coco_gao, you mean the remaining work on the agent reporting?
15:01:41 wangzhh Current implemetion
15:01:43 Coco_gao on cyborg rocky.
15:01:56 wangzhh doesn't need spec.
15:01:59 Sundar I need to leave now for the next call. Thank you all. Bfn!
15:04:30 Li_Liu Coco_gao, for rocky, in my opinion, I hope we can merge the ovo stuff that you are currently working on. anything on top of that is a bonus :)
15:05:15 Li_Liu plus, xinran's new api and my programming api
15:05:36 Li_Liu wangzhh, what's left on your plate for Rocky?
15:05:48 xinran there are 1. driver discovery and data structure. 2. placement report. 3. nova integration (new api) and what else ?
15:06:33 wangzhh Agent diff and save, related to Coco's patch.
15:06:47 Li_Liu I thought the placement client report is finished didn't it?
15:07:00 Li_Liu wangzhh, sounds good
15:07:54 Coco_gao but I am afraid, Sundar's Spec have difference with my code.
15:08:02 wangzhh Li_liu, you mean we have finished reporting to placement?
15:08:34 Coco_gao the api
15:08:34 xinran Sundar's spec mention that diff should be done in conductor. Did we have an agreement on it?
15:08:36 wangzhh Not yet. xinran said , she is working on it.
15:08:54 Li_Liu https://github.com/openstack/cyborg/blob/master/cyborg/services/client/report.py
15:09:06 wangzhh xinran, not in current release.
15:09:17 Li_Liu these code from shaohe is the placement client right?
15:09:36 Coco_gao nope, zhipeng think it should be done on agent in this release
15:09:51 xinran ok thanks
15:10:09 shaohe_feng_ Li_Liu: yes, client
15:10:18 wangzhh Yes, but we should intergrate them in agent.
15:10:33 Coco_gao I think so
15:10:37 Li_Liu yup, it's just the matter when to use the client
15:10:50 shaohe_feng_ wangzhh: we do not need to download
15:11:28 Coco_gao I think it should be used after diff.
15:11:52 wangzhh shaohe_feng_, so what if we want to program?
15:12:01 xinran Coco_gao: yes, exactly
15:12:24 wangzhh Shouldn't we download bitstream first?
15:13:40 shaohe_feng_ no
15:13:43 Coco_gao Bye, I need to go bed.
15:13:58 shaohe_feng_ Coco_gao: have a good dream.
15:14:01 Li_Liu bye, Coco_gao, take a good rest
15:14:51 Li_Liu shaohe_feng_, wangzhh, are you guys talking about the same step here?
15:16:40 wangzhh Maybe we can hold a zoom meeting later?
15:16:47 shaohe_feng_ we should not be in same page
15:16:59 shaohe_feng_ we mya be not in same page
15:18:52 Li_Liu ya, it's too late now, let's wrap up. I think we are clearer on the work assignment for R. let's get it done
15:19:04 wangzhh Yep.
15:19:34 Li_Liu xinran, let us know if you need help, especially wangzhh and me can off load some of your work, right wangzhh :)
15:19:55 wangzhh Of course. :)
15:20:15 xinran ok, thanks guys :)
15:20:48 Li_Liu one last thing. remember to post your topics for PTG no matter if you are coming to Denver or not
15:20:49 Li_Liu https://etherpad.openstack.org/p/cyborg-ptg-stein
15:21:44 Li_Liu and let us know if you are coming to PTG
15:22:05 wangzhh Not sure. :)
15:23:50 Li_Liu ok, have a good night/day wherever you are :)
15:23:58 Li_Liu #endmeeting
15:24:00 openstack Meeting ended Wed Aug 22 15:23:57 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
15:24:01 openstack Minutes: http://eavesdrop.openstack.org/meetings/_openstack_cyborg/2018/_openstack_cyborg.2018-08-22-14.10.html
15:24:02 openstack Minutes (text): http://eavesdrop.openstack.org/meetings/_openstack_cyborg/2018/_openstack_cyborg.2018-08-22-14.10.txt
15:24:03 openstack Log: http://eavesdrop.openstack.org/meetings/_openstack_cyborg/2018/_openstack_cyborg.2018-08-22-14.10.log.html
16:48:44 openstackgerrit coco-Gao proposed openstack/cyborg master: Add driver-side oslo_versioned objects. https://review.openstack.org/593627
21:04:19 openstackgerrit Sundar Nadathur proposed openstack/cyborg master: Cyborg/Nova/Glance interaction in compute node, including os-acc. https://review.openstack.org/577438
#openstack-cyborg - 2018-08-23
09:55:34 openstackgerrit sumitjami proposed openstack/cyborg master: python3 compatibilty for spdk/util https://review.openstack.org/595571
#openstack-cyborg - 2018-08-25
02:40:33 openstackgerrit Li Liu proposed openstack/cyborg master: Let the fpga programming api call cyborg agent https://review.openstack.org/596507
03:44:00 openstackgerrit Merged openstack/cyborg-specs master: import zuul job settings from project-config https://review.openstack.org/592835
#openstack-cyborg - 2018-08-27
07:38:26 nguyenhai dear core-reviewers cyborg
07:38:27 nguyenhai https://review.openstack.org/#/q/project:openstack/os-acc
07:38:47 nguyenhai those patches related to the python3-first topic need to be merged
07:38:48 nguyenhai Thanks
08:19:07 openstackgerrit Xinran WANG proposed openstack/cyborg master: Add Allocation/Deallocation API https://review.openstack.org/596187
11:48:30 openstackgerrit wangzhh proposed openstack/cyborg master: Add "Report device data to cyborg" https://review.openstack.org/596691
11:51:00 openstackgerrit wangzhh proposed openstack/cyborg master: Add "Report device data to cyborg" https://review.openstack.org/596691
#openstack-cyborg - 2018-08-28
08:32:01 openstackgerrit Xinran WANG proposed openstack/cyborg master: Add Allocation/Deallocation API https://review.openstack.org/596187
#openstack-cyborg - 2018-08-29
08:30:00 nguyenhai_ Please review those patch: https://review.openstack.org/#/q/project:openstack/os-acc+topic:python3-first
08:30:11 nguyenhai_ about python3-first goal. Thanks.
13:39:22 openstackgerrit coco-Gao proposed openstack/cyborg master: Add driver-side oslo_versioned objects. https://review.openstack.org/593627
14:05:20 sum12 meeting ?
14:05:59 Sundar Yes, I am trying to connect to zoom
14:06:47 Sundar The host needs to start it first
14:49:06 efried Sundar: please let me know when you have a moment.
14:52:12 efried kosamara: ō/ I think they're having their meeting now (via video conf) but I left a ping for Sundar
14:52:54 kosamara efried: ok, it would be interesting to see what's the state on these points to avoid duplicating effort
14:53:38 efried kosamara: Well, I can point you to a massive pile of specs that, as I said, I haven't had time to read all of yet.
14:54:56 efried kosamara: Perhaps this one will be especially relevant: https://review.openstack.org/#/c/593726/
15:01:45 openstackgerrit wangzhh proposed openstack/cyborg master: Add "Report device data to cyborg" https://review.openstack.org/596691
15:29:36 Sundar efried: Hi
15:29:50 efried Hi Sundar. kosamara, heads up
15:30:39 efried Sundar: I left a couple of comments on the discovery spec, wanted to pick your brain for a sec since you probably have the answers right off the top and I'm being notoriously slow at ploughing through all the specs.
15:31:13 efried kosamara and I are working on overhauling the way nova does pci passthrough, and there's obviously an intersection with cyborg's plans.
15:31:14 Sundar Yes, I saw your update. Thanks, I'll respond. Please feel free to shoot questions here

Earlier   Later