Tuesday, 2018-11-06

*** rh-jelabarre has joined #openstack-rally01:37
*** vaidy has quit IRC01:50
*** agopi_ has joined #openstack-rally03:03
*** agopi has quit IRC03:06
*** dave-mccowan has joined #openstack-rally04:28
*** dave-mccowan has quit IRC04:53
*** agopi_ has quit IRC05:22
*** rh-jelabarre has quit IRC05:32
*** aojea has joined #openstack-rally05:45
*** aojea has quit IRC05:50
*** e0ne has joined #openstack-rally06:24
*** e0ne has quit IRC06:44
*** e0ne has joined #openstack-rally06:48
*** e0ne has quit IRC07:07
*** pcaruana has joined #openstack-rally07:36
*** itlinux has joined #openstack-rally09:14
*** Emine has joined #openstack-rally09:20
*** mvkr has quit IRC09:31
*** serlex has joined #openstack-rally10:01
*** mvkr has joined #openstack-rally10:01
*** slaweq has joined #openstack-rally10:21
slaweqandreykurilin: hi10:21
slaweqandreykurilin: recently You merged my patch to rally: https://review.openstack.org/#/c/615340/ to make it possible to configure rally-osprofiler integration in devstack plugin10:22
slaweqandreykurilin: thx for that :)10:22
slaweqandreykurilin: but now I'm trying to use it somehow in neutron-rally job: https://review.openstack.org/#/c/615350/10:22
slaweqandreykurilin: it basically works, I can download redis db from job logs and then use osprofiler locally to generate reports for each test10:23
slaweqandreykurilin: but it's very slow because redis db is about 2-2,5 GB10:24
andreykurilinhi slaweq10:24
slaweqandreykurilin: 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
andreykurilinJust rechecked your patch which I had merged10:25
andreykurilinslaweq: it would be nice if you can propose one more patch:)10:25
andreykurilinslaweq: there is `profiler_conn_str` option in rally env spec10:25
andreykurilinhttps://github.com/openstack/rally-openstack/blob/master/samples/deployments/existing-keystone-v3-osprofiler.json#L1610:26
slaweqandreykurilin: You want me to add this to devstack plugin also, right?10:26
andreykurilinif 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 repor10:27
andreykurilinslaweq: yes10:27
slaweqthat would be great solution for me :)10:27
slaweqthx10:27
slaweqI will do it right now :)10:27
slaweqI didn't found info about it in docs which I read10:27
andreykurilin:(10:28
andreykurilinwe are at the process of updating docs... unfortunately, it is not a quick process and other tasks interrupts :(10:29
slaweqthx for help, I will do it and test with my neutron patch then10:29
andreykurilinslaweq: feel free to ping me about anything10:29
slaweqI understand and that's why I asked You here :)10:29
slaweqthx a lot10:29
openstackgerritSlawek Kaplonski proposed openstack/rally-openstack master: Add OSPROFILER_CONNECTION_STRING option to Devstack plugin  https://review.openstack.org/61581510:36
slaweqandreykurilin: done ^^, let's see how it will work then together with neutron patch https://review.openstack.org/#/c/615350/10:41
openstackgerritAndrey Kurilin proposed openstack/rally master: Resore publishing docs to rtd  https://review.openstack.org/61582010:43
*** mvkr has quit IRC10:44
openstackgerritAndrey Kurilin proposed openstack/rally-openstack master: Simplify jsonschema of existin@openstack plugin  https://review.openstack.org/59672310:48
andreykurilinslaweq: thanks10:48
openstackgerritMerged openstack/rally master: Unify constant runner logic  https://review.openstack.org/61457610:49
*** mvkr has joined #openstack-rally10:58
*** e0ne has joined #openstack-rally11:11
openstackgerritSlawek Kaplonski proposed openstack/rally-openstack master: Add OSPROFILER_CONNECTION_STRING option to Devstack plugin  https://review.openstack.org/61581511:28
*** e0ne has quit IRC12:29
*** e0ne has joined #openstack-rally12:43
openstackgerritAndrey Kurilin proposed openstack/rally master: Restore publishing docs to rtd  https://review.openstack.org/61582012:44
*** Emine has quit IRC12:59
openstackgerritAndrey Kurilin proposed openstack/rally master: [docs] Check docstrings of plugin bases  https://review.openstack.org/61586013:04
*** Emine has joined #openstack-rally13:15
*** emine__ has joined #openstack-rally13:19
*** Emine has quit IRC13:20
*** zul has joined #openstack-rally13:46
andreykurilinslaweq: oops, it looks like you found a bug in our code:)13:58
*** aojea_ has joined #openstack-rally13:59
slaweqandreykurilin: I wanted to ping You and ask what I did wrong that it's not working properly14:00
slaweq:)14:00
andreykurilinslaweq: 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-L5114:02
andreykurilinthe 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 osprofiler14:03
slaweqok, so if I will change osprofiler backend for mongodb, should it works?14:04
slaweqfor me this backend is not important, I just want to see results :)14:05
andreykurilinslaweq: 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 minute14:05
slaweqandreykurilin: great, I will wait then as I can't change it now :)14:06
slaweqthx a lot14:06
*** agopi_ has joined #openstack-rally14:09
openstackgerritAndrey Kurilin proposed openstack/rally-openstack master: Fix fetching osprofiler trace-info  https://review.openstack.org/61588914:14
*** emine__ has quit IRC14:15
*** aojea_ has quit IRC14:18
openstackgerritAndrey Kurilin proposed openstack/rally-openstack master: Fix fetching osprofiler trace-info  https://review.openstack.org/61588914:18
openstackgerritAndrey Kurilin proposed openstack/rally-openstack master: Add OSPROFILER_CONNECTION_STRING option to Devstack plugin  https://review.openstack.org/61581514:18
andreykurilinslaweq: just rebased your patch on the fix14:18
slaweqandreykurilin: thx a lot14:19
slaweqI will then recheck my neutron patch also14:19
andreykurilinslaweq: yes. please do it since your patch can be a prove that fix helped :)14:20
slaweqandreykurilin: it's on check queue now :)14:20
andreykurilinthanks14:24
*** agopi_ is now known as agopi14:47
*** rh-jelabarre has joined #openstack-rally14:59
*** aojea_ has joined #openstack-rally14:59
*** aojea_ has quit IRC15:02
*** e0ne has quit IRC15:06
*** aojea_ has joined #openstack-rally15:15
*** aojea_ has quit IRC15:31
*** itlinux has quit IRC15:38
*** aojea_ has joined #openstack-rally15:39
openstackgerritChuck Short proposed openstack/rally-openstack master: Add scenarios for octavia  https://review.openstack.org/61592216:10
*** aojea_ has quit IRC16:23
*** aojea_ has joined #openstack-rally16:24
*** aojea_ has quit IRC16:28
openstackgerritChuck Short proposed openstack/rally-openstack master: Add scenarios for octavia  https://review.openstack.org/61592216:47
*** aojea_ has joined #openstack-rally17:05
*** aojea_ has quit IRC17:27
*** aojea_ has joined #openstack-rally17:28
*** Leo_m has joined #openstack-rally17:28
*** e0ne has joined #openstack-rally17:32
*** aojea_ has quit IRC17:32
*** e0ne has quit IRC18:03
*** e0ne has joined #openstack-rally18:06
*** e0ne has quit IRC18:24
*** agopi has quit IRC19:09
*** mvkr has quit IRC19:10
*** serlex has quit IRC19:11
*** mvkr has joined #openstack-rally19:58
*** aojea has joined #openstack-rally21:28
*** pcaruana has quit IRC21:31
*** rh-jelabarre has quit IRC22:14
*** Leo_m has quit IRC23:00
*** aojea has quit IRC23:16

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!