14:00:21 #startmeeting Rally 14:00:22 Meeting started Mon Apr 4 14:00:21 2016 UTC and is due to finish in 60 minutes. The chair is andreykurilin__. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:23 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:26 The meeting name has been set to 'rally' 14:00:35 hi there 14:00:44 o/ 14:00:51 hi all 14:00:56 hi hih 14:01:12 boris-42 amaretskiy rvasilets ping 14:01:20 hi 14:01:48 #link https://wiki.openstack.org/wiki/Meetings/Rally 14:01:51 aour agenda 14:02:11 #topic [stpierre] Unsticking https://review.openstack.org/#/c/277225/15 14:02:15 #link https://review.openstack.org/#/c/277225/15 14:02:25 keystone v3 support is super important to us, and i'm sure to other people 14:02:44 but that review got hung up even before the services spec merged, and with the services spec merged i'm not sure if there's anything at all that we can do to move it forward 14:03:00 stpierre: make a code? 14:03:08 make a code? 14:03:21 stpierre: for services instead of utils 14:03:25 ok 14:03:27 stpierre: and validator for versions 14:03:33 i was afraid you'd say that 14:03:37 :) 14:03:41 stpierre: so I will try to do code 14:03:47 fianlly I got some time for Rally 14:03:50 unfortunately we just don't have the bandwidth right now to invest in kicking off the services work 14:04:06 stpierre: so we need to find otherwise rally as a project will die 14:04:19 feel free to talk to my boss :) 14:04:22 stpierre: because we will get at the point where we have to many to refactor 14:04:24 hi 14:04:32 stpierre: to many loc 14:04:53 stpierre: so I will try to make the base 14:05:03 stpierre: and let's do all together a bit of work 14:05:10 rvasilets: amaretskiy andreykurilin__ ^ 14:05:20 ok ok 14:06:09 Yes, i'm agree=) 14:06:14 lol 14:06:47 Talofa! 14:07:15 stpierre: anything else? 14:07:19 nope 14:07:28 ok 14:07:38 #topic status of next release 14:07:49 andreykurilin__: so I believe we have one blocker 14:07:55 quite nasty bug 14:08:06 andreykurilin__: https://review.openstack.org/#/c/298591/ 14:08:09 yes 14:08:14 amaretskiy: is helping to finish it ^ 14:08:24 i'm working on thi patch 14:08:42 let's give several more days to this release 14:08:43 the most of work is done, I'm writing unit tests right now 14:08:51 andreykurilin__: and we have like few more bugs with cleanups 14:09:05 the patch set will be submitted soon (2 hours I believe) 14:09:07 andreykurilin__: default security groups are not deleted 14:09:08 btw, it will be 0.4.0. 14:09:16 And bug in load chart that I work on 14:09:28 we have too many bugs :( 14:09:31 it is sad 14:09:48 andreykurilin__: so we need to address them 14:09:58 should we schedule release for only bug-fixes? 14:10:08 andreykurilin__: ^ not sure 14:10:10 stpierre: ^ 14:10:27 stpierre: I think we need to start work on services 14:10:38 Agree 14:10:38 which means not a bug-fixes only release 14:10:54 We have too much patches for the last time about wrappers) 14:10:57 you think we can get that into this release? 14:11:09 stpierre: services - no 14:11:09 We spend on them too much unneeded efforts 14:11:15 probably in next release 14:11:18 andreykurilin__++ 14:12:35 stpierre: so next release should be tomorrow 14:12:38 stpierre: so no services 14:12:48 stpierre: however we can introduce them and replace current wrappers 14:12:55 stpierre: for the next release in 2 weeks 14:13:00 so what about make the next release after base service implementation merged only for bug fixes? also it means that we will able to work on porting utils/wrapers to new services, since them contain a lot of bugs 14:13:13 that's wildly, incredibly optimistic 14:13:23 i think we should shoot for having the keystone service implemented for the next release 14:13:31 stpierre: +1 14:13:44 stpierre: so let's put some effort on services for next 2 weeks 14:13:56 +1 14:14:00 +1 14:14:00 so they will got highest priority 14:14:06 and we will review them like a crazy 14:15:00 syre 14:15:04 *sure 14:15:05 btw, we can ask breton to help with it, since he is interested with Keystone and Rally :) 14:15:24 andreykurilin__: he is ill as far as I know 14:15:43 :( 14:15:43 andreykurilin__: so let's just do the basis for service and move wrappers we will call him a bit later 14:15:51 ok ok 14:16:08 andreykurilin__: so what about bug related to the fact that security groups are not deleted 14:16:18 I don't know 14:16:22 let's change the topic 14:16:22 andreykurilin__: we have hack in users context that deletes them and it doesn't work =( 14:16:43 #topic bug related to the fact that "default" security groups are not deleted 14:17:18 #link https://review.openstack.org/#/c/296402/ 14:17:21 https://github.com/openstack/rally/blob/master/rally/plugins/openstack/context/keystone/users.py#L132-L139 14:17:21 proposed fix ^ 14:17:40 andreykurilin__: actually this is not a fix 14:17:57 andreykurilin__: so yep it will reduce amount of traces in gates 14:18:12 andreykurilin__: however we will still have a bunch of not deleted default security groups 14:18:17 andreykurilin__: that should be deleted by this code https://github.com/openstack/rally/blob/master/rally/plugins/openstack/context/keystone/users.py#L132-L139 14:18:19 we only have one that doesn't get deleted 14:18:23 and rally doesn't even create it 14:18:28 it's for the 'service' tenant 14:18:40 i don't understand why it's in the osresources report 14:18:51 but rally seems to working correctly, despite all of the tracebacks 14:19:36 stpierre: so "default" security group is created automatically by neutron 14:19:42 stpierre: when you are booting first vm 14:20:05 that's what i was wondering. although i still don't know why a vm boots in the 'service' tenant 14:20:08 Just wanted to jump in wanted some feedback on https://review.openstack.org/#/c/296022/ i have added gnocchi client and as it requires keystoneauth. Keystoneauth has ability to load version-agnostic plugin 14:20:52 so maybe we can use keystoneauth (instead of keystoneclient v3) 14:21:08 stpierre: so that's standard behavior for nova/neutron 14:21:17 stpierre: so we need to do hacks to cleanup that 14:21:17 yeah, so that makes sense 14:21:27 smurke: lets discuss your topic after we finish this one:0 14:21:34 i'm not sure we do, though. why is something getting booted in the 'service' tenant at all? 14:21:53 stpierre: it's strange I do not know anything.. 14:21:53 andreykurilin__ : sure, thanx! 14:22:07 stpierre: are you sure that non-deleted sg are from "service" tenant? 14:22:11 yep 14:22:28 osresources.py tells you the tenant id, and you can cross-reference that with the devstack logs 14:22:58 stpierre: could you point to logs? 14:22:59 stpierre: but sometimes it have too much non-deleted sg 14:23:05 stpierre: for example http://logs.openstack.org/19/299919/4/check/gate-rally-dsvm-rally-nova/923db30/rally-plot/resources_diff.txt.gz 14:23:22 nova 'default' secgroups cannot be deleted 14:23:25 full stop, end of story, that's it 14:23:31 oh 14:23:37 yeah :( 14:23:37 stpierre: but in neutron you can do that 14:23:56 yes, we should clean up neutron secgroups, but with nova we just have to grin and bear it 14:24:04 stpierre: +1 14:24:13 stpierre: so I will ask today kevinbenton about that 14:24:23 stpierre: maybe he knows something that we don't know 14:24:26 i'll try to find the logs that i looked at earlier 14:24:38 stpierre: let's move to next topic for now? 14:24:41 +1 14:24:48 + 14:24:50 andreykurilin__: ^ 14:24:53 ok 14:25:10 #topic gnocchi integration with rally 14:25:12 :) 14:25:26 #link https://review.openstack.org/#/c/296022/ 14:25:35 so I am not big expert of 1000 ways to init keystone client 14:26:08 boris-42: all our code fore keystoncelinet uses deprecated methods 14:26:12 lol 14:26:21 *keystoneclient 14:26:39 just wanted feedback on the patch. also i have added keystoneauth loader plugin which get version-agnostic plugin 14:26:52 oldfag=) 14:27:04 heh 14:27:19 smurke: we will take a look and test it 14:27:27 so I'm +2 for all new _get_keystoneauth_session method 14:27:34 sure thanx boris-42 14:27:39 but it should replace old _get_session 14:27:40 smurke: btw what about gnocchi dsvm job? 14:28:10 boris-42 : do you mean the benchmarking scenarios ? 14:28:27 i am in process of adding scenarios for it. 14:29:24 smurke: boris-42 is talking about a separate job for gnocchi which will run gnocchi sceanrios 14:29:39 we need a working scenarios first, right? 14:30:20 new keystoneauth -> gnocchi client -> gnocchi scenario -> rally-gnocchi-dsvm-job 14:30:25 once i have running scenarios i can look into the rally gates job 14:30:27 smurke: so I mean dsvm job 14:30:33 redixin: agreed 14:31:06 redixin: so I think these are parallel tasks 14:31:13 redixin: you can start adding job even now 14:31:28 redixin: so it will test the code of new patch and help us not merge non working code 14:31:56 okay 14:31:58 I have to sleep 14:32:02 to tired 14:32:06 goodnight =) 14:32:23 boris-42: gntc :) 14:32:36 bye) 14:33:38 is there a bug at launchpad about deprecated keystone usage in rally.osclients? 14:33:48 redixin: no 14:34:02 redixin: but I can create it 14:34:15 we need someone to assing 14:34:29 there is the same problem with ading senlin 14:34:44 https://review.openstack.org/#/c/298109/ 14:34:58 I mean the sequence of action) 14:35:01 redixin: smurke's patch fixes a big part of deprecated methods 14:36:13 we can merge it first, and then fix the rest 14:36:35 sure 14:37:05 so we will use keystone in correct way soon 14:37:19 smurke: Can you split your patch to two? So first one will be about keystoneauth and second one - support of gnocchiclient 14:40:00 anything else to discuss? 14:40:03 andreykurilin__ : its already a small patch :P 14:40:33 smurke: do you want to help us with fixing all the clients? Like make the first patch not only for keystone+gnocchi, but keystone+everyting? 14:40:51 or we can merge it as is and ask someone else to fix the rest 14:41:44 I can help with it later possibly 14:41:47 redixin: may be we can merge and then work on fixing it 14:43:27 ok 14:43:54 it sounds good for me 14:44:22 first keystone+gnocchi, other later 14:44:48 noce 14:44:51 nice 14:45:29 Move next? 14:45:30 yup, sounds good 14:45:51 do we have next topic?) 14:46:38 нуы 14:46:40 yep 14:46:45 One more from me 14:46:53 adding SenLin to Rally 14:47:03 #link https://review.openstack.org/#/c/298109/ 14:47:38 How we will work on it? client, scenario, dsvm job? 14:48:13 rvasilets: it sounds the same as for gnocchi. base part we can merge without new job 14:48:34 Should it be experimental? 14:49:41 we should talk with senlin cores and discuss our plans about integaration 14:49:51 okey 14:50:05 rvasilets: but, imo, we should not use experimental jobs at all 14:50:43 it is better to configure normal jobs with rules to launch them 14:51:12 at Rally gates?) 14:51:19 yes 14:51:35 for every project separate job) 14:51:53 okey) 14:52:23 I will talk to senlin guys 14:52:41 rvasilets: I mean that we can do as same as for only doc and unittests related changes - we don't run dsvm jobs for them. so we can configure new "senlin" job which will be launched only if senlin folder are modified 14:54:06 anything else? 14:54:11 Okey lets discuss it later 14:55:10 lets finish 14:55:17 #endmeeting