*** TxGirlGeek has quit IRC | 01:52 | |
*** Sundar has joined #openstack-cyborg | 02:43 | |
*** Li_Liu has joined #openstack-cyborg | 02:50 | |
*** Yumeng has joined #openstack-cyborg | 02:57 | |
*** xinranwang has joined #openstack-cyborg | 02:59 | |
Li_Liu | Hi guys | 03:01 |
---|---|---|
*** HongboZhao has joined #openstack-cyborg | 03:02 | |
xinranwang | Hi Li_Liu | 03:02 |
Sundar | Hi | 03:02 |
Li_Liu | Let's wait for couple more min | 03:03 |
*** shaohe_feng_ has joined #openstack-cyborg | 03:03 | |
shaohe_feng_ | #info shaohe | 03:04 |
shaohe_feng_ | good night Li_Liu | 03:04 |
Li_Liu | #startmeeting openstack-cyborg | 03:04 |
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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 03:04 |
*** openstack changes topic to " (Meeting topic: openstack-cyborg)" | 03:04 | |
openstack | The meeting name has been set to 'openstack_cyborg' | 03:04 |
Li_Liu | #topic Roll Call | 03:04 |
*** openstack changes topic to "Roll Call (Meeting topic: openstack-cyborg)" | 03:04 | |
Sundar | #nfo Sundar | 03:05 |
Li_Liu | #info Li_Liu | 03:05 |
Yumeng | #info Yumeng | 03:05 |
Sundar | #info Sundar | 03:05 |
jiapei | #info jiapei | 03:05 |
Li_Liu | #topic DB work status | 03:06 |
*** openstack changes topic to "DB work status (Meeting topic: openstack-cyborg)" | 03:06 | |
xinranwang | #info xinranwang | 03:06 |
Li_Liu | Thanks zhenghao for creating the task assignment in #link https://storyboard.openstack.org/#!/story/2004248 | 03:06 |
shaohe_feng_ | #info shaohe | 03:07 |
Li_Liu | There are a few commits for these tasks | 03:07 |
Li_Liu | please help review if you have chance | 03:07 |
*** changzhi has joined #openstack-cyborg | 03:08 | |
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 |
Li_Liu | model VARCHAR2 (255 BYTE) /*Device model*/ | 03:08 |
Li_Liu | this one | 03:08 |
Li_Liu | ? | 03:08 |
Yumeng | Li_Liu: what's model should be like? | 03:08 |
Yumeng | yes, is it a json? | 03:09 |
*** changzhi_ has joined #openstack-cyborg | 03:09 | |
Yumeng | what should be include in it? | 03:09 |
Li_Liu | Sundar, could you help to explain? | 03:10 |
Sundar | The model name is intended to provide Cyborg with a way to derive the Device Family trait for Placement: https://git.openstack.org/cgit/openstack/cyborg-specs/tree/specs/stein/approved/cyborg-nova-placement.rst?h=refs/changes/45/603545/4#n150 | 03:10 |
Sundar | So, an example value for model would be 'Arria 10 PAC'. Together with vendor name 'Intel' and device type 'FPGA', this will give the full trait value | 03:11 |
*** changzhi has quit IRC | 03:12 | |
Yumeng | ok, thanks | 03:13 |
Sundar | Also, you can look at the initial_setup.sh script in the pilot branch | 03:13 |
Sundar | https://review.openstack.org/#/c/626420 | 03:14 |
Yumeng | OK. Cool! | 03:15 |
Yumeng | Sundar: also about the std_board_info, vendor_board_info of a device. what are a key factors should be included in them ? | 03:16 |
Li_Liu | regarding the tasks assignments, do you guys have any questions/concerns so far? I hope we can land them by the end of this month. So that we can let the drive team rewrite their stuff | 03:16 |
Sundar | Have any of you been able to deploy the code from the pilot branch and check out the curl commands? | 03:16 |
Yumeng | the key factors | 03:16 |
xinranwang | should we keep project_id in some object fields, or just do not implement it for now ? | 03:16 |
*** Coco_gao has joined #openstack-cyborg | 03:17 | |
Coco_gao | Hi all, | 03:17 |
Coco_gao | #info Coco_gao | 03:17 |
Li_Liu | Hi CoCo | 03:17 |
Sundar | Yumeng: The std_board_info is expected to include properties that Cyborg will standardize, whereas vendor_board_info is all custom attributes. We have not decided on a formal lost of what should be standardized. | 03:17 |
Sundar | One would think that flash memory size, BMC version etc. can be included here. But you are all welcome to provide your input | 03:18 |
Yumeng | Sundar: ok. Then I will discuss with my colleague to see what might be included. | 03:19 |
Li_Liu | Sundar, I guess the device drivers can leverage that right? | 03:19 |
Sundar | xinranwang: Good question. For RBAC checking in API, we don't need that, right? | 03:20 |
Sundar | Li_Liu: Device drivers should provide that. Then an operator can run queries on Cyborg API like, 'how many devices have BMC version older than 1.5' | 03:20 |
Li_Liu | alright, any one has any other question regarding the DB work? | 03:22 |
Coco_gao | about the attachhandle | 03:23 |
Coco_gao | is that connect to "device_id" or "deployable_id"? | 03:23 |
Coco_gao | have you discussed about that | 03:23 |
Sundar | Coco_gao: We had an email thread about that in Nov/Dec, right? | 03:24 |
Sundar | Whichever way we go, there may be some category of devices in the future which doesn't fit that but needs the other way | 03:24 |
Sundar | For the type of devices we have now, we can do it either way. | 03:25 |
*** wangzhh has joined #openstack-cyborg | 03:26 | |
Sundar | Please note that, for some devices, there will be only one PCI function (no SR-IOV), so that will be both the controlath_id (like PF) and also an attach handle (like VF) | 03:26 |
Li_Liu | I recall that thread | 03:26 |
wangzhh | Hi all, sorry for I'm late. | 03:27 |
Sundar | So, since controlpath_ids go with devices, I thought it is best to keep attach handles also there. But we can do it either way. | 03:27 |
xinranwang | Sundar: so the quota will also be implemented in API. | 03:27 |
Li_Liu | it's ok, we are discussing the DB tasks you assigned | 03:27 |
Sundar | xinranwang: for quotas, can we not use Keystone unified limits? | 03:28 |
Yumeng | Coco_gao,Sundar,Li_Liu : Can any of you share that eamil with me ? | 03:28 |
xinranwang | yes, i mean quota usage | 03:28 |
Yumeng | I was thinking One device may have too many AttachHandles while less AttachHandles are derived from one "deployable_id". If we keep device_id, we may have lots of attach handles sharing one same device_id. IMHO, we should keep "deployable_id" here just like that in the Attribute Table. | 03:29 |
Sundar | Yumeng: What kind of device do you have in mind? Coco/Zhenghao are working on Nvidia GPU driver as physical GPU, so no SR-IOV, just one PCI function. For the Intel and other FPGAs I konow about, we have just one PF and one VF for now | 03:31 |
Sundar | xinranwang: If Keystone implements limits, can you clarify why you need project id in our tables? | 03:32 |
Li_Liu | Sundar, I remember the decision we made was go with deployable_id for now | 03:35 |
Sundar | Li_Liu: I recall otherwise :). But no issues, if the community wants to go with deployable id, let's do that, with the proviso that we _might_ have to change that sometime in the future | 03:38 |
*** HongboZhao has quit IRC | 03:38 | |
xinranwang | Sundar: keystone just manage quota limit, every service should manage their own quota usage | 03:38 |
Li_Liu | Let's use the deployable_id then. Yumeng | 03:39 |
Li_Liu | Coco_gao, we will use deployable_id for now | 03:41 |
Li_Liu | Let's move on | 03:42 |
Yumeng | Li_Liu: ok. please go on. | 03:42 |
Coco_gao | OK, I got that, i will resubmit my patch. | 03:42 |
Li_Liu | #topic Sundar's pilot branch status | 03:42 |
*** openstack changes topic to "Sundar's pilot branch status (Meeting topic: openstack-cyborg)" | 03:42 | |
Li_Liu | Sundar, thanks for the efforts again | 03:42 |
Li_Liu | I will try out the apis | 03:43 |
Li_Liu | could you also send a short readme on how to use the API in pilot branch? | 03:43 |
Sundar | Li_Liu: The comit message of https://review.openstack.org/#/c/626420/ gives a short description and points to 2 other READMEs. | 03:44 |
Li_Liu | ah ok | 03:45 |
Sundar | Esp. nova-integ/README | 03:45 |
Sundar | The main thing to note is that, in the absence of os-acc, cyborg client is providing an interface to Nova | 03:45 |
Sundar | That cannot change even if the human-readable output needs to change. That drivers some decisions | 03:45 |
Sundar | *drives | 03:46 |
Li_Liu | that should be fine for now | 03:47 |
Li_Liu | one question tho | 03:47 |
Li_Liu | how much difference is the nova side change between using future master branch and the pilot branch? | 03:48 |
Li_Liu | just the nova side change specifically | 03:48 |
Sundar | Ah, ideally, none. The API interfaces should remain the same when we move it to master branch from pilot branch. Some implementation details may change (e.g. add RBAC) | 03:49 |
Sundar | That way, whatever the Nova folks review is what gets implemented | 03:49 |
Li_Liu | that's good to know | 03:50 |
Li_Liu | ok, next topic | 03:51 |
Li_Liu | #topic AoB | 03:51 |
*** openstack changes topic to "AoB (Meeting topic: openstack-cyborg)" | 03:51 | |
Li_Liu | any other business | 03:52 |
Li_Liu | Otherwise, let's call it | 03:52 |
Li_Liu | Thanks guys for the effort | 03:53 |
Li_Liu | Have a good day/night where ever you are :) | 03:53 |
Yumeng | Thanks bye. see you next time | 03:53 |
Li_Liu | #endmeeting | 03:53 |
*** openstack changes topic to "Pending patches (Meeting topic: openstack-cyborg)" | 03:53 | |
openstack | Meeting ended Wed Jan 16 03:53:52 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 03:53 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_cyborg/2019/openstack_cyborg.2019-01-16-03.04.html | 03:53 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_cyborg/2019/openstack_cyborg.2019-01-16-03.04.txt | 03:53 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_cyborg/2019/openstack_cyborg.2019-01-16-03.04.log.html | 03:53 |
Sundar | Good day, everybody | 03:54 |
*** Li_Liu has quit IRC | 03:55 | |
*** Sundar has quit IRC | 03:58 | |
*** sum12 has quit IRC | 04:54 | |
*** sum12 has joined #openstack-cyborg | 05:06 | |
*** changzhi_ has quit IRC | 05:40 | |
*** wangzhh has quit IRC | 06:05 | |
*** xinranwang has quit IRC | 06:08 | |
*** TxGirlGeek has joined #openstack-cyborg | 06:34 | |
*** TxGirlGeek has quit IRC | 06:40 | |
*** Yumeng has quit IRC | 08:39 | |
*** shaohe_feng_ has quit IRC | 08:52 | |
*** Coco_gao has quit IRC | 09:16 | |
*** openstackgerrit has joined #openstack-cyborg | 10:23 | |
openstackgerrit | Xinran WANG proposed openstack/cyborg master: Add AttachHandle and ControlpathID objects https://review.openstack.org/630579 | 10:23 |
openstackgerrit | Xinran WANG proposed openstack/cyborg master: Add AttachHandle and ControlpathID objects https://review.openstack.org/630579 | 10:41 |
*** helenafm has joined #openstack-cyborg | 11:13 | |
*** davidsha has joined #openstack-cyborg | 14:10 | |
*** TxGirlGeek has joined #openstack-cyborg | 15:58 | |
*** helenafm has quit IRC | 17:47 | |
*** davidsha has quit IRC | 17:49 | |
*** efried has quit IRC | 19:04 | |
*** efried has joined #openstack-cyborg | 19:21 | |
*** TxGirlGeek has quit IRC | 20:06 | |
*** TxGirlGeek has joined #openstack-cyborg | 20:10 | |
*** TxGirlGeek has quit IRC | 20:45 | |
*** TxGirlGeek has joined #openstack-cyborg | 20:57 | |
*** TxGirlGeek has quit IRC | 21:21 | |
*** TxGirlGeek has joined #openstack-cyborg | 21:31 | |
*** TxGirlGeek has quit IRC | 23:07 | |
*** TxGirlGeek has joined #openstack-cyborg | 23:12 | |
*** efried has quit IRC | 23:30 | |
*** efried has joined #openstack-cyborg | 23:43 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!