Earlier  
Posted Nick Remark
#openstack-cyborg - 2018-06-13
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
14:03:17 zhipeng #info Howard
14:03:20 zhipeng Hi Rahul
14:03:27 Sundar #info Sundar
14:03:27 shaohe_feng #info shaohe_feng
14:03:31 Helloway #info Helloway
14:03:54 sum12 #info sum12
14:04:08 sum12 Hello All
14:04:47 Rahul Hi All, thanks for helping me last week. I have installed cyborg and services are showing in systemctl
14:05:04 Rahul To test the services i wanted to use curl command
14:05:32 Rahul But i am getting authentication error
14:06:00 Sundar FYI, I need to drop off at 7:20 am today.
14:06:08 Rahul Can anyone tell me, how i can get X-Auth-Token from devstack ?
14:06:29 Rahul my curl command is : curl -i -g -X POST http://localhost:6666/v1/accelerators -H 'Content-Type: application/json' -H "X-Auth-Token: b9764005b8c145bf972634fb16a826e8" -d '{ "name": "test" "description": "test" "device_type": "test" "acc_type": "test" "acc_capability": "test" "vendor_id": "test" "product_id": "test" "remotable": 1 }'
14:07:10 Rahul error is :HTTP/1.1 401 Unauthorized Content-Type: application/json Content-Length: 114 Www-Authenticate: Keystone uri="http://192.168.2.159/identity" X-Openstack-Request-Id: req-309dfffe-d3d6-45de-ad4d-42d60ec03b54 Date: Tue, 19 Jun 2018 11:43:28 GMT {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
14:07:30 Sundar Can we cover the main developments over the past week?
14:07:56 Rahul i guess, i am not using correct x-auth-token. So i wanted to know, how i can get this from devstack
14:08:38 shaohe_feng Rahul, how did you get your token?
14:09:00 zhipeng Sundar maybe we should find another time when Li Liu is also available
14:09:08 zhipeng to discuss the os-acc
14:09:12 Rahul I copied this token from cyborg denver presentation
14:09:22 Rahul i didnt get that token
14:09:42 Rahul i know i am using wrong token.. so i want to know how i can get the correct token
14:09:53 shaohe_feng Rahul, you should get the token from keystone. let me show it
14:10:02 Sundar OK, Howard.
14:11:26 sum12 zhipeng Sundar: I would be interested in os-acc, could you somehow loop me in if you have the discussion outside the meeting ?
14:11:27 shaohe_feng http://localhost:6666/v1/accelerators -H 'Content-Type: application/json' -H "X-Auth-Token: $(openstack token issue -f value -c id)" -d '{ "name": "test" "description": "test" "device_type": "test" "acc_type": "test" "acc_capability": "test" "vendor_id": "test" "product_id": "test" "remotable": 1 }'
14:11:45 zhipeng sum12 no problem
14:12:08 sum12 thanks
14:12:48 Rahul Thank you Shaohe, Should i use this curl command?
14:13:01 zhipeng shaohe_feng is the current cli workable for basic cmds ?
14:13:05 Sundar sum12: Sure. The crux of the extended os-acc proposals are: #link https://etherpad.openstack.org/p/os-acc-discussion and https://docs.google.com/drawings/d/1gbfimiyA1f5sTeobN9mpavEkHT7Z_ScNUqimOkdIYGA/edit
14:15:11 Rahul Hi Shaohe, I am still getting auth error
14:15:12 Rahul Missing value auth-url required for auth plugin password HTTP/1.1 401 Unauthorized Content-Type: application/json Content-Length: 114 Www-Authenticate: Keystone uri="http://192.168.2.159/identity" X-Openstack-Request-Id: req-f4d773a6-2f17-4d36-900a-7c34b9b1121e Date: Wed, 20 Jun 2018 14:14:31 GMT {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
14:15:32 Rahul i used the curl command you sent
14:15:57 shaohe_feng the cli can work
14:16:10 shaohe_feng but only one command. list accelerators
14:16:22 shaohe_feng zhipeng, we need add more commands.
14:16:22 Sundar Rahul, did you source openrc?
14:17:08 zhipeng ok :)
14:17:09 Sundar Like this: source openrc admin admin
14:17:53 Rahul Ok . i will do that now
14:20:57 shaohe_feng zhipeng, if a developer add a new api or change the exist api, he should add a command in the CLI
14:21:02 Sundar Need to drop now. Take care, everybody
14:21:28 zhipeng shaohe_feng yes that should be the rule
14:22:12 Rahul well after doing source openrc, error msg got changed... saying faulty json format. I will check the json. Thanks all

Earlier   Later