*** rh-jelabarre has joined #openstack-rally | 01:37 | |
*** vaidy has quit IRC | 01:50 | |
*** agopi_ has joined #openstack-rally | 03:03 | |
*** agopi has quit IRC | 03:06 | |
*** dave-mccowan has joined #openstack-rally | 04:28 | |
*** dave-mccowan has quit IRC | 04:53 | |
*** agopi_ has quit IRC | 05:22 | |
*** rh-jelabarre has quit IRC | 05:32 | |
*** aojea has joined #openstack-rally | 05:45 | |
*** aojea has quit IRC | 05:50 | |
*** e0ne has joined #openstack-rally | 06:24 | |
*** e0ne has quit IRC | 06:44 | |
*** e0ne has joined #openstack-rally | 06:48 | |
*** e0ne has quit IRC | 07:07 | |
*** pcaruana has joined #openstack-rally | 07:36 | |
*** itlinux has joined #openstack-rally | 09:14 | |
*** Emine has joined #openstack-rally | 09:20 | |
*** mvkr has quit IRC | 09:31 | |
*** serlex has joined #openstack-rally | 10:01 | |
*** mvkr has joined #openstack-rally | 10:01 | |
*** slaweq has joined #openstack-rally | 10:21 | |
slaweq | andreykurilin: hi | 10:21 |
---|---|---|
slaweq | andreykurilin: recently You merged my patch to rally: https://review.openstack.org/#/c/615340/ to make it possible to configure rally-osprofiler integration in devstack plugin | 10:22 |
slaweq | andreykurilin: thx for that :) | 10:22 |
slaweq | andreykurilin: but now I'm trying to use it somehow in neutron-rally job: https://review.openstack.org/#/c/615350/ | 10:22 |
slaweq | andreykurilin: it basically works, I can download redis db from job logs and then use osprofiler locally to generate reports for each test | 10:23 |
slaweq | andreykurilin: but it's very slow because redis db is about 2-2,5 GB | 10:24 |
andreykurilin | hi slaweq | 10:24 |
slaweq | andreykurilin: do You know if there is any other possibility/plan to e.g. integrate such osprofiler result directly in rally's reports page? | 10:24 |
andreykurilin | Just rechecked your patch which I had merged | 10:25 |
andreykurilin | slaweq: it would be nice if you can propose one more patch:) | 10:25 |
andreykurilin | slaweq: there is `profiler_conn_str` option in rally env spec | 10:25 |
andreykurilin | https://github.com/openstack/rally-openstack/blob/master/samples/deployments/existing-keystone-v3-osprofiler.json#L16 | 10:26 |
slaweq | andreykurilin: You want me to add this to devstack plugin also, right? | 10:26 |
andreykurilin | if it is specified, rally html report will use osprofiler api to generate html report for each trace and embed it as iframe to our native html repor | 10:27 |
andreykurilin | slaweq: yes | 10:27 |
slaweq | that would be great solution for me :) | 10:27 |
slaweq | thx | 10:27 |
slaweq | I will do it right now :) | 10:27 |
slaweq | I didn't found info about it in docs which I read | 10:27 |
andreykurilin | :( | 10:28 |
andreykurilin | we are at the process of updating docs... unfortunately, it is not a quick process and other tasks interrupts :( | 10:29 |
slaweq | thx for help, I will do it and test with my neutron patch then | 10:29 |
andreykurilin | slaweq: feel free to ping me about anything | 10:29 |
slaweq | I understand and that's why I asked You here :) | 10:29 |
slaweq | thx a lot | 10:29 |
openstackgerrit | Slawek Kaplonski proposed openstack/rally-openstack master: Add OSPROFILER_CONNECTION_STRING option to Devstack plugin https://review.openstack.org/615815 | 10:36 |
slaweq | andreykurilin: done ^^, let's see how it will work then together with neutron patch https://review.openstack.org/#/c/615350/ | 10:41 |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: Resore publishing docs to rtd https://review.openstack.org/615820 | 10:43 |
*** mvkr has quit IRC | 10:44 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally-openstack master: Simplify jsonschema of existin@openstack plugin https://review.openstack.org/596723 | 10:48 |
andreykurilin | slaweq: thanks | 10:48 |
openstackgerrit | Merged openstack/rally master: Unify constant runner logic https://review.openstack.org/614576 | 10:49 |
*** mvkr has joined #openstack-rally | 10:58 | |
*** e0ne has joined #openstack-rally | 11:11 | |
openstackgerrit | Slawek Kaplonski proposed openstack/rally-openstack master: Add OSPROFILER_CONNECTION_STRING option to Devstack plugin https://review.openstack.org/615815 | 11:28 |
*** e0ne has quit IRC | 12:29 | |
*** e0ne has joined #openstack-rally | 12:43 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: Restore publishing docs to rtd https://review.openstack.org/615820 | 12:44 |
*** Emine has quit IRC | 12:59 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: [docs] Check docstrings of plugin bases https://review.openstack.org/615860 | 13:04 |
*** Emine has joined #openstack-rally | 13:15 | |
*** emine__ has joined #openstack-rally | 13:19 | |
*** Emine has quit IRC | 13:20 | |
*** zul has joined #openstack-rally | 13:46 | |
andreykurilin | slaweq: oops, it looks like you found a bug in our code:) | 13:58 |
*** aojea_ has joined #openstack-rally | 13:59 | |
slaweq | andreykurilin: I wanted to ping You and ask what I did wrong that it's not working properly | 14:00 |
slaweq | :) | 14:00 |
andreykurilin | slaweq: you did everything right, but here are 2 issues. First one is quite trivial - the error message about fetching trace-info is printed only in debug mode (do not know historical reasons) - https://github.com/openstack/rally-openstack/blob/master/rally_openstack/embedcharts/osprofilerchart.py#L50-L51 | 14:02 |
andreykurilin | the second issue which is root cause - we tested this code only with mongodb driver. It is quite simple. In case of redis, it tries to use oslo_config and we did not initialize it for osprofiler | 14:03 |
slaweq | ok, so if I will change osprofiler backend for mongodb, should it works? | 14:04 |
slaweq | for me this backend is not important, I just want to see results :) | 14:05 |
andreykurilin | slaweq: yes, it should work. or you can wait a bit, the fix for this oslo_config issue should be simple and I will post in in a minute | 14:05 |
slaweq | andreykurilin: great, I will wait then as I can't change it now :) | 14:06 |
slaweq | thx a lot | 14:06 |
*** agopi_ has joined #openstack-rally | 14:09 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally-openstack master: Fix fetching osprofiler trace-info https://review.openstack.org/615889 | 14:14 |
*** emine__ has quit IRC | 14:15 | |
*** aojea_ has quit IRC | 14:18 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally-openstack master: Fix fetching osprofiler trace-info https://review.openstack.org/615889 | 14:18 |
openstackgerrit | Andrey Kurilin proposed openstack/rally-openstack master: Add OSPROFILER_CONNECTION_STRING option to Devstack plugin https://review.openstack.org/615815 | 14:18 |
andreykurilin | slaweq: just rebased your patch on the fix | 14:18 |
slaweq | andreykurilin: thx a lot | 14:19 |
slaweq | I will then recheck my neutron patch also | 14:19 |
andreykurilin | slaweq: yes. please do it since your patch can be a prove that fix helped :) | 14:20 |
slaweq | andreykurilin: it's on check queue now :) | 14:20 |
andreykurilin | thanks | 14:24 |
*** agopi_ is now known as agopi | 14:47 | |
*** rh-jelabarre has joined #openstack-rally | 14:59 | |
*** aojea_ has joined #openstack-rally | 14:59 | |
*** aojea_ has quit IRC | 15:02 | |
*** e0ne has quit IRC | 15:06 | |
*** aojea_ has joined #openstack-rally | 15:15 | |
*** aojea_ has quit IRC | 15:31 | |
*** itlinux has quit IRC | 15:38 | |
*** aojea_ has joined #openstack-rally | 15:39 | |
openstackgerrit | Chuck Short proposed openstack/rally-openstack master: Add scenarios for octavia https://review.openstack.org/615922 | 16:10 |
*** aojea_ has quit IRC | 16:23 | |
*** aojea_ has joined #openstack-rally | 16:24 | |
*** aojea_ has quit IRC | 16:28 | |
openstackgerrit | Chuck Short proposed openstack/rally-openstack master: Add scenarios for octavia https://review.openstack.org/615922 | 16:47 |
*** aojea_ has joined #openstack-rally | 17:05 | |
*** aojea_ has quit IRC | 17:27 | |
*** aojea_ has joined #openstack-rally | 17:28 | |
*** Leo_m has joined #openstack-rally | 17:28 | |
*** e0ne has joined #openstack-rally | 17:32 | |
*** aojea_ has quit IRC | 17:32 | |
*** e0ne has quit IRC | 18:03 | |
*** e0ne has joined #openstack-rally | 18:06 | |
*** e0ne has quit IRC | 18:24 | |
*** agopi has quit IRC | 19:09 | |
*** mvkr has quit IRC | 19:10 | |
*** serlex has quit IRC | 19:11 | |
*** mvkr has joined #openstack-rally | 19:58 | |
*** aojea has joined #openstack-rally | 21:28 | |
*** pcaruana has quit IRC | 21:31 | |
*** rh-jelabarre has quit IRC | 22:14 | |
*** Leo_m has quit IRC | 23:00 | |
*** aojea has quit IRC | 23:16 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!