Earlier  
Posted Nick Remark
#openstack-cyborg - 2018-06-13
14:36:28 Li_Liu one quick way I can think of is create a VirtualBox image and upload it somewhere. you just download and kick off the vm
14:36:57 shaohe_feng Sundar, have encounter this issue? #link https://storyboard.openstack.org/#!/story/2002172
14:36:59 Li_Liu zhipeng, do we have such place to host a VM image?
14:37:13 zhipeng nope
14:37:19 zhipeng unfortuantely
14:37:34 Li_Liu maybe google drive?
14:38:03 wangzhh Guest84363: Could u send /opt/stack/cyborg/openstack_cyborg.egg-info/entry_points.txt to me?
14:38:25 Sundar shaohe, no I have never seen this.
14:38:37 Guest84363 i am checking it Wangzhh
14:38:46 Li_Liu actually, I have a ftp server, I will try to setup something for ya.
14:39:16 Guest84363 Hi Wangzhh
14:39:23 Guest84363 this is the text
14:39:24 Guest84363 [console_scripts] cyborg-agent = cyborg.cmd.agent:main cyborg-api = cyborg.cmd.api:main cyborg-conductor = cyborg.cmd.conductor:main cyborg-dbsync = cyborg.cmd.dbsync:main [cyborg.database.migration_backend] sqlalchemy = cyborg.db.sqlalchemy.migration [oslo.policy.policies] cyborg.api = cyborg.common.policy:list_policies
14:41:51 Guest84363 Please let me know, if you need any other file text
14:42:11 wangzhh The same as mine. I suggest u reinstall with follow steps:
14:43:47 wangzhh 1.unstack.sh 2.clean.sh 3.reboot 4. set RECLONE=yes, PIP_UPGRADE=True, OFFLINE=no in local.conf 5. stack.sh
14:44:27 Guest84363 ok .. i am trying to this today
14:45:36 Guest84363 Thanks all for the help. I will try this steps and inform you. If possible, Li Liu, please send me those files
14:47:04 wangzhh You're welcome, hope to help you.
14:47:34 Li_Liu sure
14:48:11 zhipeng okey I dont have any other items on the agenda
14:48:16 zhipeng #topic AoB
14:48:27 zhipeng any other buisness ?
14:48:45 shaohe_feng Just one
14:49:02 shaohe_feng about placement report client
14:50:14 Sundar The osc_placement client apparently does not support NRPs yet
14:50:16 shaohe_feng Li_Liu, did you leverage the nova's scheduler/client/report.py ?
14:50:48 shaohe_feng Sundar, yes.
14:50:59 Sundar It is invoking the openstack client, and if you look at 'openstack resource provider create', it has no NRP support
14:51:26 shaohe_feng Li_Liu, I have seen nova's scheduler/client/report.py has change a lot.
14:51:55 Li_Liu I made a simple placement client in Cyborg during Q release
14:52:24 shaohe_feng Li_Liu, yes. will leverage your client for resource class report to placement.
14:52:30 Li_Liu but did not have the chance to actually interact with placement yet
14:52:38 Li_Liu nope
14:52:41 Li_Liu not yet
14:52:55 shaohe_feng Li_Liu, we will interact with it soon.
14:53:05 Li_Liu yup
14:53:42 Li_Liu I will try to look into it.. currently working on the FPGA programming APIs
14:54:55 wangzhh Hi all, I have one question.
14:55:14 shaohe_feng Li_Liu, you can focus on programming APIs. I can have a look into it.
14:55:27 Sundar Li_Liu, are you saying that the placement client in Cyborg is not interacting with Placement? That is not clear to me
14:55:32 Li_Liu ok, that would be cool
14:56:01 Li_Liu I am just saying I did not have the chance to test it yet
14:56:12 Li_Liu it should interact with placement
14:56:13 Sundar OK, thanks
14:57:21 wangzhh I found there are some test cases in tests/unit/accelerator/drivers/fpga. But they was not enabled.
14:57:31 wangzhh Why?
14:58:33 wangzhh The file name not start with test_xxx, so unittest won't execute them.
15:00:32 Li_Liu shaohe_feng, could you comment on this?
15:02:08 Sundar wangzhh, are you referring to prepare_test_data.py ?
15:02:45 shaohe_feng Sundar, the driver.py
15:02:59 shaohe_feng I remember I have test it.
15:03:15 shaohe_feng but it should prefix with start
15:03:47 shaohe_feng let me test again to check it.
15:04:29 wangzhh OK
15:04:45 zhipeng okey then let's conclude the meeting
15:04:50 zhipeng thx everyone
15:04:53 zhipeng #endmeeting
15:04:55 openstack Meeting ended Wed Jun 13 15:04:53 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
15:04:56 openstack Minutes: http://eavesdrop.openstack.org/meetings/openstack_cyborg/2018/openstack_cyborg.2018-06-13-14.00.html
15:04:57 openstack Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_cyborg/2018/openstack_cyborg.2018-06-13-14.00.txt
15:04:58 openstack Log: http://eavesdrop.openstack.org/meetings/openstack_cyborg/2018/openstack_cyborg.2018-06-13-14.00.log.html
15:05:00 Sundar You could run it with 'python -m unittest driver'
15:05:24 Sundar zhipeng, can we have a list of who is working on what in Cyborg development?
15:06:07 wangzhh Sundar, Thx. I mean that maybe we should test it with tox.
15:06:25 shaohe_feng Sundar, https://etherpad.openstack.org/p/cyborg-driver-tasks
15:10:43 shaohe_feng wangzhh, I have run the tests separately
15:10:47 shaohe_feng I can pass.
15:11:15 shaohe_feng wangzhh, we do need to change the file name prefix with "tast_"
15:13:14 wangzhh :)
15:14:39 Guest4480 I think I met the bug before...which mentioned in your first topic.
15:15:56 Guest4480 I will comment on that bug after this meetings.
15:17:36 wangzhh Guest4480, which bug? This one? https://storyboard.openstack.org/#!/story/2002172
15:18:23 Guest4480 yes, i met this bug when I upgrade the db by hand.
15:19:08 Guest4480 we debug together, do you remember?
15:21:40 wangzhh I forgot. Just feel familiarwith this...
15:23:54 shaohe_feng Guest4480, is it caused by DB migration?
15:27:58 Guest4480 no, zhenghao will help describe the solution.
18:30:43 openstackgerrit Doug Hellmann proposed openstack/cyborg master: fix tox python3 overrides https://review.openstack.org/572953
19:02:48 efried Sundar: you around?
19:24:43 Sundar efied: Hi
19:24:48 Sundar *efried
19:25:45 efried Sundar: I just went over https://review.openstack.org/#/c/566798/ and have some questions
19:26:15 efried but I have to jump on a call here in a couple minutes.
19:26:20 efried I left some comments in the review
19:27:43 Sundar I responded to those
19:28:42 Sundar Please see https://review.openstack.org/#/c/554717/ June 9 response
19:29:18 efried Sundar: Different spec, just commented a few minutes ago.
19:30:01 Sundar Got it. Thanks for pointing it out. Will respond
#openstack-cyborg - 2018-06-15
03:51:17 openstackgerrit wangdequn proposed openstack/cyborg master: add release notes and documentation url to README.rst https://review.openstack.org/575603
09:04:55 openstackgerrit Zhenyu Zheng proposed openstack/cyborg master: ci test https://review.openstack.org/575695
#openstack-cyborg - 2018-06-18
10:01:22 yushiro Hi. Can anyone online now?
14:35:40 Sundar Hi Shaohe
#openstack-cyborg - 2018-06-20
06:44:36 openstackgerrit baiwenteng proposed openstack/cyborg master: add release notes to README.rst https://review.openstack.org/576754
14:02:51 Rahul Hi All, good morning.
14:02:53 zhipeng #startmeeting openstack-cyborg
14:02:54 openstack Meeting started Wed Jun 20 14:02:53 2018 UTC and is due to finish in 60 minutes. The chair is zhipeng. Information about MeetBot at http://wiki.debian.org/MeetBot.
14:02:55 openstack Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
14:02:58 openstack The meeting name has been set to 'openstack_cyborg'
14:03:09 zhipeng #topic Roll Call

Earlier   Later