Earlier  
Posted Nick Remark
#openstack-cyborg - 2019-10-10
03:39:46 shaohe_feng this is no in etherpad.
03:39:53 shaohe_feng just discuss it here
03:40:10 shaohe_feng mini performance improvement
03:40:21 shaohe_feng now when I found it is a FPGA ARQ, I create a FPGA ARQ
03:40:36 shaohe_feng that means I access a DB again.
03:41:17 shaohe_feng we can cast base ARQ to FPGA ARQ to avoid the DB access
03:41:46 Sundar shaohe_feng: Ok. Please feel free to propose a patch with your ideas.
03:42:13 shaohe_feng do you think is it worth to do it?
03:42:17 shaohe_feng ^ Sundar
03:42:57 Sundar shaohe_feng: Yes. Not terribly sure about the casting across parent and child classes, though. That can be tricky.
03:43:34 Sundar Trying to avoid an extra db access makes sense.
03:43:43 shaohe_feng just a mini performance improvement. and mini patch.
03:43:56 shaohe_feng you can see this example in the link
03:44:01 shaohe_feng https://stackoverflow.com/questions/3464061/cast-base-class-to-derived-class-python-or-more-pythonic-way-of-extending-class
03:44:13 shaohe_feng from math import pi
03:44:17 shaohe_feng print repr(c)
03:44:29 shaohe_feng only one line change:
03:44:31 shaohe_feng c.__class__ = CirclePlus
03:44:44 Sundar Perhaps it is better to focus on more basic stuff, heading into U. We really need to focus on nova integ. One consistent feedback i hear is that CYborg code and patches tend to lack UT
03:45:32 Sundar We completely lack functional testing with gabbi. These are not jazzy items but will help convince other developers and end users (operators) that we have good quality
03:45:35 shaohe_feng In cyborg: we just change one line the, arqobj.__class__ = FPAGExaARQ
03:46:01 shaohe_feng also, we should list a task for testcase in the etherpad
03:46:20 shaohe_feng too many testcase should be added
03:46:29 shaohe_feng it is a huge task
03:47:02 shaohe_feng Hopeful everyone can take some testcase task.
03:48:11 Sundar shaohe_feng: I like that. We should certainly spread the UT.
03:48:33 Sundar What do others think? Yumeng, chenke, zhurong, xinranwang
03:50:09 Sundar We can split it into API, objects and db layer. By specific APIs (like device profile create), specific objects (e.g. ARQs, device profiles) and specific features (cross-service connections, etc.)
03:51:57 Yumeng yes agree, it is urgent to improve UT and tempest case.
03:52:29 Sundar Cool. We can follow up in the etherpad. Anything else today? Will wait for 30 seconds ...
03:52:32 chenke nova integ and UT improve are the important things in U.
03:53:53 Sundar Agreed, along with the /v2/device,deployables API for listing inventory and programming
03:54:39 Sundar Thanks everybody. Have a good week! Bye.
03:54:43 Sundar #endmeeting
03:54:45 openstack Meeting ended Thu Oct 10 03:54:43 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
03:54:46 openstack Minutes: http://eavesdrop.openstack.org/meetings/openstack_cyborg/2019/openstack_cyborg.2019-10-10-03.01.html
03:54:47 openstack Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_cyborg/2019/openstack_cyborg.2019-10-10-03.01.txt
03:54:48 openstack Log: http://eavesdrop.openstack.org/meetings/openstack_cyborg/2019/openstack_cyborg.2019-10-10-03.01.log.html
03:54:49 chenke bye
03:55:02 Yumeng bye
03:55:03 s_shogo bye
03:55:54 Sundar Ah, forgot to mention another priority: Cyborg client. :)
03:55:56 Sundar Bye
03:58:05 s_shogo Thanks, I'll continue the work for client and sdk in U release :)
12:59:27 openstackgerrit Sundar Nadathur proposed openstack/cyborg master: Update docs: Part 1. https://review.opendev.org/687889
12:59:28 openstackgerrit Sundar Nadathur proposed openstack/cyborg master: Update docs: Part 2. https://review.opendev.org/687890
12:59:28 openstackgerrit Sundar Nadathur proposed openstack/cyborg master: Update docs: Part 3. https://review.opendev.org/687891
13:16:55 openstackgerrit Sundar Nadathur proposed openstack/cyborg master: Update docs: Part 1. https://review.opendev.org/687894
13:16:55 openstackgerrit Sundar Nadathur proposed openstack/cyborg master: Update docs: Part 2. https://review.opendev.org/687895
13:16:56 openstackgerrit Sundar Nadathur proposed openstack/cyborg master: Update docs: Part 3. https://review.opendev.org/687896
22:02:12 openstackgerrit Merged openstack/cyborg master: Update master for stable/train https://review.opendev.org/685250
22:02:51 openstackgerrit Merged openstack/cyborg master: Update driver section. https://review.opendev.org/686423
22:02:52 openstackgerrit Merged openstack/cyborg master: API documentation update. https://review.opendev.org/686518
#openstack-cyborg - 2019-10-12
04:09:17 openstackgerrit ShaoHe Feng proposed openstack/cyborg master: try to avoid to access ExtARQ DB twice https://review.opendev.org/688229
06:06:52 openstackgerrit Xinran WANG proposed openstack/cyborg master: bug fix: ensure resource class instead of getting it. https://review.opendev.org/688231
06:12:21 openstackgerrit Xinran WANG proposed openstack/cyborg master: add a new driver for qat https://review.opendev.org/673406
06:47:49 openstackgerrit Xinran WANG proposed openstack/cyborg master: Add GPU to supportted device. https://review.opendev.org/688239
08:22:00 openstackgerrit Arthur Dayne proposed openstack/cyborg master: Generate PDF documentation https://review.opendev.org/686344
11:57:51 openstackgerrit ShaoHe Feng proposed openstack/cyborg master: add openstacksdk in requirements https://review.opendev.org/688268
#openstack-cyborg - 2019-10-14
09:33:35 openstackgerrit Xinran WANG proposed openstack/cyborg master: Cleanup index / add in driver support matrix https://review.opendev.org/688361
09:33:35 openstackgerrit Xinran WANG proposed openstack/cyborg master: Update driver section. https://review.opendev.org/688362
14:01:33 openstackgerrit ShaoHe Feng proposed openstack/cyborg master: try to avoid to access ExtARQ DB twice https://review.opendev.org/688229
#openstack-cyborg - 2019-10-15
01:33:10 openstackgerrit Arthur Dayne proposed openstack/cyborg master: Stop testing python2.7 https://review.opendev.org/688593
11:46:48 openstackgerrit zhurong proposed openstack/cyborg master: Remove useless glance api_servers define https://review.opendev.org/685542
#openstack-cyborg - 2019-10-16
01:23:47 openstackgerrit zhurong proposed openstack/cyborg master: Remove useless glance api_servers define https://review.opendev.org/685542
14:47:11 openstackgerrit wangfaxin proposed openstack/cyborg master: Fix source link. https://review.opendev.org/688947
15:10:24 openstackgerrit wangfaxin proposed openstack/cyborg master: Fix source link. https://review.opendev.org/688955
#openstack-cyborg - 2019-10-17
03:01:19 Sundar #startmeeting openstack-cyborg
03:01:20 openstack Meeting started Thu Oct 17 03:01:19 2019 UTC and is due to finish in 60 minutes. The chair is Sundar. Information about MeetBot at http://wiki.debian.org/MeetBot.
03:01:21 openstack Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
03:01:23 openstack The meeting name has been set to 'openstack_cyborg'
03:01:28 Sundar #topic Who's here
03:01:36 chenke #info chenke
03:01:42 s_shogo #info s_shogo
03:01:58 Sundar Hi chenke, s_shogo, Yumeng
03:02:14 chenke Hi all.
03:02:26 Sundar May be we can wait a couple of minutes for others to join
03:02:31 Yumeng Hi Sundar, hi all
03:02:35 s_shogo Hi all
03:02:52 chenke Ok.
03:03:12 Sundar Today's agenda: https://wiki.openstack.org/wiki/Meetings/CyborgTeamMeeting#Agenda
03:03:54 Sundar PTG etherpad: https://etherpad.openstack.org/p/cyborg-ptg-ussuri
03:04:51 Yumeng emmm... what's the meaning of "Poject updates: Not at Summit, but in etherpad" ?
03:05:50 Yumeng Is it canceled ?
03:06:56 openstackgerrit Xinran WANG proposed openstack/cyborg master: bug fix: ensure resource class instead of getting it. https://review.opendev.org/688231
03:07:25 Sundar #topic PTG, Summit
03:07:35 Sundar Yumeng: here's the email I got:
03:07:43 Sundar " Due to various constraints, we are unable to record Project Updates this Summit. ...
03:07:59 Sundar We suggest that as an alternative, you record your main updates in an etherpad and use that as a resource to share afterwards. ...
03:08:09 xinranwang Hi, all. Sorry for being late.
03:08:16 Sundar After the event, we’ll send out an email requesting slides and an etherpad link for each project. ...
03:08:36 shaohe_feng hi all
03:08:39 shaohe_feng sorry for late
03:08:43 Sundar Those materials will be placed on the Summit Schedule and we will notify the community once they are live. If you would like to record a version of your presentation and send us a link, we can also add that to the Schedule. "
03:08:46 chenke hi xinran ,shaohe.
03:08:52 Sundar That's the message
03:09:23 Yumeng Alright Thanks! make sense.
03:09:58 Sundar Please add your suggested topics to the PTG etherpad, linked above
03:10:24 Sundar Also, it would be good to have dinner as a team, as we have done before.
03:10:44 Sundar Does Thursday night (Nov 7) work for all of you?

Earlier   Later