Thursday, 2015-09-17

*** albertw1 has quit IRC00:32
*** albertw has joined #openstack-rally00:33
*** pvaneck has quit IRC00:56
openstackgerritLi Yingjun proposed openstack/rally: Add 'description' element to scenario config  https://review.openstack.org/18130700:58
*** arnoldje has joined #openstack-rally01:22
*** coolsvap is now known as coolsvap|holiday03:17
*** akrzos has quit IRC03:36
*** boris-42 has quit IRC03:50
*** boris-42 has joined #openstack-rally03:51
*** tfreger has joined #openstack-rally04:32
*** arnoldje has quit IRC04:47
*** yfried_ has quit IRC04:58
openstackgerritMerged openstack/rally: [cli] Introduce "rally plugin" show and list commands  https://review.openstack.org/21700505:32
*** yfried_ has joined #openstack-rally06:19
*** yfried__ has joined #openstack-rally06:23
*** yfried_ has quit IRC06:24
*** harlowja has quit IRC06:29
*** psuriset_ has quit IRC06:32
*** yfried__ is now known as yfried|afk06:37
*** yfried|afk is now known as yfried__06:40
*** dmorita has joined #openstack-rally06:52
*** e0ne has joined #openstack-rally06:56
*** psuriset_ has joined #openstack-rally07:00
*** e0ne has quit IRC07:03
*** arxcruz has joined #openstack-rally07:18
*** yfried has joined #openstack-rally07:34
*** yfried__ has quit IRC07:36
*** yfried has quit IRC07:54
*** yfried has joined #openstack-rally07:55
*** svasheka has joined #openstack-rally08:01
-openstackstatus- NOTICE: Gate is currently stuck, failing grenade upgrade tests due the release of oslo.utils 1.4.1 for Juno.08:02
*** ushkalim has joined #openstack-rally08:04
*** kbaikov has joined #openstack-rally08:07
*** fhubik has joined #openstack-rally08:10
*** rvasilets has joined #openstack-rally08:24
*** amaretskiy has joined #openstack-rally08:26
*** kkuznetsova has joined #openstack-rally08:28
*** yfried is now known as yfried|afk08:56
*** aix has quit IRC09:14
*** chen12 has quit IRC09:16
*** chen12 has joined #openstack-rally09:16
*** yfried|afk is now known as yfried09:20
*** flwang has quit IRC09:27
*** yfried is now known as yfried|afk09:30
*** fhubik has quit IRC09:33
*** fhubik has joined #openstack-rally09:33
*** psuriset_ has quit IRC09:34
*** fhubik_ has joined #openstack-rally09:39
*** tosky has joined #openstack-rally09:39
*** flwang has joined #openstack-rally09:41
*** fhubik is now known as fhubik_brb09:43
*** aix has joined #openstack-rally09:45
*** e0ne has joined #openstack-rally09:51
*** cdent has joined #openstack-rally09:56
*** e0ne has quit IRC10:00
openstackgerritAlberto Planas proposed openstack/rally: Verification import feature  https://review.openstack.org/22356910:01
openstackgerritMerged openstack/rally: Nova: Support auto_assign_nic when booting multiple servers  https://review.openstack.org/21985510:01
*** fhubik_ has quit IRC10:10
*** fhubik_brb has quit IRC10:10
*** yfried|afk is now known as yfried10:10
*** e0ne has joined #openstack-rally10:11
*** fhubik has joined #openstack-rally10:11
*** fhubik has quit IRC10:13
*** fhubik has joined #openstack-rally10:13
openstackgerritRoman Vasilets proposed openstack/rally: Use Rally api in functional tests of task samples  https://review.openstack.org/19877210:13
-openstackstatus- NOTICE: Gate back to normal, thanks to the backlisting of the problematic version10:16
*** yfried is now known as yfried|afk10:26
openstackgerritKun Huang proposed openstack/rally: Auto assign nic for servers context  https://review.openstack.org/21452210:30
*** yfried|afk is now known as yfried10:37
*** yfried is now known as yfried|afk11:00
*** timbyr_ has joined #openstack-rally11:02
*** timbyr_ has quit IRC11:03
*** psuriset_ has joined #openstack-rally11:09
kbaikovboris-42: can you please take a look at https://review.openstack.org/#/c/223569/11:10
*** yfried|afk is now known as yfried11:11
kbaikovboris-42: need your input. it implement a stale blueprint. and we kinda use it inhouse, but need your knowledge of high level overview11:11
openstackgerritAnastasia Kuznetsova proposed openstack/rally: Add usage of 'os.path.expanduser' to file_exists validator  https://review.openstack.org/22107511:15
yfriedamaretskiy: andreykurilin: ping re atomic actions11:16
andreykurilinyfried: hi!11:17
yfriedandreykurilin: hi11:17
andreykurilinre atomic actions?11:17
yfriedandreykurilin: so I would like to use a method with AA(atomic action) decorator11:17
yfriedandreykurilin: say "wait_for_ping"11:18
yfriedandreykurilin: but I need to use it twice  in my scenario (once in the beginning and once at the end)11:18
andreykurilinkbaikov: hi! boris-42 is sleeping now, he will be available in 3-4 hours.11:19
yfriedandreykurilin: so I would like the AA to register under a different name each time11:19
yfriedandreykurilin: say - "vm.ping.init" and "vm.ping.post"11:19
kbaikovandreykurilin: thats cool.11:20
yfriedandreykurilin: so I don't have mixed statistics under "vm.wait_for_ping" (each call tests a different thing)11:20
yfriedandreykurilin: can I somehow change AA (the same way "with" defines a new AA on runtime)?11:20
andreykurilinkbaikov: what is your question? maybe I, as a main maintainer of `rally verify `, can help you.11:21
andreykurilinyfried: I suppose there is no ability to change the name of AA, if it used via aa decorator11:22
kbaikovandreykurilin: that would be awesome!. no questions, just review the patch.11:22
*** e0ne has quit IRC11:23
andreykurilinkbaikov: oh....I already review patch-set #3, but forgot to push "submit comment" button. :)11:23
kbaikovlol11:23
andreykurilinyfried: I suppose that you can edit _wait_for_ping method to accept AA name and use with AA inside method. It will be right way11:24
yfriedandreykurilin: can I inherit and override the method without the decorator?11:25
andreykurilinyfried: maybe just edit existing method to accept AA name(with default value "vm.wait_for_ping")?11:26
andreykurilinyfried: or maybe it would be better to move _wait_for_ping outside VMScenario. for example to rally.task.utils11:27
andreykurilinyfried: rally.task.utils already contains several wait_for_... methods11:28
yfriedandreykurilin: ^ that was just an example. tnx11:28
*** akrzos has joined #openstack-rally11:30
andreykurilinyfried: oh, understand:) so generally, I don't see any way to override AA decorator. And, imo, if some method is used in different places, it should accept AA name as one of parameters.11:30
openstackgerritAlberto Planas proposed openstack/rally: Verification import feature  https://review.openstack.org/22356911:35
openstackgerritRoman Vasilets proposed openstack/rally: Use Rally api in functional tests of task samples  https://review.openstack.org/19877211:38
openstackgerritAlberto Planas proposed openstack/rally: Verification import feature  https://review.openstack.org/22356911:49
*** e0ne has joined #openstack-rally12:04
*** fhubik is now known as fhubik_brb12:05
*** MaxPC has joined #openstack-rally12:19
openstackgerritAlberto Planas proposed openstack/rally: Verification import feature  https://review.openstack.org/22356912:29
*** fhubik_brb is now known as fhubik12:31
*** psuriset_ has quit IRC12:35
*** psuriset_ has joined #openstack-rally12:48
*** redixin has quit IRC12:55
*** aix has quit IRC12:56
*** aix has joined #openstack-rally12:59
*** stpierre has joined #openstack-rally13:07
*** tfreger has quit IRC13:15
openstackgerritKonstantin Baikov proposed openstack/rally: Make default do_use=True in start method.  https://review.openstack.org/22472413:19
*** arxcruz has quit IRC13:24
*** cdent has quit IRC13:28
openstackgerritAlberto Planas proposed openstack/rally: Verification import feature  https://review.openstack.org/22356913:29
*** redixin has joined #openstack-rally13:30
*** openstackgerrit has quit IRC13:31
*** openstackgerrit has joined #openstack-rally13:31
openstackgerritAlexander Maretskiy proposed openstack/rally: [Reports] Add Load Profile chart to report  https://review.openstack.org/16982813:53
openstackgerritAlexander Maretskiy proposed openstack/rally: [Reports] Show task uuid or task results file name in report  https://review.openstack.org/21559813:59
*** e0ne has quit IRC14:01
*** e0ne has joined #openstack-rally14:06
openstackgerritKonstantin Baikov proposed openstack/rally: Make default do_use=True in start method  https://review.openstack.org/22472414:09
kbaikovgate-rally-pep8 cannot install dependances14:15
kbaikovwhat happened?14:15
boris-42kbaikov: hm14:17
boris-42jaredrohe: sometimes it happens with gates14:17
boris-42kbaikov: ^14:17
boris-42jaredrohe: sorry*14:17
kbaikovok, cool14:18
boris-42kbaikov: so just add review with text "recheck"14:18
*** josdotso has joined #openstack-rally14:29
yfriedandreykurilin: redixin: amaretskiy: re sshutils14:31
*** arnoldje has joined #openstack-rally14:31
openstackgerritChris St. Pierre proposed openstack/rally: Fix users/tenants in Neutron job and sample tasks  https://review.openstack.org/21885914:32
yfriedI'm trying to inject a command that would reboot the server without proper session ending, so session.exit_status_ready() would never return14:33
openstackgerritChris St. Pierre proposed openstack/rally: Tempest: use mkdtemp to make temp directories  https://review.openstack.org/22266914:33
yfriedany idea how to handle that?14:33
openstackgerritKonstantin Baikov proposed openstack/rally: Make default do_use=True in start method  https://review.openstack.org/22472414:36
amaretskiyyfried: no ideas from me14:37
*** yfried is now known as yfried|afk14:44
josdotsoboris-42: More on the skipping openstack dependency.  Is there some place I could easily hackpatch a function/method as "pass" to skip the keystone dependency?14:48
openstackgerritChris St. Pierre proposed openstack/rally: Add task argument to network wrapper  https://review.openstack.org/22430014:48
openstackgerritChris St. Pierre proposed openstack/rally: Add context to plugin tests  https://review.openstack.org/22268714:48
*** yfried|afk is now known as yfried15:02
*** emagana has joined #openstack-rally15:02
yfriedredixin: around?15:05
redixinyfried, yep15:05
yfriedredixin: any ideas re sshutils _run() and session.exit_status_ready ?15:05
redixinyfried, i believe that "reboot" or "shutdown" command should exit with zero status15:08
redixinyfried, as any other unix command15:08
*** rook has joined #openstack-rally15:09
yfriedredixin:15:09
yfried        "command": {15:09
yfried          "script_inline": "echo 'b' > /proc/sysrq-trigger",15:09
yfried          "interpreter": "sudo /bin/sh"15:09
yfried        },15:09
yfriedredixin: this causes the system to break15:09
yfriedredixin: I want to avoid reboot/shutdown because it is too slow and shuts down in orderly fashion15:10
yfriedredixin: I am testing l3-ha15:10
yfriedredixin: btw, I WANT the system to break15:11
redixinyfried, i got it. you may write a script which returns normally, but killing the system 1 second later15:11
yfriedredixin: do you have an example?15:12
redixinyfried, otherwise your ssh client will wait for reply until timeout15:12
redixinyfried, man nohup15:12
redixinyfried, nohup sh -c 'sleep 1; echo ok'15:13
yfriedredixin: they just shut down our lab and I can't test it, but tnx :)15:14
*** puranamr has joined #openstack-rally15:25
*** yfried has quit IRC15:27
*** fhubik has quit IRC15:32
*** aix has quit IRC15:43
*** moravec has joined #openstack-rally15:44
*** puranamr has quit IRC15:51
openstackgerritChris St. Pierre proposed openstack/rally: Use network context for Neutron scenarios  https://review.openstack.org/21061215:52
openstackgerritChris St. Pierre proposed openstack/rally: Make network context more configurable  https://review.openstack.org/21061115:52
*** e0ne has quit IRC15:59
*** ushkalim has quit IRC15:59
*** e0ne has joined #openstack-rally16:00
*** emagana has quit IRC16:06
*** moravec has quit IRC16:07
*** moravec has joined #openstack-rally16:09
*** emagana has joined #openstack-rally16:12
*** e0ne has quit IRC16:15
openstackgerritBoris Pavlovic proposed openstack/rally: [cli] Remove "rally info" command  https://review.openstack.org/22087016:15
openstackgerritBoris Pavlovic proposed openstack/rally: [docs] Add plugin reference  https://review.openstack.org/21887416:15
boris-42redixin: ^ I add copyright16:16
openstackgerritBoris Pavlovic proposed openstack/rally: [cli] Remove "rally info" command  https://review.openstack.org/22087016:20
openstackgerritBoris Pavlovic proposed openstack/rally: [docs] Add plugin reference  https://review.openstack.org/21887416:20
*** karimb has joined #openstack-rally16:20
*** moravec has quit IRC16:21
*** Prashant has joined #openstack-rally16:25
*** dspano has joined #openstack-rally16:25
*** Prashant has quit IRC16:26
*** Prashant has joined #openstack-rally16:26
*** amaretskiy has quit IRC16:36
*** kiran-r has joined #openstack-rally16:37
*** _kiran_ has joined #openstack-rally16:57
*** kiran-r has quit IRC16:59
*** harlowja has joined #openstack-rally17:04
openstackgerritKiran proposed openstack/rally: Add Neutron LBaaS V1 healthmonitor scenarios  https://review.openstack.org/21704117:13
*** tosky has quit IRC17:14
openstackgerritKiran proposed openstack/rally: Add Neutron LBaaS V1 healthmonitor scenarios  https://review.openstack.org/21704117:15
*** karimb has quit IRC17:17
*** _kiran_ has quit IRC17:19
*** dspano has quit IRC17:27
*** dspano has joined #openstack-rally17:31
*** Prashant has quit IRC17:50
*** tosky has joined #openstack-rally17:56
*** pvaneck has joined #openstack-rally18:04
*** e0ne has joined #openstack-rally18:07
*** Prashant has joined #openstack-rally18:10
*** e0ne has quit IRC18:17
*** e0ne has joined #openstack-rally18:21
*** arnoldje has quit IRC19:04
*** arnoldje has joined #openstack-rally19:21
*** tosky has quit IRC19:35
*** tosky has joined #openstack-rally19:36
*** Prashant has quit IRC19:41
*** MaxPC1 has joined #openstack-rally19:43
*** MaxPC has quit IRC19:43
*** Prashant has joined #openstack-rally19:46
*** arnoldje has quit IRC20:03
*** akrzos has quit IRC20:13
*** karimb has joined #openstack-rally20:29
*** Prashant has quit IRC20:34
*** tosky has quit IRC20:35
*** tosky has joined #openstack-rally20:37
*** arnoldje has joined #openstack-rally20:38
*** e0ne has quit IRC20:50
*** yfried has joined #openstack-rally20:58
*** yfried has quit IRC20:59
openstackgerritRoman Vasilets proposed openstack/rally: Fix typo in the README.rst in tests/ci/  https://review.openstack.org/22407721:00
*** MaxPC1 has quit IRC21:15
*** psd has quit IRC21:26
*** stpierre has quit IRC21:29
*** tosky has quit IRC21:35
*** tosky has joined #openstack-rally21:36
*** jst_ has joined #openstack-rally21:44
*** jaypipes has quit IRC21:47
*** jst_ has quit IRC21:48
*** karimb has quit IRC21:53
*** dspano has quit IRC21:58
*** NikitaKonovalov has quit IRC22:03
*** klindgren__ has joined #openstack-rally22:04
*** NikitaKonovalov has joined #openstack-rally22:05
*** tosky has quit IRC22:05
*** klindgren_ has quit IRC22:06
*** tosky has joined #openstack-rally22:06
*** klindgren__ is now known as klindgren23:24
boris-42meteorfox: ping23:34
meteorfoxboris-42: hey23:34
boris-42meteorfox: how are you?23:35
meteorfoxboris-42: I'm doing well, how about you?23:36
boris-42meteorfox: good good=)23:38
boris-42meteorfox: just wanna share something http://docs-draft.openstack.org/74/218874/17/check/gate-rally-docs/303d721//doc/build/html/plugin/plugin_reference.html = )23:38
boris-42meteorfox: finally we have it=)23:39
meteorfoxboris-42:  ?? what exactly ? separation of plugins and Rally?23:40
meteorfoxboris-42: or docs?23:41
meteorfox:)23:41
boris-42meteorfox: take a look at link=)23:42
boris-42meteorfox: plugin reference=)23:42
boris-42meteorfox: seperation is as well great change =)23:42
meteorfoxboris-42: this reference is awesome, it would've been great to have it when I started using Rally lol23:42
boris-42meteorfox: LOL =)23:43
boris-42meteorfox: it will become better over time23:43
boris-42=)23:43
meteorfoxboris-42: I think we need to create categories or topics to organize the reference better, like per service, also and types of plugings (context, sla, runner, etc)23:44
meteorfoxboris-42: what I mean is to add some kind of table of context for fast looks ups23:45
meteorfoxtable of contents23:45
meteorfoxlike on the left side bar23:45
boris-42meteorfox: yep23:45
boris-42meteorfox: exactly that but not in next release23:45
meteorfoxboris-42: cool23:45
boris-42meteorfox: I have idea of making base type of plugin23:46
boris-42meteorfox: class23:46
boris-42meteorfox: and putting all docs in it's docstrings23:46
boris-42meteorfox: so this will be done automatically23:46
meteorfoxboris-42: cool23:46
*** emagana has quit IRC23:47
meteorfoxboris-42: I love it23:47
boris-42meteorfox: so it will be in single place written but used in many23:47
meteorfoxright23:47
*** Aish has joined #openstack-rally23:48
*** Aish has quit IRC23:52
meteorfoxboris-42: hey, so I won't be going to the Tokyo summit, no budget :(23:52
meteorfoxboris-42: but next one is Austin, which is 1.5 hr from here :)23:53
boris-42meteorfox: so will see you there23:53
meteorfoxboris-42: lately, I've been using Rally a lot, in our performance lab, so maybe for next summit I'll have data to present23:54
meteorfoxboris-42: I'm really looking forward for the 'compose scenarios' spec23:55
*** tosky has quit IRC23:55
boris-42meteorfox: so that will be quite hard task for Rally team23:55
meteorfoxboris-42: also, having the ability to "import" scenarios to re-use them on different tasks, without the need to re-write them over and over between files23:56
boris-42meteorfox: you mean import parts of yaml?23:56
meteorfoxboris-42: we talked about it once, something like this, https://gist.github.com/meteorfox/d1258f6c3d116242eb0523:58

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