| *** yingjun has joined #openstack-rally | 00:00 | |
| *** asti has quit IRC | 00:47 | |
| *** itlinux has quit IRC | 00:55 | |
| *** madhu_ak has quit IRC | 01:02 | |
| *** arnoldje has quit IRC | 01:06 | |
| *** pvaneck has quit IRC | 01:24 | |
| *** yanyanhu has joined #openstack-rally | 01:45 | |
| *** itlinux has joined #openstack-rally | 01:53 | |
| *** akrzos has quit IRC | 02:01 | |
| *** itlinux has quit IRC | 02:04 | |
| *** itlinux has joined #openstack-rally | 02:05 | |
| *** MaxPC has quit IRC | 02:06 | |
| *** bkopilov_ has quit IRC | 02:08 | |
| *** bkopilov has quit IRC | 02:08 | |
| *** arnoldje has joined #openstack-rally | 02:11 | |
| *** itlinux has quit IRC | 02:12 | |
| *** itlinux has joined #openstack-rally | 02:13 | |
| *** itlinux has quit IRC | 02:15 | |
| *** MaxPC has joined #openstack-rally | 02:40 | |
| *** Deng has joined #openstack-rally | 02:42 | |
| *** akrzos has joined #openstack-rally | 02:51 | |
| *** beslemon has joined #openstack-rally | 02:56 | |
| *** Alex_Stef has quit IRC | 03:01 | |
| *** beslemon has quit IRC | 03:22 | |
| *** bkopilov has joined #openstack-rally | 03:24 | |
| *** bkopilov_ has joined #openstack-rally | 03:24 | |
| *** akrzos has quit IRC | 03:33 | |
| *** itlinux has joined #openstack-rally | 03:41 | |
| *** itlinux has quit IRC | 03:45 | |
| *** itlinux has joined #openstack-rally | 03:46 | |
| *** beslemon has joined #openstack-rally | 03:53 | |
| *** beslemon has quit IRC | 03:55 | |
| *** adiantum has joined #openstack-rally | 03:55 | |
| *** beslemon has joined #openstack-rally | 03:57 | |
| *** adiantum1 has joined #openstack-rally | 04:00 | |
| *** adiantum has quit IRC | 04:03 | |
| *** adiantum1 is now known as adiantum | 04:03 | |
| *** beslemon has quit IRC | 04:14 | |
| *** smurke has quit IRC | 04:35 | |
| *** rdas has joined #openstack-rally | 04:47 | |
| *** beslemon has joined #openstack-rally | 04:49 | |
| *** beslemon has quit IRC | 04:53 | |
| *** flwang1 has quit IRC | 05:03 | |
| *** rcernin has joined #openstack-rally | 05:10 | |
| *** Alex_Staf has joined #openstack-rally | 05:17 | |
| *** arnoldje has quit IRC | 05:29 | |
| *** shausy has joined #openstack-rally | 05:30 | |
| Alex_Staf | andreykurilin__, Hi | 05:40 |
|---|---|---|
| andreykurilin__ | Alex_Staf: hi | 05:41 |
| Alex_Staf | andreykurilin__, I hope you can help me with some issue I am having, I am running neutron rally tasks, and each of them is cleaning uo the objects it configures. How can I make the object not to be cleaned? | 05:43 |
| boris-42 | Alex_Staf: there is no way to do thaat | 05:43 |
| boris-42 | Alex_Staf: at this point of time | 05:43 |
| *** shausy has quit IRC | 05:44 | |
| Alex_Staf | boris-42, ohh.. Too bad =\ , Is there a plan to do that or I am the first one who asked about it ? | 05:45 |
| andreykurilin__ | Alex_Staf: yes, we are planning to do it | 05:46 |
| Alex_Staf | andreykurilin__, cool , is there an ETA at this point ? | 05:46 |
| andreykurilin__ | Alex_Staf:Unfortunately, I suppose no. We don't have enough contribution:( | 05:47 |
| Alex_Staf | andreykurilin__, I see. ok tnx for the assistance then :) | 05:49 |
| andreykurilin__ | Alex_Staf: try to ping stpierre when he will be available. He is a main contributor to this stuff | 05:51 |
| Alex_Staf | andreykurilin__, I will. I will try to think on a way to do it also. If there will be some progress I will share | 05:52 |
| andreykurilin__ | Nice | 05:52 |
| *** e0ne has joined #openstack-rally | 05:54 | |
| boris-42 | Alex_Staf: so it is simple to do it (if you don't need cleanups at all) | 05:58 |
| boris-42 | Alex_Staf: and you'll do manual cleanups | 05:58 |
| boris-42 | Alex_Staf: it's one line of code in proper place | 05:58 |
| Alex_Staf | boris-42, It should work for me. My plan is to clean up with the neutron purge command. what should I insert and where in order to make that pls | 06:00 |
| boris-42 | Alex_Staf: ok then | 06:00 |
| boris-42 | Alex_Staf: so you should comment this method https://github.com/openstack/rally/blob/master/rally/plugins/openstack/context/cleanup/admin.py#L47 | 06:01 |
| boris-42 | Alex_Staf: or put "return" before it | 06:01 |
| boris-42 | Alex_Staf: here as well https://github.com/openstack/rally/blob/master/rally/plugins/openstack/context/cleanup/user.py#L47 | 06:02 |
| boris-42 | Alex_Staf: that's basically all that you need to change | 06:02 |
| Alex_Staf | boris-42, Cool, tnx . At this point this does not tells me much but I will do my homework and figure it out :) | 06:03 |
| boris-42 | Alex_Staf: so we are doing cleanup in very specific place | 06:05 |
| *** e0ne has quit IRC | 06:05 | |
| boris-42 | Alex_Staf: 2 contexts admin_cleanup and user_cleanup | 06:06 |
| boris-42 | Alex_Staf: basically you are complete removing cleanup if you remove that code | 06:06 |
| Alex_Staf | ohhh . It is even easier :) | 06:07 |
| *** adiantum has quit IRC | 06:07 | |
| Alex_Staf | boris-42, ^ | 06:07 |
| boris-42 | Alex_Staf: yep it's quite easy just put "return" or remove that call to cleanup manager and you are done! =) | 06:08 |
| Alex_Staf | boris-42, awesome man ! tnx :) | 06:09 |
| *** e0ne has joined #openstack-rally | 06:10 | |
| *** yanyanhu has quit IRC | 06:26 | |
| *** e0ne has quit IRC | 06:30 | |
| *** MaxPC has quit IRC | 06:30 | |
| *** e0ne has joined #openstack-rally | 06:32 | |
| *** anshul has joined #openstack-rally | 06:35 | |
| *** dmellado_ is now known as dmellado | 06:44 | |
| *** e0ne has quit IRC | 06:47 | |
| openstackgerrit | Piyush Raman Srivastava proposed openstack/rally: De-duplicate consume() for delete in users context https://review.openstack.org/307590 | 06:54 |
| *** arxcruz has joined #openstack-rally | 07:03 | |
| *** arxcruz has quit IRC | 07:08 | |
| *** arxcruz has joined #openstack-rally | 07:09 | |
| *** psd has joined #openstack-rally | 07:11 | |
| *** kbaikov has quit IRC | 07:15 | |
| *** pcaruana has joined #openstack-rally | 07:16 | |
| *** pcaruana has quit IRC | 07:23 | |
| *** tesseract has joined #openstack-rally | 07:24 | |
| *** tesseract is now known as Guest22945 | 07:24 | |
| *** amaretskiy has joined #openstack-rally | 07:27 | |
| *** kbaikov has joined #openstack-rally | 07:28 | |
| *** adiantum has joined #openstack-rally | 07:48 | |
| *** ushkalim has joined #openstack-rally | 07:50 | |
| openstackgerrit | Alexander Maretskiy proposed openstack/rally: [DB][TaskResults] Save durations stats in task results https://review.openstack.org/306428 | 07:59 |
| *** anshul has quit IRC | 07:59 | |
| openstackgerrit | Alexander Maretskiy proposed openstack/rally: [Reports] Introduce class processing.plot.Trends https://review.openstack.org/294125 | 08:00 |
| *** anshul has joined #openstack-rally | 08:00 | |
| *** neeti has joined #openstack-rally | 08:00 | |
| openstackgerrit | Alexander Maretskiy proposed openstack/rally: [Reports] Add Jinja2 template for upcoming Trends report https://review.openstack.org/298680 | 08:00 |
| openstackgerrit | Alexander Maretskiy proposed openstack/rally: [Reports][CLI][CI] Introduce Trends report https://review.openstack.org/276721 | 08:01 |
| *** simon-AS559 has joined #openstack-rally | 08:10 | |
| *** e0ne has joined #openstack-rally | 08:13 | |
| *** abalutoiu has joined #openstack-rally | 08:21 | |
| *** adiantum has quit IRC | 08:26 | |
| openstackgerrit | Yaroslav Lobankov proposed openstack/rally: Use glance wrapper where appropriate https://review.openstack.org/306523 | 08:58 |
| *** andreykurilin has joined #openstack-rally | 09:22 | |
| *** yingjun has quit IRC | 09:38 | |
| *** klkumar has joined #openstack-rally | 09:42 | |
| *** tosky has joined #openstack-rally | 09:47 | |
| *** klkumar has quit IRC | 09:53 | |
| *** smurke has joined #openstack-rally | 09:59 | |
| *** psd has quit IRC | 10:14 | |
| *** simon-AS5591 has joined #openstack-rally | 10:37 | |
| *** simon-AS559 has quit IRC | 10:38 | |
| openstackgerrit | Alexander Maretskiy proposed openstack/rally: [Common] Add class rally.common.utils.ReadOnlyDict https://review.openstack.org/307340 | 11:07 |
| *** akrzos has joined #openstack-rally | 11:13 | |
| *** akrzos has quit IRC | 11:18 | |
| *** yingjun has joined #openstack-rally | 11:21 | |
| *** kbaikov has quit IRC | 11:27 | |
| openstackgerrit | Piyush Raman Srivastava proposed openstack/rally: Add create-flavor and flavor-access-list scenario https://review.openstack.org/302754 | 11:30 |
| openstackgerrit | Piyush Raman Srivastava proposed openstack/rally: Add create-flavor and flavor-access-list scenario https://review.openstack.org/302754 | 11:33 |
| *** bkopilov has quit IRC | 11:37 | |
| *** bkopilov_ has quit IRC | 11:38 | |
| *** akrzos has joined #openstack-rally | 11:52 | |
| *** asti has joined #openstack-rally | 11:52 | |
| *** Guest22945 is now known as tesseract | 11:54 | |
| *** tesseract is now known as Guest73397 | 11:54 | |
| openstackgerrit | Alexander Maretskiy proposed openstack/rally: [Common] Add class rally.common.utils.FrozenDict https://review.openstack.org/307340 | 11:58 |
| *** MaxPC has joined #openstack-rally | 12:02 | |
| *** adiantum has joined #openstack-rally | 12:17 | |
| *** kbaikov has joined #openstack-rally | 12:29 | |
| *** lezbar has quit IRC | 12:31 | |
| *** lezbar has joined #openstack-rally | 12:32 | |
| *** Deng has quit IRC | 12:34 | |
| *** stpierre has joined #openstack-rally | 12:57 | |
| *** adiantum has quit IRC | 13:03 | |
| *** lezbar has quit IRC | 13:05 | |
| *** lezbar has joined #openstack-rally | 13:06 | |
| *** simon-AS5591 has quit IRC | 13:10 | |
| openstackgerrit | Rodion Promyshlennikov proposed openstack/rally: Fix bug on deployment destroy https://review.openstack.org/304301 | 13:18 |
| *** adiantum has joined #openstack-rally | 13:35 | |
| *** openstackstatus has joined #openstack-rally | 13:38 | |
| *** ChanServ sets mode: +v openstackstatus | 13:38 | |
| -openstackstatus- NOTICE: We have recovered one of our cloud providers, but there is a huge backlog of jobs to process. Please have patience until your jobs are processed | 13:40 | |
| *** adiantum has quit IRC | 13:49 | |
| stpierre | how can i run the CLI tests locally? when i run 'tox -ecli', all of the test_cli_task.TaskTestCase tests fail with: http://www.fpaste.org/357352/46107381/ | 13:50 |
| stpierre | is there some additional setup i need to do first? | 13:50 |
| andreykurilin | stpierre: do you have /tmp/rally_functests_main_deployment.json with deployment config or active deployment? | 13:53 |
| stpierre | nope, didn't realize that was required | 13:53 |
| andreykurilin | we need to note it somewhere at docs | 13:54 |
| openstackgerrit | Rodion Promyshlennikov proposed openstack/rally: Fix bug on deployment destroy https://review.openstack.org/304301 | 13:58 |
| *** yingjun has quit IRC | 14:08 | |
| *** yingjun has joined #openstack-rally | 14:09 | |
| *** arnoldje has joined #openstack-rally | 14:11 | |
| *** ushkalim has quit IRC | 14:11 | |
| *** yingjun has quit IRC | 14:13 | |
| *** BitSmith has joined #openstack-rally | 14:20 | |
| *** bkopilov_ has joined #openstack-rally | 14:47 | |
| *** e0ne has quit IRC | 14:47 | |
| *** bkopilov has joined #openstack-rally | 14:48 | |
| openstackgerrit | Alexander Maretskiy proposed openstack/rally: [Context] Fix side effect changes of context config https://review.openstack.org/306489 | 15:09 |
| *** absubram has joined #openstack-rally | 15:10 | |
| *** anshul has quit IRC | 15:11 | |
| *** arxcruz has quit IRC | 15:11 | |
| *** neeti has quit IRC | 15:27 | |
| *** rdas has quit IRC | 15:35 | |
| *** tosky has quit IRC | 15:49 | |
| *** beslemon has joined #openstack-rally | 15:50 | |
| *** beslemon has quit IRC | 15:51 | |
| *** beslemon has joined #openstack-rally | 15:52 | |
| *** tosky has joined #openstack-rally | 15:56 | |
| *** simon-AS559 has joined #openstack-rally | 15:59 | |
| *** Guest73397 has quit IRC | 16:00 | |
| *** simon-AS559 has quit IRC | 16:04 | |
| *** anshul has joined #openstack-rally | 16:08 | |
| *** amaretskiy has quit IRC | 16:15 | |
| openstackgerrit | Merged openstack/rally: [spec] Rally Verification refactoring https://review.openstack.org/294198 | 16:21 |
| openstackgerrit | Chris St. Pierre proposed openstack/rally: Fix empty config error message https://review.openstack.org/307376 | 16:21 |
| *** beslemon has quit IRC | 16:42 | |
| *** tosky_ has joined #openstack-rally | 16:43 | |
| *** beslemon has joined #openstack-rally | 16:43 | |
| *** tosky has quit IRC | 16:45 | |
| *** abalutoiu has quit IRC | 16:46 | |
| *** klkumar has joined #openstack-rally | 16:53 | |
| openstackgerrit | Yaroslav Lobankov proposed openstack/rally: Use glance wrapper where appropriate https://review.openstack.org/306523 | 16:55 |
| *** rcernin has quit IRC | 17:04 | |
| *** madhu_ak has joined #openstack-rally | 17:08 | |
| *** stpierre_ has joined #openstack-rally | 17:20 | |
| *** stpierre has quit IRC | 17:24 | |
| openstackgerrit | Yaroslav Lobankov proposed openstack/rally: Use glance wrapper where appropriate https://review.openstack.org/306523 | 17:24 |
| *** stpierre__ has joined #openstack-rally | 17:30 | |
| *** stpierre__ is now known as stpierre | 17:32 | |
| *** stpierre has quit IRC | 17:32 | |
| *** stpierre has joined #openstack-rally | 17:32 | |
| *** stpierre_ has quit IRC | 17:34 | |
| *** akrzos has quit IRC | 17:37 | |
| *** akrzos has joined #openstack-rally | 17:41 | |
| *** sasha_ has joined #openstack-rally | 17:44 | |
| *** tosky_ has quit IRC | 17:52 | |
| *** klkumar has quit IRC | 18:09 | |
| *** rook-lappy has joined #openstack-rally | 18:10 | |
| *** pvaneck has joined #openstack-rally | 18:21 | |
| *** itlinux has quit IRC | 18:45 | |
| *** beslemon has quit IRC | 19:12 | |
| *** beslemon has joined #openstack-rally | 19:13 | |
| openstackgerrit | Doug Hellmann proposed openstack/rally: fix up the formatting of the readme for the announce script https://review.openstack.org/308008 | 19:20 |
| openstackgerrit | Chris St. Pierre proposed openstack/rally: Make glance v2 the default https://review.openstack.org/307415 | 19:23 |
| *** anshul has quit IRC | 19:30 | |
| openstackgerrit | Sumant Murke proposed openstack/rally: Adding gnocchi client and keystoneauth to rally https://review.openstack.org/296022 | 19:36 |
| *** adiantum has joined #openstack-rally | 19:54 | |
| *** simon-AS559 has joined #openstack-rally | 19:57 | |
| *** BitSmith is now known as [BitSmith] | 20:06 | |
| *** pvaneck_ has joined #openstack-rally | 20:10 | |
| *** pvaneck has quit IRC | 20:13 | |
| *** [BitSmith] is now known as BitSmith | 20:18 | |
| *** BitSmith is now known as [BitSmith] | 20:18 | |
| *** simon-AS5591 has joined #openstack-rally | 20:18 | |
| *** simon-AS559 has quit IRC | 20:23 | |
| *** simon-AS5591 has quit IRC | 20:23 | |
| *** simon-AS559 has joined #openstack-rally | 20:23 | |
| *** rook-lappy has quit IRC | 20:27 | |
| *** rook--- has joined #openstack-rally | 20:30 | |
| *** [BitSmith] has quit IRC | 20:33 | |
| sasha_ | Hi, anyone still looking for tickets to Openstack Summit '16 in Austin? Today is the last day for transferring the pass. I still have the Full Access Pass that I'm looking to transfer. Let me know asap if anyone is interested. | 20:50 |
| *** flwang1 has joined #openstack-rally | 21:25 | |
| *** gubouvier has quit IRC | 21:26 | |
| *** stpierre has quit IRC | 21:31 | |
| *** rook--- has quit IRC | 21:32 | |
| *** srini has joined #openstack-rally | 21:41 | |
| srini | Couple of Rally tasks resulting Rate limit error when run against our server, is there a generic "pause between iterations" parameter I can specify to limit the number of requests per second? | 21:43 |
| srini | andreykurilin: boris-42: any idea ^^ | 21:48 |
| *** asti has quit IRC | 21:55 | |
| andreykurilin__ | srini: hi! what runner is used? | 22:11 |
| *** simon-AS559 has quit IRC | 22:11 | |
| *** beslemon has quit IRC | 22:11 | |
| *** bkopilov has quit IRC | 22:15 | |
| *** bkopilov_ has quit IRC | 22:15 | |
| srini | andreykurilin__: Looks like constant scenario runner | 22:21 |
| *** arnoldje has quit IRC | 22:22 | |
| *** adiantum has quit IRC | 22:25 | |
| *** bkopilov has joined #openstack-rally | 22:25 | |
| *** bkopilov_ has joined #openstack-rally | 22:25 | |
| andreykurilin__ | srini: we do not have such mechanism yet | 22:36 |
| andreykurilin__ | I thing there was a proposed change for it, but it was not merged | 22:37 |
| andreykurilin__ | https://review.openstack.org/#/c/286081 | 22:38 |
| andreykurilin__ | boris-42: what do you think about such change? ^ | 22:38 |
| *** MaxPC has quit IRC | 22:44 | |
| *** yingjun has joined #openstack-rally | 23:05 | |
| *** absubram has quit IRC | 23:13 | |
| *** yingjun has quit IRC | 23:32 | |
| *** yingjun has joined #openstack-rally | 23:33 | |
| *** yingjun has quit IRC | 23:37 | |
| *** arnoldje has joined #openstack-rally | 23:42 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!