Tuesday, 2015-07-21

*** PrashantS has quit IRC00:08
*** davideagnello has joined #openstack-rally00:26
*** dmorita has joined #openstack-rally00:31
kun_huangboris-42: ping00:34
*** davideagnello has quit IRC00:36
boris-42kun_huang: pong00:49
kun_huangthere is a question in a patch boris-4200:49
kun_huangwe have records of resource in context instance00:50
kun_huangwe should remove resource in cleanup step of course00:50
kun_huangbut do we need remove the records too?00:50
kun_huangb00:54
kun_huangboris-42:00:54
boris-42kun_huang: what?00:55
kun_huangboris-42: question on above00:55
*** pboldin has quit IRC01:09
boris-42kun_huang: not sure that I understand it01:10
kun_huangboris-42: our context creates many resources in runtime and record it, as self.context[tenant][images].append(image_id)01:11
kun_huangboris-42: in cleanup step, the real resource will be deleted01:12
kun_huangboris-42: but what about those records, do we need self.context[tenant][images].remove(image_id) ?01:12
boris-42kun_huang: so still not sure that I fully understand, the are varios context01:14
boris-42there is cleanup context that in future will touch only scenario related resources01:14
boris-42and there are context resoureces that should be deleted by context01:14
kun_huanghttps://review.openstack.org/#/c/179578/01:14
kun_huangjohn's patch01:15
kun_huangalmost okay01:15
*** bitblt has quit IRC01:29
*** davideagnello has joined #openstack-rally01:32
*** davideagnello has quit IRC01:47
*** dspano has quit IRC01:53
*** dspano has joined #openstack-rally02:05
*** dpaterson has quit IRC02:09
*** psuriset has quit IRC02:13
*** psuriset has joined #openstack-rally02:25
*** davideagnello has joined #openstack-rally02:34
*** davideagnello has quit IRC02:39
*** dspano has quit IRC02:47
*** dspano has joined #openstack-rally03:10
openstackgerritBoris Pavlovic proposed openstack/rally: [WIP] Make context plugins decide how to map their data for scenario  https://review.openstack.org/20391103:36
*** omp_ has joined #openstack-rally03:40
openstackgerritKun Huang proposed openstack/rally: [Spec] Enhance Rally API  https://review.openstack.org/18224503:46
*** exploreshaifali has joined #openstack-rally03:49
openstackgerritKiran proposed openstack/rally: Adds LBaaS-V1 context  https://review.openstack.org/19343204:11
*** coolsvap|away is now known as coolsvap04:24
*** tfreger has joined #openstack-rally04:27
*** davideagnello has joined #openstack-rally04:40
*** psuriset has quit IRC04:40
*** davideagnello has quit IRC04:45
*** psuriset has joined #openstack-rally04:54
*** flwang1 has quit IRC05:10
*** exploreshaifali has quit IRC05:11
openstackgerritKiran proposed openstack/rally: Adds LBaaS-V1 context  https://review.openstack.org/19343205:18
*** yfried|afk has joined #openstack-rally05:20
*** agarciam has quit IRC05:26
*** yfried|afk has quit IRC05:31
*** omp_ has quit IRC05:33
*** omp_ has joined #openstack-rally05:46
*** omp_ has quit IRC05:50
*** vasanthkumar_ has joined #openstack-rally05:54
*** rdas has joined #openstack-rally06:17
*** flwang1 has joined #openstack-rally06:33
*** yfried|afk has joined #openstack-rally06:38
*** davideagnello has joined #openstack-rally06:40
*** yfried has joined #openstack-rally06:42
*** yfried|afk has quit IRC06:42
*** davideagnello has quit IRC06:45
*** davideagnello has joined #openstack-rally06:56
*** abehl has joined #openstack-rally07:14
vasanthkumar_Hi All, I am trying to get the osprofiler data with sql statements, but I get only the info.db.params, any pointers to get the info.db.statement will help07:17
openstackgerritBoris Pavlovic proposed openstack/rally: Make context plugins decide how to map their data for scenario  https://review.openstack.org/20391107:20
boris-42vasanthkumar_: hm07:23
vasanthkumar_Hi Boris07:24
vasanthkumar_Hi boris-4207:24
vasanthkumar_boris-42 I am able to get the osprofiler up and running, but i dont get the db-statements part of it07:25
vasanthkumar_boris-42: I am able to get the osprofiler up and running, but i dont get the db-statements part of it07:25
boris-42vasanthkumar_: did you enable it?07:26
vasanthkumar_boris-42: yes, tracesql_alchemy is set to true07:26
boris-42vasanthkumar_: so07:27
boris-42vasanthkumar_: this actually should work https://github.com/stackforge/osprofiler/blob/master/osprofiler/sqlalchemy.py#L4907:28
boris-42vasanthkumar_: maybe something changed in sqlalchemy07:28
*** flwang1 has quit IRC07:28
vasanthkumar_boris-42: let me re-confirm it again07:29
vasanthkumar_boris-42: i have the same sqlalchemy.py in osprofiler07:30
vasanthkumar_boris-42: let me tell you what i have done, to make sure my env setup is known.  used packstack on centos and enabled the profiler in cinder, nova, heat and added the profiler in ceilometer07:32
boris-42vasanthkumar_: seems ok07:33
boris-42vasanthkumar_: I belive that something may changed in sqlalchemy07:33
boris-42in release 1.0*07:33
boris-42so now statements are not captured07:33
*** neeti has joined #openstack-rally07:34
vasanthkumar_boris-42: oh!, so inorder to capture the statements, what do i do07:34
boris-42vasanthkumar_: I do not now07:35
boris-42vasanthkumar_: I will play these days with OSprofiler07:35
vasanthkumar_boris-42: or can i go back to the previous version? if so i can try that too07:35
boris-42vasanthkumar_: not sure07:36
boris-42vasanthkumar_: it's not osprofiler version it's sqlalchemy version07:36
boris-42vasanthkumar_: you can try to go over documentation of latest sqlalcyhemy07:37
vasanthkumar_boris-42: oh! ok and one more thing, the example template.html and the template part of osprofiler are different07:37
boris-42vasanthkumar_: and check are properly set event listenere07:37
boris-42vasanthkumar_: hm not sure that I get this07:37
vasanthkumar_boris-42: Ok I will go through the document07:37
vasanthkumar_boris-42: what is that set event listner?07:37
vasanthkumar_boirs-42: ignore the template part thats fine07:38
boris-42vasanthkumar_: this part https://github.com/stackforge/osprofiler/blob/master/osprofiler/sqlalchemy.py#L21-L6107:38
boris-42vasanthkumar_: of code maybe is not valid with the newest sqlalhemy07:38
boris-42vasanthkumar_: I need to sleep now07:38
vasanthkumar_boris-42: 1 last question "set event listener"07:39
boris-42Š¼vasanthkumar_ so?07:39
vasanthkumar_boris-42: where do i set it?07:39
boris-42vasanthkumar_: ?07:40
vasanthkumar_boris-42: i didnt understand this point " and check are properly set event listenere" you told07:40
boris-42vasanthkumar_: I send you a link07:41
boris-42vasanthkumar_: take a look at it07:41
vasanthkumar_boris-42: Ok understood07:41
vasanthkumar_boris-42: will give a try and update you. thanks a lot for the pointers07:42
boris-42vasanthkumar_: thanks07:42
vasanthkumar_boris-42: Good night07:42
boris-42vasanthkumar_: thanks07:42
*** cdent has joined #openstack-rally07:43
*** davideagnello has quit IRC07:46
*** fhubik has joined #openstack-rally07:48
*** kun_huang has quit IRC07:53
*** kun_huang has joined #openstack-rally07:54
*** flwang1 has joined #openstack-rally07:55
*** arxcruz has joined #openstack-rally08:00
*** omp_ has joined #openstack-rally08:04
*** arxcruz has quit IRC08:11
*** kbaikov has joined #openstack-rally08:12
*** arxcruz has joined #openstack-rally08:20
*** yingjun has joined #openstack-rally08:23
*** vasanthkumar_ has quit IRC08:25
*** andreykurilin__ has joined #openstack-rally08:26
*** vasanthkumar_ has joined #openstack-rally08:27
*** flwang1 has quit IRC08:32
*** pboldin has joined #openstack-rally08:32
*** amaretskiy has joined #openstack-rally08:35
*** pboldin has quit IRC08:39
*** aix has joined #openstack-rally08:43
*** exploreshaifali has joined #openstack-rally08:44
*** jaypipes has quit IRC08:46
*** arxcruz has quit IRC08:50
*** pboldin has joined #openstack-rally08:53
*** aix has quit IRC08:58
*** mahito has quit IRC09:03
openstackgerritMerged openstack/rally: OpenStackProvider: Allow userdata using config_drive  https://review.openstack.org/19391609:04
*** rvasilets__ has joined #openstack-rally09:09
*** tosky has joined #openstack-rally09:12
*** e0ne has joined #openstack-rally09:15
openstackgerritPavel Boldin proposed openstack/rally: openstack: make scenario able to reuse clients  https://review.openstack.org/20372309:16
*** albertw has left #openstack-rally09:17
*** aix has joined #openstack-rally09:28
*** yingjun has quit IRC09:31
openstackgerritSergey Skripnick proposed openstack/rally: [do-not-merge][Fuel] test fuel context ci  https://review.openstack.org/20365209:42
*** davideagnello has joined #openstack-rally09:47
*** davideagnello has quit IRC09:51
*** frobware is now known as mcd09:53
*** yfried is now known as yfried|afk09:53
*** mcd is now known as frobware09:53
*** boris-42 has quit IRC10:02
*** aix has quit IRC10:04
*** fhubik is now known as fhubik_afk10:10
*** yfried|afk is now known as yfried10:13
*** fhubik_afk is now known as fhubik10:13
*** aix has joined #openstack-rally10:15
*** yfried is now known as yfried|afk10:23
*** yfried|afk is now known as yfried10:26
*** vasanthkumar_ has quit IRC10:32
*** _afazekas has joined #openstack-rally10:41
*** afazekas has quit IRC10:45
*** fhubik has quit IRC10:48
*** dmorita has quit IRC10:59
*** yfried is now known as yfried|afk11:01
*** pboldin has quit IRC11:04
openstackgerritChris St. Pierre proposed openstack/rally: Neutron: Make resource update methods more generic  https://review.openstack.org/20279211:12
*** coolsvap is now known as coolsvap|away11:12
*** pboldin has joined #openstack-rally11:16
*** fhubik has joined #openstack-rally11:16
*** fhubik is now known as fhubik_afk11:19
*** yfried|afk is now known as yfried11:22
*** rvasilets__ has quit IRC11:34
openstackgerritAlexander Maretskiy proposed openstack/rally: [Common] Add more streaming algorithms  https://review.openstack.org/20161111:45
*** davideagnello has joined #openstack-rally11:47
openstackgerritAlexander Maretskiy proposed openstack/rally: [Reports] Add classes for task HTML report charts  https://review.openstack.org/15945811:52
*** davideagnello has quit IRC11:52
*** fhubik_afk is now known as fhubik11:56
openstackgerritAlexander Maretskiy proposed openstack/rally: [Reports] Add chunks support to report  https://review.openstack.org/14681412:09
*** omp_ has quit IRC12:12
openstackgerritAlexander Maretskiy proposed openstack/rally: [Reports] Add Load Profile chart to report  https://review.openstack.org/16982812:14
*** gubouvier has joined #openstack-rally12:19
*** Miouge has joined #openstack-rally12:23
*** rvasilets has joined #openstack-rally12:23
*** karimb has joined #openstack-rally12:32
*** yingjun has joined #openstack-rally12:54
*** vasanthkumar_ has joined #openstack-rally12:56
*** psuriset has quit IRC12:57
*** rdas has quit IRC12:59
*** yingjun has quit IRC13:06
*** yingjun has joined #openstack-rally13:06
*** tfreger has quit IRC13:08
*** yingjun has quit IRC13:11
*** psuriset has joined #openstack-rally13:12
*** vasanthkumar_ has quit IRC13:13
*** yingjun has joined #openstack-rally13:17
*** yfried is now known as yfried|afk13:18
*** yfried|afk is now known as yfried13:18
frayedknotdoes someone have an example of a task that involves booting a server via context?13:26
rvasiletsfrayedknot, did you look in the samples/?13:27
*** MaxPC has joined #openstack-rally13:29
frayedknotrvasilets: maybe not hard enough13:30
frayedknotbut I'm not finding anything with context + servers13:30
*** dpaterson has joined #openstack-rally13:31
*** dpaterson has quit IRC13:33
rvasiletsrvasilets@rvasilets-pc:~/rally$ grep -rn "servers" samples/tasks/13:34
rvasiletsfrayedknot, https://github.com/openstack/rally/blob/master/samples/tasks/scenarios/nova/list-servers.json13:34
frayedknotrvasilets: thank you13:35
frayedknotI was looking in the wrong samples :/13:35
frayedknot~/.rally/plugins/samples/13:36
openstackgerritRoman Vasilets proposed openstack/rally: Add Ironic scenarios  https://review.openstack.org/18606413:36
*** exploreshaifali has quit IRC13:46
*** karimb has quit IRC13:48
*** psuriset has quit IRC13:48
*** davideagnello has joined #openstack-rally13:48
*** neeti has quit IRC13:49
*** abehl has quit IRC13:51
*** kiran-r has joined #openstack-rally13:52
*** davideagnello has quit IRC13:53
*** gubouvier has quit IRC13:57
*** exploreshaifali has joined #openstack-rally13:58
*** psuriset has joined #openstack-rally14:02
*** FR0ENDS has joined #openstack-rally14:07
*** exploreshaifali has quit IRC14:17
*** FR0ENDS has quit IRC14:17
*** gubouvier has joined #openstack-rally14:18
*** tosky has quit IRC14:24
*** yingjun has quit IRC14:32
*** fhubik is now known as fhubik_afk14:33
openstackgerritKiran proposed openstack/rally: Adds LBaaS context, verify network extension  https://review.openstack.org/19343214:39
*** Miouge has quit IRC14:45
*** yfried_ has joined #openstack-rally14:47
*** yfried has quit IRC14:48
*** Miouge has joined #openstack-rally14:49
*** tosky has joined #openstack-rally14:49
*** kiran-r has quit IRC14:51
*** yfried__ has joined #openstack-rally14:51
*** Miouge has quit IRC14:51
*** fhubik_afk is now known as fhubik14:52
*** yfried_ has quit IRC14:52
*** Miouge has joined #openstack-rally14:53
*** Miouge has quit IRC14:55
*** frayedknot has quit IRC15:00
*** MaxPC has quit IRC15:01
*** frayedknot has joined #openstack-rally15:01
*** MaxPC has joined #openstack-rally15:04
*** kiran-r has joined #openstack-rally15:09
*** gubouvier has quit IRC15:09
*** kbaikov has quit IRC15:09
*** vaidy has quit IRC15:09
*** kambiz has quit IRC15:09
*** flwang has quit IRC15:09
*** arxcruz has joined #openstack-rally15:09
*** kiran-r has quit IRC15:16
*** flwang has joined #openstack-rally15:19
*** afazekas has joined #openstack-rally15:25
*** kbaikov has joined #openstack-rally15:27
*** andreykurilin__ has quit IRC15:27
*** klindgren has quit IRC15:30
*** kambiz has joined #openstack-rally15:33
*** spyderdyne has joined #openstack-rally15:33
spyderdynei am looking for a way to write test configs that call multiple funcitons in a single file.  can anyone point me to a resource?15:34
spyderdynestill a noob at this, but i have a series of test plans that I have been running with some success.  I would like to be able to combine them into a single report output15:36
spyderdynealso, there is a cleanup function but it has not been completed yet and Rally has a habit of leaving tons of stuff behind.15:36
*** klindgren has joined #openstack-rally15:37
spyderdyneis there any word on the status of the rally cleanup feature that can be manually triggered, and would it be worth considering another python script to handle cleanup instead or just for now?15:37
*** gubouvier has joined #openstack-rally15:45
*** gubouvier has quit IRC15:46
*** gubouvier has joined #openstack-rally15:46
*** frayedknot has quit IRC16:02
*** frayedknot has joined #openstack-rally16:02
*** mwagner_lap has quit IRC16:03
*** fhubik is now known as fhubik_afk16:05
*** yfried has joined #openstack-rally16:11
*** yfried__ has quit IRC16:14
rvasiletsyfried, Hi I want you to remember about Ironic bench. I need you review. Thx https://review.openstack.org/#/c/186064/16:17
yfriedrvasilets: will review tomorrow. sorry, I was swamped with personal stuff16:17
*** MaxPC has quit IRC16:18
*** exploreshaifali has joined #openstack-rally16:19
*** rvasilets has quit IRC16:21
*** kbaikov has quit IRC16:24
*** yfried has quit IRC16:26
*** kbaikov has joined #openstack-rally16:27
*** davideagnello has joined #openstack-rally16:27
*** arxcruz has quit IRC16:29
*** e0ne has quit IRC16:45
*** fhubik_afk is now known as fhubik16:45
*** amaretskiy has quit IRC16:48
*** gubouvier has quit IRC16:54
*** gubouvier has joined #openstack-rally16:54
*** omp_ has joined #openstack-rally16:54
*** exploreshaifali has quit IRC17:01
*** mwagner_lap has joined #openstack-rally17:11
*** davideagnello has quit IRC17:12
*** davideagnello has joined #openstack-rally17:17
*** dpaterson has joined #openstack-rally17:21
*** dpaterson has quit IRC17:23
*** aix has quit IRC17:23
*** dpaterson has joined #openstack-rally17:27
*** MaxPC has joined #openstack-rally17:27
dpatersonanyone know if Rally is doing a mid-cycle meetup?17:27
*** breton has joined #openstack-rally17:29
bretonhello folks17:30
*** stpierre has joined #openstack-rally17:30
*** davidlenwell_ is now known as davidlenwell17:33
*** davideagnello has quit IRC17:45
*** bitblt has joined #openstack-rally17:48
*** bitblt has quit IRC17:51
*** bitblt has joined #openstack-rally17:51
*** cdent has quit IRC17:54
*** bitblt has quit IRC17:58
*** bitblt has joined #openstack-rally17:58
*** jaypipes has joined #openstack-rally18:02
*** boris-42 has joined #openstack-rally18:02
*** davideagnello has joined #openstack-rally18:03
*** tosky has quit IRC18:04
*** davideagnello has quit IRC18:04
*** davideagnello has joined #openstack-rally18:05
*** fhubik has quit IRC18:10
*** omp_ has quit IRC18:14
bretonI have these logs: http://95.46.199.70/part_rally_log.txt . I am trying to run rally with keystone, benchmark description is available in the logs. In the end there is "Error Unauthorized". The tenant noted there is being remove by rally in the very beginning (search for 3316926c2db2495997e6b31250ce06a7). Why?18:20
bretonrally is the latest from docker18:20
boris-42breton: hi18:21
boris-42breton: gimme five minutes18:21
*** vaidy has joined #openstack-rally18:23
*** yfried has joined #openstack-rally18:27
*** karimb has joined #openstack-rally18:35
openstackgerritSergey Skripnick proposed openstack/rally: do-not-merge: test fuel-community-fuel-scenario  https://review.openstack.org/20420918:41
*** agarciam has joined #openstack-rally18:59
*** spyderdyne has quit IRC19:00
*** davideagnello has quit IRC19:03
*** davideagnello has joined #openstack-rally19:04
openstackgerritSergey Skripnick proposed openstack/rally: Add CobblerProvider provider  https://review.openstack.org/18884719:04
*** pboldin1 has joined #openstack-rally19:04
*** e0ne has joined #openstack-rally19:04
*** pboldin has quit IRC19:07
*** amit213 has quit IRC19:14
*** amit213 has joined #openstack-rally19:14
openstackgerritAlexandr Nevenchannyy proposed openstack/rally: Rename context.context -> context.configure  https://review.openstack.org/20421619:15
*** spyderdyne has joined #openstack-rally19:18
*** davideagnello has quit IRC19:19
*** pboldin1 has quit IRC19:21
openstackgerritAlexandr Nevenchannyy proposed openstack/rally: Rename context.context -> context.configure  https://review.openstack.org/20421619:21
openstackgerritAlexandr Nevenchannyy proposed openstack/rally: Rename context.context -> context.configure  https://review.openstack.org/20421619:24
*** karimb has quit IRC19:26
*** pboldin has joined #openstack-rally19:35
openstackgerritMerged openstack/rally: openstack: make scenario able to reuse clients  https://review.openstack.org/20372319:42
*** dpaterson has quit IRC19:56
*** bitblt has quit IRC19:58
*** e0ne has quit IRC20:02
*** MaxPC has quit IRC20:15
*** MaxPC has joined #openstack-rally20:19
*** e0ne has joined #openstack-rally20:27
*** davideagnello has joined #openstack-rally20:29
*** pboldin has quit IRC20:34
*** e0ne has quit IRC20:48
boris-42stpierre: ping https://review.openstack.org/#/c/203911/20:54
boris-42stpierre: did you see this one20:54
*** agarciam has quit IRC20:56
stpierrei'm not sure i understand context mapping nearly well enough to review that20:57
boris-42stpierre: so review is great chance to undrestand that20:58
*** MaxPC has quit IRC21:01
*** spyderdyne has quit IRC21:13
*** e0ne has joined #openstack-rally21:14
*** e0ne has quit IRC21:15
*** e0ne has joined #openstack-rally21:16
*** gubouvier has quit IRC21:18
*** karimb has joined #openstack-rally21:32
*** e0ne has quit IRC21:33
*** jaypipes has quit IRC22:00
openstackgerritAlexandr Nevenchannyy proposed openstack/rally: Rename EngineFactory -> Engine  https://review.openstack.org/20428022:01
*** pvaneck has joined #openstack-rally22:01
*** davideagnello has quit IRC22:03
*** dmellado has quit IRC22:17
*** dmellado has joined #openstack-rally22:17
*** stpierre has quit IRC22:32
*** mwagner_lap has quit IRC22:40
openstackgerritOmar Khalid proposed openstack/rally: Ability to boot VMs on each compute node Also add ability for rally to create admin users since VMs will be associated with right users Plus do not have to change all utility functions https://blueprints.launchpad.net/rally/+spec/rally-hypervisor-boot  https://review.openstack.org/15189922:45
*** redixin has quit IRC22:49
*** redixin has joined #openstack-rally22:50
*** davideagnello has joined #openstack-rally22:51
openstackgerritOmar Khalid proposed openstack/rally: VM-VM throughput L2/L3 scenario support  https://review.openstack.org/15190523:07
*** spyderdyne has joined #openstack-rally23:08
*** karimb has quit IRC23:15
*** boris-42 has quit IRC23:22

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