Earlier  
Posted Nick Remark
#openstack-cyborg - 2017-09-12
20:09:26 ttk2[m] https://wiki.openstack.org/wiki/Nova/pci_hotplug
20:10:20 crushil http://www.vscaler.com/gpu-passthrough
20:25:31 jkilpatr https://etherpad.openstack.org/p/cybrog-api-workflow
20:48:05 zhipeng https://github.com/openstack/blazar/blob/master/doc/source/architecture.rst
20:48:14 zhipeng for doc reference
21:34:18 jkilpatr http://status.openstack.org/zuul/
22:37:34 crushil jkilpatr http://redhatstackblog.redhat.com/2015/05/05/cpu-pinning-and-numa-topology-awareness-in-openstack-compute/
#openstack-cyborg - 2017-09-13
02:24:35 crushil zhuli There?
02:24:53 zhuli yep
02:27:45 zhuli I mean online, not at the PTG spot
02:32:47 crushil Yup, that
02:32:55 crushil *that's what I meant
02:34:32 crushil How are you testing functionally with https://review.openstack.org/#/c/501656/ ? Does this commit only create the functional testing framework?
02:34:39 crushil zhuli ^^
02:39:45 zhuli It do the real API functional testing, I think I'd better to detail the commit message :)
02:53:02 crushil What about the unit tests added here https://review.openstack.org/#/c/498410/ ?
02:53:51 crushil The unit tests don't seem to be testing units.
03:04:39 crushil zhuli ^^
03:16:50 zhuli crushil, I just update the functional test commit msg, sorry for late reply
14:07:07 jkilpatr so if I'm reading the project-config repo right the only testing they run is devstack based (well integration testing obviously they run linters and unit tests for everyone)
14:07:45 jkilpatr if we want tripleo testing I guess we can do it on RDO cloud, I'll ask how to do that.
16:06:42 zhipeng jkilpatr that does not affect what you mentioned as a patch for the OpenStack CI system right ? For the integration testing ?
16:07:20 jkilpatr zhipeng, well I'm trying to figure out what goes where, it looks like we will be able to get resource it's just a process that's going to span multiple repos, I'm talking to some of the people responsible for that now.
16:07:37 zhipeng okey !
16:07:50 zhipeng btw plz help review zhuli's patches
16:08:02 zhipeng i will have another doc patch up shortly
16:08:12 jkilpatr will do
16:08:53 crushil jkilpatr Can you look at https://review.openstack.org/#/c/501825/ ?
16:25:19 jkilpatr crushil, done
16:40:59 crushil zhipeng Are you still in the same room?
16:41:25 zhipeng i'm at Nova room
16:41:25 crushil zhipeng Is jkilpatr there too?
16:41:31 crushil ok
16:41:44 crushil Guess I'll stay in the Ironic room
16:47:15 jkilpatr I'm in tirpleo
16:47:51 zhipeng new doc patch coming up https://review.openstack.org/503746 !
16:49:20 crushil It's in merge conflict
16:49:45 zhipeng i know ..
16:49:55 zhipeng working on it
16:52:31 zhipeng should be ok now
16:57:13 crushil Left a review comment
16:58:34 zhipengh[m] Check it now
16:59:25 crushil zhipengh[m] I don't see a response. :)
17:01:59 zhipengh[m] Check at again :)
17:08:20 crushil zhipeng Done. Please check https://review.openstack.org/#/c/501825/ again
17:09:25 zhipeng thx man !
17:19:57 zhipeng we are very productive !
17:20:14 zhipeng crushil have you take a look again at https://review.openstack.org/#/c/498410/ ?
17:22:55 crushil zhipeng I will fix the Unit testing and functional testing patches
17:23:08 crushil Expect something by end of day today
17:24:24 zhipengh[m] Cool !
18:01:32 crushil zhipengh[m] Nova 1-3 is placement groups discussion. Hope you're attending that
18:06:21 zhipengh[m] Yes I will
18:06:37 zhipengh[m] Thanks for the heads up man
21:59:52 zhipeng just created a local patch for official application, snippets: https://gist.github.com/hannibalhuang/d9f9d79c1505453097baf305e4eb0dc9
22:00:06 zhipeng as soon as we are ready, I could push the button and go :)
22:00:26 crushil Define ready
22:00:43 zhipeng git commit ready
22:01:39 crushil I mean after we have the unit tests and functional tests merged, are we going to push for being an official project?
22:01:52 zhipeng yep
22:01:59 zhipeng that would be the sign of ready
22:02:13 zhipeng well I will cut a stable branch first
22:02:28 zhipeng then I could push up the application patch to openstack/governance
22:02:32 zhipeng ask for a formal vote
22:06:25 zhipeng of course I also need to write a long ass commit-msg
22:07:26 crushil zhipeng Alright
22:07:34 crushil Will try to wrap the tests by tomorrow
22:07:41 zhipeng no hurry
22:07:56 zhipeng I think we already beat the expectation of what we could achieve at PTG :)
22:07:59 crushil I want to so that we can file for our official application
22:08:05 zhipeng yep
22:08:15 zhipeng target late tmr or early Fri
22:09:17 crushil That is what a few hours together in the same room can get you
22:09:52 zhipeng :P
22:18:41 zhipeng but please do check the snippet see if typos there
22:18:56 zhipeng I will put up the commit-msg snippet later
22:19:10 zhipeng so that we could review it and modify it before my submission
23:34:08 jkilpatr crushil, when you get a minute could you explain how to use your devstack plugin? trying to push the devstack check and gate job for cyborg
23:36:14 crushil jkilpatr You basically add enable_plugin cyborg https://github.com/openstack/cyborg in your local.conf
23:39:34 jkilpatr crushil, should that be found in the cwd or somehwere else?
23:39:58 crushil What do you mean by cwd?
23:41:20 jkilpatr crushil, pwd, the same directory youre running devstack from etc
23:41:30 crushil Ah
23:41:43 crushil So, you do a git clone devstack
23:41:52 crushil With the appropriate url
23:42:01 crushil And then you go to devstack/local.conf
23:42:22 crushil If there is no sample local.conf
23:42:40 crushil You need to create it by copying it from sample_local.conf
23:42:56 crushil You should find ample examples if you google it
23:45:11 crushil jkilpatr I am headed to dinner now
#openstack-cyborg - 2017-09-14
03:08:12 zhipengh[m] I discussed with dims over dinner , he suggested that we submit the application patch on Monday morning, that will guarantee it will be everyone's top list
03:08:27 zhipengh[m] Thurs night or Friday, people will forget
03:32:34 crushil ttk2[m] There?
15:13:11 jangutter Hi, are any Cyborg team members present here at the PTG? I'm sitting outside the "Vail" room and it's empty.
17:01:38 zhipengh[m] Hi jangutter , sorry we wrapped up most of the discussion on Tuesday , I forgot to send an email out
17:02:31 zhipengh[m] Is there any topic you want to discuss ? We are still around PTG
17:07:10 zhipengh[m] ttk2: could u help land https://review.openstack.org/#/c/498410/ ?
17:07:41 ttk2[m] sure I'l look it over
17:11:06 crushil zhipengh[m] We met with jangutter
17:13:10 zhipengh[m] crushil oh great ! What did you guys discuss about ?

Earlier   Later