Tuesday, 2016-04-12

*** madhu_ak has quit IRC01:01
*** asti_ has joined #openstack-rally01:02
*** pvaneck has quit IRC01:09
*** arnoldje has quit IRC01:13
*** flwang1 has joined #openstack-rally01:17
flwang1boris-42: around?01:18
flwang1i'm looking for a fix for https://bugs.launchpad.net/rally/+bug/1568249 thanks01:18
openstackLaunchpad bug 1568249 in Rally "Zaqar's Rally job always fail" [Undecided,New]01:18
*** asti_ has quit IRC01:26
*** asti_ has joined #openstack-rally01:27
*** beslemon has quit IRC01:37
*** yanyanhu has joined #openstack-rally01:38
*** goutham has joined #openstack-rally01:51
*** asti_ has quit IRC01:52
*** bkopilov has quit IRC01:59
*** goutham has quit IRC02:04
*** bapalm has quit IRC02:06
*** bapalm has joined #openstack-rally02:13
*** kbyrne has quit IRC02:13
*** kbyrne has joined #openstack-rally02:24
*** MaxPC has joined #openstack-rally02:34
*** beslemon has joined #openstack-rally02:38
*** MaxPC has quit IRC02:46
*** arnoldje has joined #openstack-rally02:49
*** psuriset has quit IRC02:52
*** beslemon has quit IRC03:04
*** bkopilov has joined #openstack-rally03:15
*** psuriset has joined #openstack-rally04:14
*** Saurabh___ has joined #openstack-rally04:38
Saurabh___Hi there, I'm using old codebase of rally and running with keystone master branch in which tenant-create command is not working because replaced by openstack project create, so is there any workaround in rally/keystone so with old rally code base can run benchmark with latest keystone code04:40
boris-42flwang1: yep04:41
boris-42flwang1: hmmm very strange04:41
boris-42Saurabh___: hm not sure that I get question04:41
*** sverma has joined #openstack-rally04:42
boris-42Saurabh___: so there is not scenario for keystone v3, however you can use non keystone benchamrks04:42
boris-42(scenarios*)04:42
Saurabh___boris-42: runing bencmark for neutron but in contex rally try to create tenant and failed with error 40404:43
boris-42Saurabh___: it seems like you didn't specify keystone 3 credentials04:43
flwang1boris-42: given some tests succeeded, so shouldn't be a zaqar issue04:43
boris-42flwang1: share the result of the job please04:44
boris-42flwang1: link to gates04:44
Saurabh___boris-42: yes it's running with v2.0 so where should I set keystone 3?04:44
flwang1http://logs.openstack.org/33/286433/13/check/gate-rally-dsvm-zaqar-zaqar/d930576/console.html04:44
boris-42Saurabh___: you should use this https://github.com/openstack/rally/blob/master/samples/deployments/existing-keystone-v3.json04:44
boris-42Saurabh___: rally deployment create --file <this_file_but_fixed_with_your_cres> --name your_env_in_keystone304:45
boris-42flwang1: ah it's keystone issue04:45
boris-42flwang1: they made some strange changes during Mitaka and we had to reduce everywhere load in gates because otherwise such errors occures04:46
boris-42flwang1: they are blaming apache04:46
*** sverma_ has joined #openstack-rally04:50
*** sverma has quit IRC04:52
*** rcernin has joined #openstack-rally04:52
*** flwang1 has quit IRC05:02
Saurabh___boris-42: created deployment with keystone3 but deployment check failing with error Unauthorized: The request you have made requires authentication. (HTTP 40105:07
boris-42Saurabh___: hm did you provide proper credentials?05:08
Saurabh___boris-42: With same credetials for v2 its working but not with v3 :( see http://paste.openstack.org/show/493713/05:16
*** rdas has joined #openstack-rally05:18
*** sasha__ has joined #openstack-rally05:23
*** arnoldje has quit IRC05:23
boris-42Saurabh___: but how this root@runner:~# openstack endpoint list command is related to Rally?05:41
*** sasha__ has quit IRC05:42
boris-42Saurabh___: I didn't see any rally command in that paste05:42
Saurabh___boris-42: with v2 rally not able to create tenant and with v3 its throwing error Unauthorized: The request you have made requires authentication. (HTTP 401)05:44
Saurabh___boris-42: while with v2 I'm able to create project with cmd openstack project create05:46
*** goutham has joined #openstack-rally05:47
boris-42Saurabh___: but where is rally output of rally commands05:52
boris-42?05:52
gouthamboris-42 i need ur help..05:52
Saurabh___boris-42: http://paste.openstack.org/show/493718/05:55
boris-42goutham: so what's up?05:56
*** adiantum has joined #openstack-rally06:01
gouthamif i want to run all the testcases at a time what should i do??06:07
gouthamlike i want to add all the files to one single file and i want to run that particular file.06:07
gouthamhttp://rally.readthedocs.org/en/latest/tutorial/step_2_input_task_format.html#multiple-configurations-of-the-same-scenario jus like this06:08
boris-42goutham: you would like to run everythiing in parallel?06:08
boris-42goutham: or just one by one?06:08
boris-42Saurabh___: so I don't have an answer why it doesn't work=(06:09
boris-42Saurabh___: is keystonev3 enabled?06:09
gouthamanything will be fine boris06:10
*** psuriset has quit IRC06:11
gouthami want all the results as a single Json file and in a single html ..06:14
gouthamhow can i do it?06:15
Saurabh___boris-42: yes V3 is enabled, will create new setup and try or will create setup with mitiaka and try, Thanks.06:15
boris-42goutham: so what is the problem to put all scenarios togheter in one file as in documentation?06:21
gouthamJson format will be wrong boris ..06:21
gouthami have tried keeping all the json files into single.json using shell and ran it it threw me an error06:22
boris-42goutham: it won't be wrong format...06:23
boris-42goutham: I mean this feature is suppored since the begging of rally06:23
gouthamWrong format of rendered input task. It should be YAML or JSON. expected '<document start>', but found '{'   in "<unicode string>", line 18, column 1:     {     ^ Failed to load task06:23
boris-42goutham: seems like you just joined all samples?06:24
boris-42goutham: if so that is wrong format06:24
gouthamyea06:24
*** tesseract has joined #openstack-rally06:24
gouthamso how to do that then06:24
*** tesseract is now known as Guest1511506:24
gouthamboris-42 is there any other way to implement this??06:26
boris-42goutham: please read about format06:31
boris-42goutham: it should be Valid JSON06:31
boris-42goutham: you can't just join 2 JSON files and make it valid06:31
boris-42goutham: hint you should remove from the first } and put , instead and remove from the first {06:32
boris-42goutham: so you will get the valid JSON format06:32
boris-42goutham: with 2 keys06:32
boris-42goutham: which are 2 scenarios06:32
boris-42goutham: btw it's bad idea just to copy paste all samples06:32
boris-42goutham: without adjusting load and so on06:32
gouthamyea boris i observed that i am jus asking is there any other way to do this06:33
gouthamas rally contains many test-cases i was writing a shell script to combine all the files to one single one..06:34
gouthamso i was asking is there a way to run all the test in a single file?06:35
boris-42goutham: you can put them all together and adjust the load06:35
boris-42goutham: as well you can read this https://github.com/openstack/rally/tree/master/certification/openstack06:35
gouthamhow to adjust load ? i mean where can we adjust the load06:40
goutham$ rally task start task.yaml --task-args-file task_arguments.yaml06:41
gouthamwill this be good? to run all the scenarios??06:42
boris-42goutham: read the parameters06:42
boris-42goutham: of task_arguments06:42
boris-42goutham: read the resulting task06:43
boris-42goutham: if it is ok for you then yes06:43
boris-42goutham: if you fix it in the way that you want and re-run06:43
gouthamsure yea boris thanks for the help06:43
*** Saurabh___ has quit IRC06:50
*** amaretskiy has joined #openstack-rally06:55
openstackgerritMerged openstack/rally: [Verify] Fixing Tempest resources context to create network resources  https://review.openstack.org/28575806:57
*** abehl has joined #openstack-rally07:01
*** sverma_ has quit IRC07:33
*** sverma has joined #openstack-rally07:33
*** arxcruz has joined #openstack-rally07:38
*** tosky has joined #openstack-rally07:46
*** sverma has quit IRC07:47
*** e0ne has joined #openstack-rally07:49
*** sverma has joined #openstack-rally07:50
*** SerenaFeng has joined #openstack-rally07:59
*** e0ne has quit IRC08:04
*** kbaikov has quit IRC08:10
*** kbaikov has joined #openstack-rally08:15
*** kbaikov has quit IRC08:19
*** kbaikov has joined #openstack-rally08:20
*** ushkalim has joined #openstack-rally08:28
*** e0ne has joined #openstack-rally08:33
*** psuriset has joined #openstack-rally08:51
*** adiantum has quit IRC08:52
*** klkumar has joined #openstack-rally08:58
openstackgerritPiyush Raman Srivastava proposed openstack/rally: Fix rally task verification log  https://review.openstack.org/30093809:06
tramsboris-42: ah no. seems rally gets confused about which tenant created which port09:12
tramsso there seem to be a concurrency issue in rally09:12
tramsmaybe its an artifact of the python version in el709:14
*** openstackgerrit has quit IRC09:17
*** openstackgerrit has joined #openstack-rally09:17
*** yanyanhu has quit IRC09:24
*** e0ne has quit IRC09:29
*** e0ne has joined #openstack-rally09:31
openstackgerritPiyush Raman Srivastava proposed openstack/rally: Fix rally task verification log  https://review.openstack.org/30093809:41
*** openstackstatus has quit IRC09:57
*** openstack has joined #openstack-rally09:59
*** openstackstatus has joined #openstack-rally09:59
*** ChanServ sets mode: +v openstackstatus09:59
openstackgerritMerged openstack/rally: [Reports] Fix parallel iteration calc in LoadChart  https://review.openstack.org/30117710:10
openstackgerritPiyush Raman Srivastava proposed openstack/rally: Fix rally task verification log  https://review.openstack.org/30093810:30
*** adiantum has joined #openstack-rally10:31
*** klkumar has quit IRC10:47
*** rook has quit IRC10:58
*** klkumar has joined #openstack-rally11:02
andreykurilintrams: since problem with isolation between concurrent iterations should affect not only ports and I did not see problem with tenant for resources other then ports, I think the problem is located at neutronclient's side11:16
*** rook has joined #openstack-rally11:22
*** e0ne has quit IRC11:30
*** sverma_ has joined #openstack-rally11:31
*** sverma has quit IRC11:32
*** MaxPC has joined #openstack-rally11:45
*** SerenaFeng has quit IRC11:47
openstackgerritAndrey Kurilin proposed openstack/rally: DO NOT MERGE: print more debug messages for neutron scenario  https://review.openstack.org/28852211:51
*** bkopilov has quit IRC12:04
*** openstack has quit IRC12:04
*** openstack has joined #openstack-rally12:05
openstackgerritMerged openstack/rally: Add functional tests to task detailed with errors  https://review.openstack.org/30351112:14
*** psuriset has quit IRC12:34
*** asti_ has joined #openstack-rally12:35
*** e0ne has joined #openstack-rally12:36
*** goutham has quit IRC12:37
openstackgerritAndrey Kurilin proposed openstack/rally: DO NOT MERGE: print more debug messages for neutron scenario  https://review.openstack.org/28852212:40
*** klkumar has quit IRC12:51
*** arnoldje has joined #openstack-rally12:57
*** psuriset has joined #openstack-rally12:58
openstackgerritAlexander Maretskiy proposed openstack/rally: [Common] Move percentile() to streaming algorithms module  https://review.openstack.org/30459512:59
*** asti_ has quit IRC13:07
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify] Fixing 'xfail' mechanism and whole test case failure issue  https://review.openstack.org/30454713:08
*** psuriset_ has joined #openstack-rally13:10
*** psuriset has quit IRC13:11
*** asti_ has joined #openstack-rally13:16
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify] Fixing 'xfail' mechanism and whole test case failure issue  https://review.openstack.org/30454713:17
*** stpierre has joined #openstack-rally13:26
*** asti_ has quit IRC13:28
*** rdas has quit IRC13:35
*** DrugBug has joined #openstack-rally13:49
DrugBughey all, i have a question13:49
DrugBugdoes Rally communicate directly with the openstack agents through an api commands or does he communicate with the openstack in a lower level in python?13:51
stpierrethere is no lower level13:53
stpierreit's all API calls13:53
DrugBug"nova boot" etc..?13:53
stpierrewell, no -- it doesn't use the CLI, it uses the REST APIs via the python clients13:54
stpierreso it makes the same API calls as 'nova boot'13:54
DrugBugohh ok13:55
DrugBugthanks13:55
*** jhesketh has left #openstack-rally13:55
*** klkumar has joined #openstack-rally13:59
*** arnoldje has quit IRC14:00
*** klkumar has quit IRC14:05
openstackgerritAndrey Kurilin proposed openstack/rally: Print proper status in task results  https://review.openstack.org/28994214:07
*** DrugBug has quit IRC14:10
*** bkopilov has joined #openstack-rally14:12
*** asti_ has joined #openstack-rally14:14
*** gubouvier has joined #openstack-rally14:19
*** asti_ has quit IRC14:32
*** psuriset_ has quit IRC14:35
*** sverma_ has quit IRC14:35
*** arnoldje has joined #openstack-rally14:36
*** asti_ has joined #openstack-rally14:39
*** mvk has quit IRC14:43
*** moravec has quit IRC14:50
*** moravec has joined #openstack-rally14:52
*** mvk has joined #openstack-rally15:00
*** ushkalim has quit IRC15:06
*** arxcruz has quit IRC15:08
*** afazekas has quit IRC15:09
*** afazekas has joined #openstack-rally15:09
*** asti_ has quit IRC15:14
*** abehl has quit IRC15:15
*** openstackgerrit has quit IRC15:18
*** openstackgerrit has joined #openstack-rally15:18
*** logan- has quit IRC15:34
*** yarkot_ has joined #openstack-rally15:38
*** adiantum has quit IRC15:39
*** adiantum has joined #openstack-rally15:39
*** logan- has joined #openstack-rally15:40
openstackgerritAlexander Maretskiy proposed openstack/rally: [Common] Move task.processing.percentile() to common.utils  https://review.openstack.org/30459515:41
*** srini has joined #openstack-rally15:46
openstackgerritAndrey Kurilin proposed openstack/rally: Print proper status in task results  https://review.openstack.org/28994215:46
sriniReviewers can you please take a look at this patch that fixes bug with nova, cinder glance v2 usage: https://review.openstack.org/#/c/298787/15:48
openstackgerritPiyush Raman Srivastava proposed openstack/rally: Fix rally task verification log  https://review.openstack.org/30093815:53
openstackgerritAndrey Kurilin proposed openstack/rally: Use real creadentials object at sahara tests  https://review.openstack.org/30472215:57
*** lezbar has joined #openstack-rally16:02
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify] Fixing 'xfail' mechanism and whole test case failure issue  https://review.openstack.org/30454716:07
*** amaretskiy has quit IRC16:11
*** psuriset_ has joined #openstack-rally16:14
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify] Fixing 'xfail' mechanism and whole test case failure issue  https://review.openstack.org/30454716:19
*** breton has joined #openstack-rally16:23
bretonhttps://i.imgur.com/grOMDKt.png great stats, fellas16:23
boris-42breton: hehe=)16:27
*** asti_ has joined #openstack-rally16:40
*** madhu_ak has joined #openstack-rally16:54
*** asti_ has quit IRC16:54
*** Guest15115 has quit IRC16:55
*** madhu_ak has quit IRC16:59
*** asti_ has joined #openstack-rally17:02
*** beslemon has joined #openstack-rally17:03
*** asti_ has quit IRC17:06
*** beslemon has quit IRC17:07
*** asti_ has joined #openstack-rally17:13
*** madhu_ak has joined #openstack-rally17:17
*** adiantum has quit IRC17:18
openstackgerritRodion Promyshlennikov proposed openstack/rally: Fix bug on deployment destroy  https://review.openstack.org/30430117:26
*** asti_ has quit IRC17:28
*** davideag_ has quit IRC17:28
*** davidlenwell has quit IRC17:29
*** davideagnello has joined #openstack-rally17:32
*** davidlenwell has joined #openstack-rally17:36
boris-42breton: and it's still not part of MOS=)17:45
*** flwang1 has joined #openstack-rally17:45
*** BitSmith has joined #openstack-rally17:50
*** rcernin has quit IRC17:53
*** pvaneck has joined #openstack-rally17:54
*** yarkot_ has quit IRC17:57
*** vaidy has quit IRC18:03
*** vaidy has joined #openstack-rally18:04
*** asti_ has joined #openstack-rally18:05
*** asti_ has quit IRC18:34
*** mvk has quit IRC18:37
*** yarkot_ has joined #openstack-rally18:46
*** asti_ has joined #openstack-rally18:54
*** flwang1 has quit IRC19:34
*** mvk has joined #openstack-rally19:36
*** asti_ has quit IRC19:46
*** e0ne has quit IRC19:48
*** asti_ has joined #openstack-rally19:51
*** asti_ has quit IRC19:54
*** yarkot_ has quit IRC19:55
*** BitSmith has quit IRC20:23
*** asti_ has joined #openstack-rally20:33
*** yarkot_ has joined #openstack-rally20:35
*** klindgren_ has joined #openstack-rally20:40
*** beslemon has joined #openstack-rally20:40
*** klindgren has quit IRC20:42
*** mvk_ has joined #openstack-rally20:49
*** e0ne has joined #openstack-rally20:52
*** mvk has quit IRC20:53
*** MaxPC has quit IRC21:07
*** moravec has quit IRC21:08
*** sasha_ has joined #openstack-rally21:18
*** sasha_ has quit IRC21:20
*** e0ne has quit IRC21:20
*** sasha_ has joined #openstack-rally21:21
*** flwang1 has joined #openstack-rally21:23
*** asti_ has quit IRC21:23
*** e0ne has joined #openstack-rally21:25
*** e0ne has quit IRC21:27
*** flwang1 has quit IRC21:37
*** moravec has joined #openstack-rally21:39
boris-42stpierre: hi21:50
boris-42stpierre: did you see such kind of messages (not from gates) 2016-04-12 21:44:09.934 11381 WARNING rally.plugins.openstack.cleanup.manager [-] Resource deletion failed, max retries exceeded for nova.servers: f9530134-a626-4e45-85c1-24c44387b8fc. Reason: Instance f9530134-a626-4e45-85c1-24c44387b8fc could not be found. (HTTP 404) (Request-ID:21:50
boris-42req-be0adca9-ddfc-43d3-a82d-564033e5309e)21:50
stpierrei don't think i've seen that before, no21:51
boris-42stpierre: so it's not in gates21:55
*** moravec has quit IRC21:57
*** flwang1 has joined #openstack-rally22:01
*** stpierre has quit IRC22:03
*** beslemon has quit IRC22:08
*** arnoldje has quit IRC22:10
*** arnoldje has joined #openstack-rally22:59
openstackgerritBoris Pavlovic proposed openstack/rally: Suppress warning insecure URL messages  https://review.openstack.org/30489823:10
*** asti_ has joined #openstack-rally23:29
*** tosky has quit IRC23:34
*** yarkot_ has quit IRC23:55

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