17:01:01 <msdubov_> #startmeeting Rally
17:01:02 <openstack> Meeting started Tue Dec 16 17:01:01 2014 UTC and is due to finish in 60 minutes.  The chair is msdubov_. Information about MeetBot at http://wiki.debian.org/MeetBot.
17:01:03 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
17:01:05 <openstack> The meeting name has been set to 'rally'
17:01:28 <msdubov_> rediskin rvasilets amaretskiy olkonami k4n0 oanufriev Good evening
17:01:35 <amaretskiy> hi
17:01:36 <rvasilets> Hi
17:01:43 <oanufriev> hi
17:02:27 <olkonami> hi
17:03:28 <msdubov_> Let's start!
17:03:33 <msdubov_> #topic NetworkContext
17:03:51 <msdubov_> amaretskiy How are things with it, can we expect it being merged today/tommorow?
17:04:00 <msdubov_> amaretskiy Sorry for still not reviewing it :)
17:04:42 <amaretskiy> we have a working patch, but there are some changes requested by reviewers
17:04:56 <amaretskiy> i hope we can merge in this week
17:05:07 <amaretskiy> *it
17:05:23 <amaretskiy> eom
17:08:40 <msdubov_> Sorry I got disconnected
17:09:59 <msdubov_> #topic Tenant resources refactoring in context
17:10:03 <msdubov_> oanufriev Hi, please tell us what you've done here, and why this refactoring step was important
17:10:30 <oanufriev> so
17:11:32 <oanufriev> before this change resources in context were look like context[resource_name][tenant_id][some_useful_thing]
17:13:14 <oanufriev> that was difficult to search valid resource item for current context (usually that was implemented in for cycle)...
17:14:12 <oanufriev> either, we had to pass whole context[resource] tree to every process and thread
17:14:59 <msdubov_> oanufriev, Okay, so a nice improvement really
17:15:03 <oanufriev> now it looks like context[tenants][tenant_id][resource_name][some_useful_thing]
17:16:22 <msdubov_> oanufriev Anything to add?
17:17:05 <oanufriev> and we pass only resources related to actual tenant which saves memory and simpler to map resource to current tenant
17:17:43 <msdubov_> oanufriev Okay, thanks. Let's move further
17:17:45 <oanufriev> EOF
17:18:12 <msdubov_> #topic Scenario runners refactoring
17:18:30 <msdubov_> olkonami Could you please tell us what is your task here and what is your progress so far?
17:20:59 <olkonami> now I am working on improvement constant runner - refactor it like it done in rpc to start processes count according to cpu count and then use threads into the processes
17:22:16 <olkonami> the first step is take out general logic from rpc runner to some base class
17:24:02 <olkonami> now I am working on it, but I didn't have anything to show now, I'm just in process to understend how rewrite code to make it reusable
17:25:54 <msdubov_> olkonami Okay, thanks. Sound like a plan, hope you get it soon
17:29:14 <msdubov_> #topic Murano benchmarks
17:29:31 <msdubov_> rvasilets Thanks for taking this patch, how was your progress with it today?
17:29:41 <msdubov_> #link https://review.openstack.org/#/c/137650/
17:30:17 <rvasilets> I have Rebased patch https://review.openstack.org/#/c/137650/ and I think it's ready for review
17:31:55 <rvasilets> This patch is added murano context and murano client to osclient
17:32:23 <rvasilets> Also thare is added python client validation
17:32:27 <rvasilets> eom
17:32:42 <msdubov_> rvasilets, Thanks!
17:33:32 <msdubov_> #topic New decorator syntax in Rally (samples, deprecated stuff)
17:33:40 <msdubov_> oanufriev, olkonami, Any updates on this?
17:34:38 <oanufriev> I'm working on 'sample' decorator
17:34:42 <oanufriev> here https://review.openstack.org/#/c/140033/
17:35:25 <oanufriev> for now it's working, but only 2 items are decorated
17:35:49 <oanufriev> eom
17:36:53 <olkonami> msdubov, I realized deprecated reason, but haven't fix your last comments yet
17:37:59 <msdubov_> Okay
17:38:04 <msdubov_> #topic Rally documentations
17:38:08 <olkonami> becose boris-42 said there are too many copy-pasting in that code and it should be rewrited
17:38:25 <boris-42> olkonami: yep
17:38:56 <boris-42> olkonami: i will make advices today a bit latter
17:39:00 <msdubov_> So two quick updates from my side
17:39:26 <olkonami> boris-42, ok, wait for any proposals from you
17:39:35 <msdubov_> 1. Patch with Rally docstrings is on review, but it will be merged after NetworkContext
17:40:15 <msdubov_> 2. Currently working on Rally ReadTheDocs, hoping to simplify the overall structure of our docs and also rewrite a bit the tutorial so that it treats first really simple examples and then moves to more involved ones
17:40:22 <msdubov_> #topic Free discussion
17:40:45 <msdubov_> boris-42 rediskin rvasilets amaretskiy olkonami k4n0 oanufriev Anything to add?
17:41:05 <amaretskiy> nothing from my side
17:41:19 <rediskin> nope
17:41:29 <oanufriev> no
17:41:58 <rvasilets> no
17:45:58 <msdubov_> Okay thanks to all
17:46:01 <msdubov_> #endmeeting