Earlier  
Posted Nick Remark
#openstack-cyborg - 2019-01-09
03:18:14 Coco_gao Li_liu, yes
03:18:22 Coco_gao that's my job.
03:18:32 Li_Liu wangzhh, do you wanna help with planing the rest of ovo work? you don't need to do them all.
03:18:53 Li_Liu you can appoint some pieces to me and xinran
03:20:17 wangzhh OK, let me assign them on storyboard.
03:20:32 Li_Liu great
03:20:38 Coco_gao Hi, changzhi
03:20:46 changzhi hi
03:21:00 Li_Liu please send a email to the rest of the team once you done it wangzhh
03:21:01 xinranwang yes, please let me know when you need help. :)
03:21:23 Li_Liu ok, let's move on
03:21:39 wangzhh Got it.
03:21:54 Li_Liu since sundar is not here today, I will have a separated discussion with him afterwards
03:22:06 Li_Liu about his POC work
03:22:34 Li_Liu do you guys have any suggestion/comments on the PoC patches from Sundar, please help review them
03:24:13 Li_Liu #topic AoB
03:25:12 Li_Liu Hi Sundar
03:25:23 Sundar Hi Li
03:25:31 Li_Liu Happy New year
03:25:53 Li_Liu I have just wrapped up with other topics
03:25:57 Sundar Happy New Year to you too!
03:25:59 Sundar Sorry, I am late. My flight arrived just now.
03:26:08 Li_Liu do you wanna quickly give a update on your side?
03:26:12 Li_Liu it's ok
03:26:30 Sundar The Cyborg and CYborg client code are both in their feature branches.
03:26:57 shaohe_feng_ Sundar: Happy New Year. You are on a travel.
03:27:01 Sundar Instead of using drivers/agent etc. to discover devices, I just populate the db directly.
03:27:30 Sundar Similarly, the Placement is populated directly too. That is done in the initial_setup script.
03:27:49 Sundar Shaohe_feng: Happy New Year.
03:28:29 Li_Liu Sundar, how are you gonna submit the feature patch for nova?
03:28:34 Sundar You can use curl or the cyclient script to access the APIs, to get device profiles, create/delete ARQs and bind/ubind them.
03:29:23 Sundar I have Nova patches that use Cyborg client to use these APIs. SO, it gets the device profile groups etc.
03:29:50 Li_Liu Is the nova patches in your feature branch already?
03:29:55 Sundar The Nova scheduler does not support nRPS well yet -- so the results of Placement query will not include the FPGA.
03:30:20 Sundar I work around that by just getting the selected compute node and grabbing the nested RP within that.
03:31:09 Sundar The libvirt driver patch then gets the ARQs, grab the attach handle within, and compose the VM xml. We can see the PCI device in the XML.
03:31:46 Sundar That's the broad outline. I'll stop for any questions now.
03:32:03 Li_Liu just to get a clarification tho, the feature branch's DB design does not need to align with the DB spec you merged late last year right?
03:32:24 Sundar Li_Liu: The Nova patches will be submitted directly to Nova master.
03:33:03 Sundar Li_Liu: yes. I replied to your comment. The pilot does not aim to be complete -- if I write everything, Coco and others don;t have much left :)
03:33:32 Li_Liu Sundar, i see
03:33:44 Li_Liu I will keep review them then
03:34:29 Sundar Yes, please do review the rest. Outside the db code, if there are any gaps not marked with TODO or FIXME, please LMK.
03:35:14 Li_Liu sure thing
03:35:53 Li_Liu folks, please help review Sundar's patches if you have the chance.
03:36:58 Li_Liu Thanks a lot for the work Sundar and Coco_gao :)
03:37:32 Li_Liu Any other things you guys wanna talk about?
03:37:38 Sundar Welcome :)
03:38:22 Li_Liu ok, let's call it
03:38:43 Li_Liu have a good night/day where ever you are in the world.
03:38:47 Li_Liu #endmeeting
03:38:49 openstack Meeting ended Wed Jan 9 03:38:47 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
03:38:50 openstack Minutes: http://eavesdrop.openstack.org/meetings/openstack_cyborg/2019/openstack_cyborg.2019-01-09-03.02.html
03:38:51 openstack Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_cyborg/2019/openstack_cyborg.2019-01-09-03.02.txt
03:38:52 openstack Log: http://eavesdrop.openstack.org/meetings/openstack_cyborg/2019/openstack_cyborg.2019-01-09-03.02.log.html
18:14:52 openstackgerrit 98k proposed openstack/python-cyborgclient master: Add doc/requirements.txt to releasenotes tox environment https://review.openstack.org/629615
#openstack-cyborg - 2019-01-10
03:40:51 openstackgerrit Merged openstack/cyborg master: Increment versioning with pbr instruction https://review.openstack.org/610563
09:35:28 openstackgerrit coco-Gao proposed openstack/cyborg master: Add new DB schema: sqlachemy and alembic scripts. https://review.openstack.org/625630
#openstack-cyborg - 2019-01-11
09:17:23 openstackgerrit 98k proposed openstack/cyborg-specs master: Updatae home-page https://review.openstack.org/630089
09:51:24 openstackgerrit Andriy Shevchenko proposed openstack/python-cyborgclient master: Updatae home-page https://review.openstack.org/630104
09:52:20 openstackgerrit Yi Zhao proposed openstack/cyborg master: Fix tox -e py27 https://review.openstack.org/628386
17:31:50 openstackgerrit Andriy Shevchenko proposed openstack/python-cyborgclient master: Update home-page https://review.openstack.org/630104
#openstack-cyborg - 2019-01-12
08:10:33 openstackgerrit wangzhh proposed openstack/cyborg master: Add ExtArq object https://review.openstack.org/630427
08:20:49 openstackgerrit wangzhh proposed openstack/cyborg master: Add ExtArq object https://review.openstack.org/630427
#openstack-cyborg - 2019-01-14
03:25:07 openstackgerrit Andriy Shevchenko proposed openstack/os-acc master: Change openstack-dev to openstack-discuss https://review.openstack.org/622443
05:50:42 openstackgerrit Xinran WANG proposed openstack/cyborg master: Add new DB schema: sqlachemy and alembic scripts. https://review.openstack.org/625630
05:50:42 openstackgerrit Xinran WANG proposed openstack/cyborg master: Add AttachHandle and ControlpathID objects https://review.openstack.org/630579
05:52:44 openstackgerrit Xinran WANG proposed openstack/cyborg master: Add AttachHandle and ControlpathID objects https://review.openstack.org/630579
10:48:56 openstackgerrit Xinran WANG proposed openstack/cyborg master: Add AttachHandle and ControlpathID objects https://review.openstack.org/630579
11:00:34 openstackgerrit Xinran WANG proposed openstack/cyborg master: Add AttachHandle and ControlpathID objects https://review.openstack.org/630579
#openstack-cyborg - 2019-01-15
02:42:14 openstackgerrit Merged openstack/cyborg master: Fix tox -e py27 https://review.openstack.org/628386
#openstack-cyborg - 2019-01-16
03:01:47 Li_Liu Hi guys
03:02:43 xinranwang Hi Li_Liu
03:02:51 Sundar Hi
03:03:24 Li_Liu Let's wait for couple more min
03:04:12 shaohe_feng_ #info shaohe
03:04:26 shaohe_feng_ good night Li_Liu
03:04:40 Li_Liu #startmeeting openstack-cyborg
03:04:41 openstack Meeting started Wed Jan 16 03:04:40 2019 UTC and is due to finish in 60 minutes. The chair is Li_Liu. Information about MeetBot at http://wiki.debian.org/MeetBot.
03:04:42 openstack Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
03:04:44 openstack The meeting name has been set to 'openstack_cyborg'
03:04:53 Li_Liu #topic Roll Call
03:05:22 Sundar #nfo Sundar
03:05:27 Li_Liu #info Li_Liu
03:05:29 Yumeng #info Yumeng
03:05:35 Sundar #info Sundar
03:05:57 jiapei #info jiapei
03:06:33 Li_Liu #topic DB work status
03:06:51 xinranwang #info xinranwang
03:06:55 Li_Liu Thanks zhenghao for creating the task assignment in #link https://storyboard.openstack.org/#!/story/2004248
03:07:33 shaohe_feng_ #info shaohe
03:07:36 Li_Liu There are a few commits for these tasks
03:07:54 Li_Liu please help review if you have chance
03:08:15 Yumeng Li_Liu: I have a question about the device table. https://review.openstack.org/#/c/615462/9/specs/stein/approved/cyborg-database-model-proposal.rst Line 169
03:08:40 Li_Liu model VARCHAR2 (255 BYTE) /*Device model*/
03:08:43 Li_Liu this one
03:08:45 Li_Liu ?
03:08:48 Yumeng Li_Liu: what's model should be like?
03:09:22 Yumeng yes, is it a json?
03:09:45 Yumeng what should be include in it?

Earlier   Later