Thursday, 2017-02-09

*** dave-mccowan has joined #openstack-rally00:13
*** yingjun has joined #openstack-rally00:28
*** beslemon has quit IRC00:35
openstackgerrityuhui proposed openstack/rally master: [Trivial]Fix type errors  https://review.openstack.org/43052801:27
*** yanyanhu has joined #openstack-rally01:35
*** yingjun has quit IRC01:40
openstackgerritMa Xinjian proposed openstack/rally master: Add CinderVolumeTypes.create_and_delete_encryption_type  https://review.openstack.org/42108001:40
*** yingjun has joined #openstack-rally01:46
openstackgerritHai Shi proposed openstack/rally master: [Core] Check deployment status  https://review.openstack.org/42404601:51
openstackgerritAnh Tran proposed openstack/rally master: Typo fix: interupt => interrupt  https://review.openstack.org/43065901:57
*** dave-mccowan has quit IRC02:09
*** yingjun has quit IRC02:14
*** ilbot3 has quit IRC02:45
*** kiseok7 has quit IRC02:46
*** ilbot3 has joined #openstack-rally02:48
*** orionx has joined #openstack-rally02:58
*** openstackstatus has quit IRC02:58
*** orionx_ has joined #openstack-rally02:59
*** openstackstatus has joined #openstack-rally03:02
*** ChanServ sets mode: +v openstackstatus03:02
*** orionx has quit IRC03:02
*** akrzos is now known as akrzos-pto03:03
*** MasterOfBugs has quit IRC03:16
*** dileepr has quit IRC03:39
*** yingjun has joined #openstack-rally04:50
*** yingjun has quit IRC05:12
*** shausy has joined #openstack-rally05:21
*** orionx_ has quit IRC05:25
*** yingjun has joined #openstack-rally05:36
openstackgerritMa Xinjian proposed openstack/rally master: Add CinderVolumeTypes.create_volume_type_set_key_and_create_volume  https://review.openstack.org/43132805:50
*** rdas has joined #openstack-rally05:53
*** abalutoiu_ has joined #openstack-rally06:28
*** raddaoui__ has joined #openstack-rally06:29
*** raddaoui has quit IRC06:33
*** abalutoiu has quit IRC06:33
*** raddaoui__ is now known as raddaoui06:33
*** psuriset has quit IRC06:58
*** rcernin has joined #openstack-rally07:00
*** tesseract has joined #openstack-rally07:11
*** psuriset has joined #openstack-rally07:12
openstackgerritHai Shi proposed openstack/rally master: [TASK] Add created_time at task-report-html  https://review.openstack.org/42979507:16
*** psuriset has quit IRC07:16
*** yamamoto has quit IRC07:17
*** abehl has joined #openstack-rally07:26
*** psuriset has joined #openstack-rally07:28
*** noama has joined #openstack-rally07:32
*** pcaruana has joined #openstack-rally07:36
rallydev-bot[From Gitter] abhi6254 : how can i remove `Command  argument ` from https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/vm/vmtasks.py07:40
*** Serlex has joined #openstack-rally07:41
rallydev-bot[From Gitter] abhi6254 : in BootRuncommandDelete class07:41
rallydev-bot[From Gitter] abhi6254 : because i am getting error like `Error ScriptError: Script execution failed: Command {'interpreter': '/bin/sh', 'script_inline': "echo 'Hello, World!'"} has not output valid JSON: No JSON object could be decoded. Output: Hello, World!07:49
rallydev-bot[From Gitter] abhi6254 : `07:49
rallydev-bot[From Gitter] astarove : @abhi6254  hi07:49
*** adiantum has joined #openstack-rally07:50
rallydev-bot[From Gitter] abhi6254 : hi07:50
rallydev-bot[From Gitter] astarove : your CMD line should return valid JSON format07:50
rallydev-bot[From Gitter] astarove : unfortunately07:50
rallydev-bot[From Gitter] abhi6254 : ok, so how to return valid JSON format07:51
rallydev-bot[From Gitter] abhi6254 : ?07:51
rallydev-bot[From Gitter] abhi6254 : any input07:51
rallydev-bot[From Gitter] astarove : give me a minute07:51
rallydev-bot[From Gitter] abhi6254 : ok, Sure07:52
*** yamamoto has joined #openstack-rally07:53
*** yamamoto_ has joined #openstack-rally07:54
rallydev-bot[From Gitter] astarove : oh, can't find example07:54
rallydev-bot[From Gitter] abhi6254 : can avoid command argument07:55
rallydev-bot[From Gitter] astarove : your script should return JSON format something like07:55
rallydev-bot[From Gitter] astarove :                 "Expected format: {"07:55
rallydev-bot[From Gitter] astarove :                 "\"additive\": [{chart data}, {chart data}, ...], "07:55
rallydev-bot[From Gitter] astarove :                 "\"complete\": [{chart data}, {chart data}, ...]}"07:55
rallydev-bot[From Gitter] abhi6254 : [edit] can i avoid command argument ?07:55
rallydev-bot[From Gitter] astarove : you can use SH script07:56
rallydev-bot[From Gitter] abhi6254 : i pass like below:07:56
rallydev-bot[From Gitter] abhi6254 : command:07:56
rallydev-bot[From Gitter] abhi6254 :            script_inline : "echo 'Hello, World!'"07:56
rallydev-bot[From Gitter] abhi6254 :            interpreter : "/bin/sh"07:56
rallydev-bot[From Gitter] astarove : you can't07:56
*** yamamoto has quit IRC07:57
rallydev-bot[From Gitter] abhi6254 : I  found this example on comment section of `BootRuncommandDelete class`07:58
rallydev-bot[From Gitter] shihai1991 : Our team has a new guy that ready to contribute to rally. Pls say hi to rally folks:)@zybeasy07:58
rallydev-bot[From Gitter] zybeasy : hi, guys07:58
rallydev-bot[From Gitter] astarove : @zybeasy hi07:58
rallydev-bot[From Gitter] abhi6254 : Hi @zybeasy07:58
rallydev-bot[From Gitter] astarove : @abhi6254 well, it's a old one07:59
rallydev-bot[From Gitter] astarove : try                             "script_file": "local_script.pl",07:59
rallydev-bot[From Gitter] astarove :07:59
rallydev-bot[From Gitter] abhi6254 : @astarove : then i have to define this file ?07:59
rallydev-bot[From Gitter] abhi6254 : I am using `script_inline`08:00
rallydev-bot[From Gitter] abhi6254 : and this is pearl script, I dont think so cirros instance will execute that script08:01
rallydev-bot[From Gitter] shihai1991 : @zybeasy Before starting to contribute to rally, pls learn rally firstly http://rally.readthedocs.io/en/latest/ :)08:01
rallydev-bot[From Gitter] astarove : it can by any file08:01
rallydev-bot[From Gitter] abhi6254 : ok let me try08:01
rallydev-bot[From Gitter] abhi6254 : so i will use like below08:02
rallydev-bot[From Gitter] abhi6254 : command = {08:02
rallydev-bot[From Gitter] abhi6254 :                     "script_file": "local_script.pl",08:02
rallydev-bot[From Gitter] abhi6254 :                     "interpreter": "/usr/bin/perl"08:02
rallydev-bot[From Gitter] abhi6254 :                 }08:02
rallydev-bot[From Gitter] abhi6254 : Is that fine?08:02
rallydev-bot[From Gitter] astarove : and your file should return correct JSON08:02
rallydev-bot[From Gitter] astarove : or08:03
rallydev-bot[From Gitter] astarove : command = {08:03
rallydev-bot[From Gitter] astarove :                     "script_file": "local_script.sh",08:03
rallydev-bot[From Gitter] astarove :                     "interpreter": "/bin/sh"08:03
rallydev-bot[From Gitter] astarove :                 }08:03
rallydev-bot[From Gitter] abhi6254 : I have to define this `local_script.sh ` file anywhere ?08:04
rallydev-bot[From Gitter] abhi6254 : or just used like this way and its work?08:04
rallydev-bot[From Gitter] astarove : you need to describe a path to that file08:04
rallydev-bot[From Gitter] abhi6254 : using `local path`08:05
rallydev-bot[From Gitter] astarove : https://review.openstack.org/gitweb?p=openstack/rally.git;a=blob;f=samples/tasks/scenarios/vm/boot-runcommand-delete.json;h=a225130c27bf70695c91a0d9dd6d92f461d05fa0;hb=2e6a5bf0d9d46644e263b0fcdd671d3852e16c3a#l308:06
rallydev-bot[From Gitter] astarove : it's an example08:07
*** noama has quit IRC08:09
*** yamamoto_ has quit IRC08:09
rallydev-bot[From Gitter] andreykurilin : @zybeasy hi08:11
rallydev-bot[From Gitter] tohin : @zybeasy hi08:12
rallydev-bot[From Gitter] abhi6254 : @astarove : getting same error08:16
rallydev-bot[From Gitter] abhi6254 :  Error ScriptError: Script execution failed: Command {'interpreter': '/bin/sh', 'script_file': '/home/rally/rally.git/samples/tasks/scenarios/vm/abhi.sh'} has not output valid JSON: No JSON object could be decoded. Output: Hello world08:16
rallydev-bot[From Gitter] abhi6254 :08:16
rallydev-bot[From Gitter] tohin : @abhi6254 try to start with this script https://github.com/openstack/rally/blob/master/rally-jobs/extra/instance_test.sh08:19
rallydev-bot[From Gitter] tohin : it provides valid json format08:19
rallydev-bot[From Gitter] abhi6254 : Ok Thanks anton, I will try08:21
rallydev-bot[From Gitter] abhi6254 : :)08:21
rallydev-bot[From Gitter] abhi6254 : Is this work with cirros instance?08:29
rallydev-bot[From Gitter] abhi6254 : or should I try with ubuntu one?08:29
rallydev-bot[From Gitter] astarove : it works with cirros08:30
rallydev-bot[From Gitter] andreykurilin : It should work with any Linux image08:36
rallydev-bot[From Gitter] abhi6254 : ok08:36
rallydev-bot[From Gitter] abhi6254 : will try08:36
rallydev-bot[From Gitter] shihai1991 : @andreykurilin Hi, Andrey. Where is rally version's plan?  https://docs.google.com/spreadsheets/d/16DXpfbqvlzMFaqaXAcJsBzzpowb_XpymaK2aFY2gA2g/edit#gid=416894312 this one?08:43
*** tosky has joined #openstack-rally08:45
*** rcernin has quit IRC08:50
*** openstackgerrit has quit IRC09:03
*** rcernin has joined #openstack-rally09:06
*** noama has joined #openstack-rally09:08
*** noama_ has joined #openstack-rally09:08
*** noama__ has joined #openstack-rally09:09
*** noama has quit IRC09:09
*** noama__ has quit IRC09:09
*** noama_ has quit IRC09:09
*** noama has joined #openstack-rally09:09
*** ushkalim has joined #openstack-rally09:27
*** adiantum has quit IRC09:31
*** adiantum1 has joined #openstack-rally09:31
*** adiantum1 is now known as adiantum09:33
*** yingjun has quit IRC09:33
*** oanufrii has quit IRC09:38
*** adiantum has quit IRC10:01
*** adiantum1 has joined #openstack-rally10:01
*** adiantum1 is now known as adiantum10:03
*** yanyanhu has quit IRC10:09
*** pcaruana has quit IRC10:32
*** pcaruana has joined #openstack-rally10:33
*** yamamoto has joined #openstack-rally10:35
*** itsuugo has joined #openstack-rally10:39
*** abalutoiu_ has quit IRC10:46
*** shausy has quit IRC11:17
*** yamamoto has quit IRC11:36
*** adiantum1 has joined #openstack-rally11:38
*** yamamoto has joined #openstack-rally11:39
*** adiantum has quit IRC11:39
*** adiantum1 is now known as adiantum11:39
*** jkilpatr has quit IRC11:44
*** yingjun has joined #openstack-rally11:48
*** openstackgerrit has joined #openstack-rally11:54
openstackgerritHai Shi proposed openstack/rally master: [WIP][CLEANUP] Remove resources which were created by Rally  https://review.openstack.org/43146511:54
*** jkilpatr has joined #openstack-rally11:59
*** dave-mccowan has joined #openstack-rally12:13
*** abalutoiu has joined #openstack-rally12:14
*** noama has quit IRC12:22
*** oanufrii has joined #openstack-rally12:27
*** rdas has quit IRC12:28
*** yamamoto has quit IRC12:39
rallydev-bot[From Gitter] andreykurilin : @shihai1991 looks like that. but we need to update it13:11
*** stpierre has joined #openstack-rally13:15
rallydev-bot[From Gitter] shihai1991 : OK. Andrey, if you have spare time, pls help me update it. My boss(Kun Huang) hope I could report to him about the progress of rally weekly, so I need it. Thanks a million.13:22
*** yingjun has quit IRC13:52
*** catintheroof has joined #openstack-rally14:31
*** abehl has quit IRC14:34
*** yingjun has joined #openstack-rally14:36
*** stpierre_ has joined #openstack-rally14:58
*** stpierre has quit IRC14:58
*** ushkalim has quit IRC15:02
*** ushkalim has joined #openstack-rally15:16
*** yingjun has quit IRC15:43
*** beslemon has joined #openstack-rally15:53
*** victorhe has joined #openstack-rally15:55
openstackgerritHai Shi proposed openstack/rally master: [WIP] Make return data of Task API serializable  https://review.openstack.org/43162416:01
*** orionx has joined #openstack-rally16:02
*** ushkalim has quit IRC16:03
*** beslemon has quit IRC16:11
*** ushkalim has joined #openstack-rally16:16
*** andreww has joined #openstack-rally16:18
andrewwHi I'm having problems installing rally, there is some loop occuring in running setup.py. https://gist.github.com/xarses/d1e7a7f5344b847a82bd07eaa0d0efb1 . I've commented out the README.rst file, but it didn't help. Can some one assist?16:21
*** stpierre has joined #openstack-rally16:23
*** stpierre_ has quit IRC16:23
andreww(it reproduces on Cent6, and Ubuntu 16.04 for me)16:23
rallydev-bot[From Gitter] andreykurilin : andreww: hi! it is something strange. I do not know why setup.py tries to do something with docs at all16:23
rallydev-bot[From Gitter] andreykurilin : can you try use `pip install` instead ?16:24
andrewwoh, I see something, there is a recursive link in that folder16:24
andrewwlrwxrwxrwx 1 awoodward awoodward   19 Feb  8 10:56 feature_request -> ../feature_request/16:24
rallydev-bot[From Gitter] andreykurilin : oh16:24
andrewwit looks like it's just scanning the folder16:25
rallydev-bot[From Gitter] andreykurilin : `feature_request -> ../feature_request/` is not recursive16:25
*** orionx has quit IRC16:25
andreww...16:26
*** orionx has joined #openstack-rally16:26
rallydev-bot[From Gitter] andreykurilin : it's a link to feature_request folder from parent dir - "doc"16:26
andrewwhmm16:26
*** stpierre has quit IRC16:27
*** stpierre_ has joined #openstack-rally16:27
rallydev-bot[From Gitter] andreykurilin : `ls -la feature_request` => `feature_request -> ../feature_request//`16:28
rallydev-bot[From Gitter] andreykurilin : `ls -la feature_request/` => `capture_task_logging.rst  comparing_results_of_2_tasks.rst  explicitly_specify_existing_users_for_scenarios.rst  implemented                           installing_isolated.rst        multiple_attach_volume.rst    persistence_benchmark_env.rst  README.rst16:28
rallydev-bot[From Gitter] andreykurilin : check_queue_perfdata.rst  distributed_load_generation.rst   historical_performance_data.rst                      installation_script_enhancements.rst  launch_specific_benchmark.rst  multi_scenarios_load_gen.rst  production_ready_cleanup.rst16:28
rallydev-bot[From Gitter] andreykurilin : ` ;16:28
andrewwya, now I'm confused again16:28
andrewwhmm, removing it, its now foobar on another folder XD16:29
rallydev-bot[From Gitter] andreykurilin : what is a version of setuptools?16:29
andrewwopenat(AT_FDCWD, "./doc/source/overview/stories/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keystone/keysto16:29
andrewwne/keystone/keystone/keystone/keystone/keystone/ ...16:29
andreww'34.1.1'16:31
andrewwhttps://gist.github.com/xarses/d1e7a7f5344b847a82bd07eaa0d0efb1 (pip freeze)16:31
*** rcernin has quit IRC16:32
rallydev-bot[From Gitter] andreykurilin : and again, why you are not using `pip install` directly instead of `python setup.py` ? :)16:32
andrewwbecause that's what install_rally.sh does16:33
rallydev-bot[From Gitter] andreykurilin : let me check:)16:34
rallydev-bot[From Gitter] andreykurilin : cann't find direct call of python setup.py16:35
rallydev-bot[From Gitter] andreykurilin : what is the last info message from install_rally script?16:35
openstackgerritAndrey Kurilin proposed openstack/rally master: [WIP] pprint jsonschema in plugin reference  https://review.openstack.org/42783116:38
openstackgerritAndrey Kurilin proposed openstack/rally master: Fix used jsonschemas  https://review.openstack.org/43104316:38
rallydev-bot[From Gitter] tohin : https://github.com/openstack/rally/blob/master/install_rally.sh#L746-L75116:41
andrewwInstalling collected packages: pbr, virtualenv, py, tox, Parsley, bindep16:41
andrewwSuccessfully installed Parsley-1.3 bindep-2.1.0 pbr-1.10.0 py-1.4.32 tox-1.6.1 virtualenv-15.1.016:41
andrewwCannot uninstall requirement rally, not installed16:41
andrewwProcessing /home/awoodward/git/rally16:41
*** beslemon has joined #openstack-rally16:47
*** beslemon has quit IRC16:48
*** ushkalim has quit IRC16:54
andrewwhmm... It appears to have pip doing some stuff locally that resembles building the docs // running unit tests (I can't tell very well via sniping it via strace16:58
andrewwit doesn't appear to be in a funky loop like setup.py was16:59
*** itsuugo has quit IRC17:00
*** beslemon has joined #openstack-rally17:00
andrewwbut its still doing  way more than I asked it to17:01
andrewwand not giving the main thread any feedback to let me know it's doing something useful17:01
*** beslemon has quit IRC17:05
*** catintheroof has quit IRC17:06
openstackgerritMerged openstack/rally master: [Core] Check deployment status  https://review.openstack.org/42404617:16
*** tesseract has quit IRC17:18
openstackgerritMerged openstack/rally master: [Trivial]Fix type errors  https://review.openstack.org/43052817:23
*** beslemon has joined #openstack-rally17:28
*** psuriset has quit IRC17:29
*** pcaruana has quit IRC17:30
*** psuriset has joined #openstack-rally17:31
*** beslemon has quit IRC17:32
andrewwstill going ... XD17:48
*** beslemon has joined #openstack-rally17:55
*** andreww has quit IRC17:55
rallydev-bot[From Gitter] andreykurilin : andreww: what is the version of pip?18:09
rallydev-bot[From Gitter] andreykurilin : andreww: quick workaround: remove whole doc dir :D18:09
*** catintheroof has joined #openstack-rally18:26
*** jkilpatr_ has joined #openstack-rally18:28
*** jkilpatr has quit IRC18:31
*** alexpilotti has joined #openstack-rally18:40
*** alexpilo_ has quit IRC18:41
*** tosky has quit IRC18:43
*** victorhe has quit IRC18:43
*** xarses has joined #openstack-rally18:46
xarsesstill failing to get an install to finish18:46
*** itsuugo has joined #openstack-rally19:04
*** abalutoiu has quit IRC19:06
*** MasterOfBugs has joined #openstack-rally19:16
*** itsuugo has quit IRC19:19
*** itsuugo has joined #openstack-rally19:20
*** itsuugo has quit IRC19:24
xarsesit finally got into the same loop that setup.py got directly19:26
*** beslemon has quit IRC19:42
*** beslemon has joined #openstack-rally19:43
*** beslemon_ has joined #openstack-rally19:48
*** beslemon has quit IRC19:49
*** itsuugo has joined #openstack-rally19:57
rallydev-bot[From Gitter] andreykurilin : I can't reproduce it locally :(20:15
rallydev-bot[From Gitter] andreykurilin : what version of pip do you have?20:15
*** alexpilo_ has joined #openstack-rally20:16
*** alexpilotti has quit IRC20:17
*** jkilpatr_ has quit IRC20:18
*** jkilpatr has joined #openstack-rally20:19
-openstackstatus- NOTICE: Restarting gerrit due to performance problems20:20
*** Serlex has left #openstack-rally20:22
*** jrcloud has quit IRC20:26
*** alexpilotti has joined #openstack-rally20:27
*** adiantum1 has joined #openstack-rally20:27
*** alexpilo_ has quit IRC20:27
*** adiantum has quit IRC20:29
*** adiantum1 is now known as adiantum20:29
*** abalutoiu has joined #openstack-rally20:33
*** alexpilo_ has joined #openstack-rally20:34
*** harlowja_ has joined #openstack-rally20:35
*** harlowja has quit IRC20:37
*** alexpilotti has quit IRC20:37
*** zackf has joined #openstack-rally20:46
*** zackf has quit IRC20:53
*** jkilpatr has quit IRC21:34
*** spartacloud has joined #openstack-rally21:39
*** jkilpatr has joined #openstack-rally21:52
*** harlowja_ has quit IRC21:58
*** harlowja has joined #openstack-rally22:05
*** abalutoiu has quit IRC22:24
*** abalutoiu has joined #openstack-rally22:25
*** adiantum has quit IRC22:41
*** stpierre_ has quit IRC22:46
*** dave-mccowan has quit IRC22:50
xarsespip 9.0.1 from /home/awoodward/rally/local/lib/python2.7/site-packages (python 2.7)22:51
*** adiantum has joined #openstack-rally22:54
*** yamamoto has joined #openstack-rally22:56
*** adiantum has quit IRC22:57
*** adiantum has joined #openstack-rally23:00
*** beslemon_ has quit IRC23:09
*** itsuugo has quit IRC23:11
*** itsuugo has joined #openstack-rally23:11
*** hecliunyx has joined #openstack-rally23:12
*** adiantum1 has joined #openstack-rally23:15
*** itsuugo has quit IRC23:16
*** adiantum has quit IRC23:17
*** adiantum1 is now known as adiantum23:17
*** beslemon has joined #openstack-rally23:24
*** abalutoiu has quit IRC23:28
*** abalutoiu has joined #openstack-rally23:29
*** afazekas has quit IRC23:32
*** afazekas has joined #openstack-rally23:33
*** orionx_ has joined #openstack-rally23:37
*** orionx has quit IRC23:41
*** orionx_ has quit IRC23:42
*** abalutoiu has quit IRC23:57

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