Wednesday, 2015-12-09

*** baker has quit IRC00:03
*** dpaterson has quit IRC00:05
*** madhu_ak has quit IRC00:08
*** madhu_ak_ is now known as madhu_ak00:08
*** diogogmt has quit IRC00:09
*** Aish has joined #openstack-rally00:10
phd2Hey any idea why the Nova tests don’t show up in the reports?00:18
stpierreif you ran them, they should show up00:18
stpierrethere were nova scenarios listed in your task file, but they aren't in the HTML report?00:18
phd2yeah00:19
phd2i am running them out of00:19
stpierrecan you pastebin your task file?00:20
stpierreand the command you're using to start the task00:20
phd2yeah give me a sec00:20
phd2I am running them out of scenarios/nova/00:20
phd2http://pastebin.com/LTk3nkwj00:22
phd2that should work right?00:22
stpierrethat will run each one as a separate task00:23
stpierreso when you get the report at the end, it will only get the report for the last task you run00:23
phd2no I am gnerating all the task like this00:24
phd2rally task report --html --out reports/report1-$UNIQUEDATE.html --tasks `rally task list --uuids-only  | tr '\n' ' '`00:24
stpierreand every report is empty?00:24
phd2no i see00:24
phd2No I see CinderVolumes, GlanceImages, HeatStacks, KeystoneBasic and VMTasks on the left side00:25
*** madhu_ak_ has joined #openstack-rally00:25
phd2and they all have tests but none for nova00:25
stpierrewith the task list you posted, you shouldn't see anything but NovaServers00:26
phd2yes but hmmm00:27
phd2let me try it again00:27
stpierreinstead of firing off a zillion different tasks, it'd probably be simpler to create a single task file with all of those subtasks in it and just run one task00:28
phd2yeah true00:29
*** madhu_ak has quit IRC00:29
phd2maybe that is what I should do next00:29
phd2Love what you guys have done with Tempest and how easy it is to run00:29
boris-42_phd2: it is done already00:29
boris-42_phd2: https://github.com/openstack/rally/tree/master/certification/openstack00:30
*** MaxPC has quit IRC00:31
phd2boris-42_: what is this certificaiton?00:33
*** Aish has quit IRC00:34
*** pvaneck has quit IRC00:36
boris-42_phd2: all-in-one task00:37
stpierrephd2: it certifies that your cloud runs. there's no Official Certificate of Certification or anything00:37
boris-42_phd2: so you don't need to use samples a have zillions of files and do combined reports00:37
*** adiantum has joined #openstack-rally00:38
*** phd2 has quit IRC00:47
*** phd2 has joined #openstack-rally00:47
phd2omg that is awesome00:49
phd2i love you guys!00:49
*** Aish has joined #openstack-rally00:50
*** openstackstatus has quit IRC00:50
*** openstack has joined #openstack-rally00:53
boris-42_phd2: so it still in progress00:56
boris-42_phd2: so I would recommend to run it in smoke mode always00:56
boris-42_phd2: however you can help us to write proper formulas for load00:56
boris-42_phd2: that depends on size of cloud00:56
phd2boris-42_: Loads for a cloud are very difficult since there are various parameters00:57
boris-42_phd2: yep00:57
phd2boris-42_: something like a cross porduct of cpu x memory x network x storage x security00:57
boris-42_phd2: so we need to pick proper parameters00:57
boris-42_phd2: and proper formulas00:57
boris-42_phd2: based on this parameters00:57
phd2yes that is true00:57
phd2but very tough00:57
boris-42_phd2: so we started work on it00:57
phd2is there a smoke mode?00:58
boris-42_phd2: it's by default00:58
boris-42_phd2: open task-args.yaml00:58
phd2wht does smoke = true do?00:59
stpierresmoke=1 runs everything only once instead of doing multiple iterations01:04
stpierrei guess smoke=true works01:04
boris-42_stpierre: phd2 if smoke is enabled 1 or true01:07
boris-42_stpierre: phd2 it runs 1 iteration with 1 concurrency01:07
boris-42_stpierre: phd2 so it looks like smoke test01:07
stpierreboris-42_: it's been a while since i looked at the certification stuff in any depth, you've damn near invented your own DSL for defining rally tasks here :)01:08
boris-42_stpierre: it's just jinja2 template01:10
boris-42_stpierre: jinjga2 template + arguments of jinja2 tempalte01:11
stpierrei know, but there are a bunch of macros and stuff01:11
boris-42_stpierre: just to avoid code duplications=)01:11
stpierreit's scarcely even yaml any more01:11
*** chenli has joined #openstack-rally01:12
boris-42_stpierre: at the end of jinja2 rendering magically it will become valid plain yaml =)01:12
boris-42_however it's way better then implementing own DSL01:12
*** yingjun has joined #openstack-rally01:16
*** diogogmt has joined #openstack-rally01:21
*** Aish has quit IRC01:22
phd2hey guys runnign into an issue here01:44
phd2Subtask CinderVolumes.create_and_attach_volume[0] has wrong configuration\Subtask configuration:01:44
phd2{'runner': {'type': 'constant', 'concurrency': 1, 'times': 1}, 'args': {'flavor': {'name': 'm1.tiny'}, 'image': {'name': '^(cirros.*uec|TestVM)$'}, 'size': 1}, 'sla': {'failure_rate': {'max': 0}}, 'context': {'users': {'users_per_tenant': 1, 'tenants': 1}, 'quotas': {'cinder': {'gigabytes': -1, 'volumes': -1, 'snapshots': -1}}}, 'name': 'CinderVolumes.create_and_attach_volume'}01:44
phd2Reason:01:44
phd2 Invalid scenario argument: ''min_ram''`01:44
phd2what is this min_ram buisiness and why are we running into it01:44
*** stpierre has quit IRC01:44
*** stpierre_ has joined #openstack-rally01:45
*** Liuqing has joined #openstack-rally01:48
boris-42_phd2: it's one of scenarios01:48
boris-42_ CinderVolumes.create_and_attach_volume[01:48
phd2yeah i see it01:51
phd2but why does it see zero01:51
phd2ok got rid of the lines :)01:52
phd2nope same error01:53
stpierre_oh, i hit this the other day01:56
*** stpierre_ is now known as stpierre01:56
stpierretrying to remember how i fixed it01:56
phd2can you do a git diff ?01:57
phd2and see if you can find out what the code was?01:57
stpierrei don't think i fixed it in code01:57
openstackgerritMerged openstack/rally: Make param description & LogInfo better  https://review.openstack.org/25275901:58
*** Liuqing has quit IRC01:58
phd2how did you fix it again?02:00
boris-42_phd2: nop that line02:00
boris-42_phd2: so I don't know why that doesn't work02:00
phd2you mean this call min_ram02:00
boris-42_phd2: seems wired02:00
phd2you mean this one right  CinderVolumes.create_and_attach_volume02:01
*** chenli has quit IRC02:01
stpierreistr that it was something with the image we were trying to boot from, but i could be wrong02:01
phd2naa didn’t work02:02
phd2new failiure  NovaServers.snapshot_server02:03
phd2so i am just deleteing those tests?02:06
boris-42_phd2: heh it will be better to find the root issue02:09
boris-42_let me try to debug02:09
phd2ok02:09
*** bochi-michael has joined #openstack-rally02:11
phd2any ideas02:15
phd2guys?02:18
boris-42_phd2:  oh I broke my vm02:28
boris-42_need some more time02:28
phd2haha02:28
phd2ok :)02:28
phd2what did you do02:28
phd2thanks so much02:28
*** Aish has joined #openstack-rally02:28
phd2i am going to go home in about 30 mins so you got some time02:28
boris-42_phd2: just be online in irc02:31
boris-42_phd2: we will find some solution02:31
phd2might not be for 3 more hours02:31
phd2I am on PST02:31
phd2so it wil be late02:33
boris-42_phd2: i am as well02:33
boris-42_=)02:33
phd2ok great then see you this evening02:33
*** stpierre has quit IRC02:34
boris-42_phd2: so02:35
boris-42_phd2:  I tested02:35
boris-42_phd2:  rally task validate task.yaml --task-args-file ./task_arguments.yaml02:36
boris-42_Task syntax is correct :)02:36
boris-42_Task config is valid :)02:36
boris-42_so seems like it works for me02:36
boris-42_what arguments are you putting ?02:36
boris-42_phd2: ^02:36
phd2ok let me check02:40
phd2top of tree at 7b3fe80d42609f74caba2dabcde0c6560a3ddb44 what every task_argument.yaml is02:41
phd2where does min_ram come from02:42
phd2ok i am heading home!02:50
phd2maybe there is a good readon02:53
phd2reason02:53
*** phd2 has quit IRC02:53
*** diogogmt has quit IRC02:53
openstackgerritOpenStack Proposal Bot proposed openstack/rally: Updated from global requirements  https://review.openstack.org/25300002:53
*** akrzos has quit IRC02:56
*** baker has joined #openstack-rally02:56
openstackgerritMerged openstack/rally: [Sahara] Added spark and ambari plugins  https://review.openstack.org/25483602:59
*** akrzos has joined #openstack-rally03:10
*** rook has quit IRC03:22
*** rook has joined #openstack-rally03:48
*** arnoldje has joined #openstack-rally03:59
*** stpierre has joined #openstack-rally04:03
*** akrzos has quit IRC04:04
*** yingjun has quit IRC04:04
*** yingjun has joined #openstack-rally04:05
*** stpierre has quit IRC04:08
*** stpierre has joined #openstack-rally04:08
*** yingjun has quit IRC04:10
*** stpierre has quit IRC04:13
*** Aish has quit IRC04:20
openstackgerritMerged openstack/rally: [Neutron] Fix _get_or_create_subnets() return value  https://review.openstack.org/25473604:20
*** akrzos has joined #openstack-rally04:20
openstackgerritMerged openstack/rally: Fix format of existing network in _get_or_create_network()  https://review.openstack.org/25490304:21
*** Aish has joined #openstack-rally04:25
*** baker has quit IRC04:30
*** Aish has quit IRC04:36
*** akrzos has quit IRC04:44
*** tfreger has joined #openstack-rally04:48
*** chenli has joined #openstack-rally04:49
*** boris-42_ has quit IRC05:03
*** shausy has joined #openstack-rally05:06
*** _dpaterson has quit IRC05:07
*** rdas has joined #openstack-rally05:11
*** tfreger has quit IRC05:23
*** rook has quit IRC05:26
*** tfreger has joined #openstack-rally05:32
*** shausy has quit IRC05:44
*** shausy has joined #openstack-rally05:44
*** rook has joined #openstack-rally05:52
*** arnoldje has quit IRC05:52
*** yingjun has joined #openstack-rally05:59
chenlihello, when  i set up context for rally test, can I set role for users rally create ?06:15
*** itzikb_ has joined #openstack-rally06:16
*** logan- has quit IRC06:24
*** jaypipes has joined #openstack-rally06:31
*** yfried_ has quit IRC06:43
*** shausy has quit IRC06:50
*** shausy has joined #openstack-rally06:50
*** adiantum has quit IRC07:02
*** itzikb has joined #openstack-rally07:02
*** itzikb_ has quit IRC07:05
*** itzikb_ has joined #openstack-rally07:07
*** itzikb_ has quit IRC07:08
openstackgerritOpenStack Proposal Bot proposed openstack/rally: Updated from global requirements  https://review.openstack.org/25300007:10
*** itzikb has quit IRC07:11
*** rcernin has joined #openstack-rally07:20
*** rook has quit IRC07:26
*** boris-42_ has joined #openstack-rally07:31
*** neeti has joined #openstack-rally07:35
*** yingjun has quit IRC07:51
*** e0ne has joined #openstack-rally07:52
*** rook has joined #openstack-rally07:52
openstackgerritEvgeny Sikachev proposed openstack/rally: [Sahara] Update of EDP samples  https://review.openstack.org/25477408:00
*** yfried_ has joined #openstack-rally08:00
*** anshul has joined #openstack-rally08:04
*** rdas has quit IRC08:11
*** rdas has joined #openstack-rally08:12
*** rdas has quit IRC08:12
*** yingjun has joined #openstack-rally08:19
*** psd has joined #openstack-rally08:22
*** tosky has joined #openstack-rally08:25
*** yfried has joined #openstack-rally08:33
*** yfried_ has quit IRC08:33
*** adiantum has joined #openstack-rally08:45
*** yingjun has quit IRC08:45
*** arxcruz has joined #openstack-rally08:47
*** tosky_ has joined #openstack-rally08:58
*** tosky has quit IRC08:59
*** lezbar has joined #openstack-rally09:04
*** yfried has quit IRC09:05
*** openstackstatus has quit IRC09:05
*** openstack has joined #openstack-rally09:09
*** yfried has joined #openstack-rally09:13
*** e0ne has quit IRC09:15
*** bochi-michael has quit IRC09:17
*** yingjun has joined #openstack-rally09:17
*** shausy has quit IRC09:28
*** shausy has joined #openstack-rally09:29
*** rook has quit IRC09:30
*** chenli has quit IRC09:30
*** yingjun has quit IRC09:32
*** openstackgerrit has quit IRC09:32
*** openstackgerrit has joined #openstack-rally09:32
*** shausy has quit IRC09:42
*** shausy has joined #openstack-rally09:42
*** rdas has joined #openstack-rally09:53
*** rook has joined #openstack-rally09:56
*** openstackgerrit has quit IRC10:02
*** openstackgerrit has joined #openstack-rally10:03
*** e0ne has joined #openstack-rally10:10
*** aix has joined #openstack-rally10:20
*** aix has quit IRC10:37
*** MaxPC has joined #openstack-rally10:37
ekarlsorvasilets: why do you mean https://review.openstack.org/#/c/249313/5/rally/plugins/openstack/context/designate/zones.py should inherit from the utils too ?11:08
rvasiletsekarlso, look at other contexts11:09
rvasiletswe use such a way11:10
ekarlsorvasilets: ehhh, I looked at the cinder one11:10
ekarlsothat does not do it like that11:10
ekarlsoneither does murano11:10
ekarlsohttps://github.com/openstack/rally/blob/master/rally/plugins/openstack/context/murano/murano_packages.py#L35 < rvasilets11:11
rvasiletsekarlso, yes looks like our contexts a bit inconsistent11:12
ekarlsorvasilets: then why do I get a -1 ?11:12
ekarlso:p11:12
rvasiletsekarlso, so ok. Lets left this part11:13
ekarlso: o11:13
*** aix has joined #openstack-rally11:14
rvasiletsbecause there are other comments there)11:14
openstackgerritEndre Karlson proposed openstack/rally: Designate V2 support - part 2  https://review.openstack.org/24931311:15
rvasiletsabout order, docs and its not used anywhere11:15
rvasilets11:16
rvasiletsRoman Vasilets12:20 AM11:16
rvasiletsLets move generating name inside _create_zone if we not pass the name11:16
rvasiletswe not tolked about that11:16
rvasiletsand add usage of this context to the patch11:17
ekarlsorvasilets: sorry ?11:17
rvasiletsYou add context yes?11:18
ekarlsorvasilets: yeah ?11:18
rvasiletsIs it uses somehow?11:18
rvasiletsшы ше еуыеув шт пфеуы?11:18
rvasiletsis it tested in gates?11:19
ekarlsorvasilets: eh, ref your earlier comments you wanted the context to be added in a seperate patch from the scenario... *sigh*11:19
ekarlsoso since that I added the context stuff to a seperate patch from the scenarios that didnt need them and a seperate patch for scenarios that needs them ref *part 3*11:21
rvasilets<ekarlso> rvasilets: yeah ? <== Why you ask me. Its fact. You tried to add context. It should be tested on gates. You didn't tested it. To make this. You need to add new task to the rally-designate.yaml for example this scenario with zone context https://github.com/openstack/rally/blob/master/rally-jobs/rally-designate.yaml#L14611:22
ekarlsorvasilets: dude: https://review.openstack.org/#/c/249314/ < it's used there ..11:23
ekarlsodare you saying I need to test it a different way ?11:23
ekarlsos/dare/are11:24
rvasiletsI wrote that changes that add in the patch should be tested in the same patch11:24
ekarlsorvasilets: eh, it is tested with unit tests ?11:24
rvasiletsekarlso, and no. Zone context not used anywhere in rally-designate.yaml https://review.openstack.org/#/c/249314/4/rally-jobs/rally-designate.yaml11:25
ekarlsorvasilets: hmms, think I've misunderstood, but which scenario could I add that takes a zone context ?11:27
rvasiletsekarlso, could you give me proper link with exact line where we tests zone context?11:27
ekarlsothe ones that need the zone context are in the part 311:27
ekarlsoI have forgot to add them there yet but https://review.openstack.org/#/c/249314/4/rally-jobs/rally-designate.yaml < ref your comments there11:27
ekarlsorvasilets: is that enough ?11:29
rvasiletsjust add http://paste.openstack.org/show/481298/ to the end of the rally-designate.yaml11:30
ekarlsook :)11:31
rvasiletsekarlso, to the patch with context adding11:31
ekarlsorvasilets: sure!11:31
rvasilets)11:32
rvasiletsand don't forget small issues)11:32
*** itzikb has joined #openstack-rally11:39
*** rook has quit IRC11:44
ekarlsorvasilets: hmmm getting a error http://pastebin.com/admz5f8s when doing tox -epy2712:00
ekarlsorvasilets: u got a idea on that ?12:01
rvasiletsekarlso, I need to think or debug. Try to debug test by yourself. Looks to you utils pass something strange12:02
rvasiletsIf you wouldn't solve it I wil take a look one more12:03
rvasiletsI believe you can)12:03
openstackgerritEndre Karlson proposed openstack/rally: Designate V2 support - part 2  https://review.openstack.org/24931312:28
ekarlso^ rvasilets12:28
rvasiletsekarlso, https://review.openstack.org/#/c/249313/7/rally/plugins/openstack/context/designate/zones.py in the line 56. Could you hide generate into _create...12:30
rvasiletsI will review it later12:30
ekarlsorvasilets: eh, I dunno what you mean by hiding but, it's similar to what Cinder does..12:31
rvasilets1)delete line 56 2) add 56th line inside _create_zone12:32
rvasiletstherefore line 57 would be look like designate_util._create_zone()12:33
rvasiletsekarlso, ^12:33
openstackgerritAlexander Maretskiy proposed openstack/rally: [Scenario] New output schema  https://review.openstack.org/25426112:34
*** rdas has quit IRC12:34
ekarlsorvasilets: also adding the stuff you said to rally-designate.yaml blows up tests :(12:35
ekarlsohttp://pastebin.com/n8yz1J7r12:36
*** gsagie has quit IRC12:39
rvasiletsobviously you made wrong yaml. How? - I don't know. I don't see it. Maybe something with charset or identation12:40
*** akrzos has joined #openstack-rally12:41
*** tfreger has quit IRC12:42
*** boris-42_ has quit IRC12:43
ekarlsorvasilets: ref http://paste.openstack.org/show/481298/ doesnt that need to go under a scenario12:44
rvasiletsDon't do just copy paste12:45
rvasiletssimilar workload item(with usage of context should be added to the task. I showed to you an example12:46
*** abalutoiu has joined #openstack-rally12:47
ekarlsook ok ;p12:47
ekarlsorvasilets: should I squash part 2 and 3 together sicne part 3 requires the context whilst the other scenarios does not ?12:49
openstackgerritNikita Konovalov proposed openstack/rally: [Sahara] Improved flavor paramter for clusters  https://review.openstack.org/25524312:50
*** gsagie has joined #openstack-rally12:53
rvasiletsNo if you do like I suggest12:53
ekarlsoyeah, I did that but the scenario doesn't require the context though12:53
openstackgerritEndre Karlson proposed openstack/rally: Designate V2 support - part 2  https://review.openstack.org/24931313:02
*** Liuqing has joined #openstack-rally13:05
openstackgerritMerged openstack/rally: [StreamingAlgorithms] Unify exception type raised by result()  https://review.openstack.org/25430213:06
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify] Don't install Tempest when `rally verify [gen/show]config`  https://review.openstack.org/25265213:08
*** tfreger has joined #openstack-rally13:14
*** tfreger has quit IRC13:18
openstackgerritNikita Konovalov proposed openstack/rally: [Sahara] Improved flavor paramter for clusters  https://review.openstack.org/25524313:18
*** bkopilov has quit IRC13:25
*** gsagie has quit IRC13:27
*** gsagie has joined #openstack-rally13:37
*** bkopilov has joined #openstack-rally13:39
*** arnoldje has joined #openstack-rally13:40
*** neeti has quit IRC13:41
*** diogogmt has joined #openstack-rally13:42
openstackgerritIllia Khudoshyn proposed openstack/rally: Prepare for distribured runner, part 1  https://review.openstack.org/25188913:51
openstackgerritIllia Khudoshyn proposed openstack/rally: Prepare for distribured runner, part 2  https://review.openstack.org/25478013:52
*** itzikb has quit IRC13:54
*** baker has joined #openstack-rally13:57
*** dpaterson has joined #openstack-rally13:58
*** logan- has joined #openstack-rally14:01
*** _dpaterson has joined #openstack-rally14:06
*** tosky_ is now known as tosky14:11
*** dpaterson has quit IRC14:22
*** diogogmt has quit IRC14:24
*** diogogmt has joined #openstack-rally14:26
openstackgerritRoman Vasilets proposed openstack/rally: [WIP]Add verify export command  https://review.openstack.org/25479714:26
*** shausy has quit IRC14:28
*** diogogmt has quit IRC14:38
*** adiantum has quit IRC14:43
openstackgerritAlexander Maretskiy proposed openstack/rally: [Scenario] Switch to new scenario output format schema  https://review.openstack.org/25529314:47
*** arnoldje has quit IRC15:06
openstackgerritRoman Vasilets proposed openstack/rally: Fix bug in Dockerfile with docs, samples, certification  https://review.openstack.org/25467115:19
*** diogogmt has joined #openstack-rally15:25
*** anshul has quit IRC15:33
ekarlsorcernin: so why did this fail ? https://review.openstack.org/#/c/249313/15:38
*** Liuqing has quit IRC15:47
*** arnoldje has joined #openstack-rally15:51
openstackgerritRoman Vasilets proposed openstack/rally: Change rps value from min to max with step  https://review.openstack.org/23419515:53
openstackgerritAlexander Maretskiy proposed openstack/rally: [Scenario] Add method `add_output'  https://review.openstack.org/25533615:56
*** rvasilets has quit IRC15:58
*** lezbar has quit IRC16:00
*** spyderdyne has joined #openstack-rally16:02
*** lezbar has joined #openstack-rally16:04
*** dpaterson has joined #openstack-rally16:19
*** diogogmt has quit IRC16:22
*** amaretskiy has quit IRC16:23
*** _dpaterson has quit IRC16:35
*** yfried has quit IRC16:49
openstackgerritSergey Skripnick proposed openstack/rally: [do-not-merge] Add network context to scenarios using _create_network_structure  https://review.openstack.org/25537316:51
*** tfreger has joined #openstack-rally16:53
*** FatDarrel has joined #openstack-rally16:54
*** stpierre has joined #openstack-rally16:56
*** stpierre has quit IRC16:58
*** stpierre has joined #openstack-rally16:58
*** diogogmt has joined #openstack-rally17:08
openstackgerritKun Huang proposed openstack/rally: [WIP] remove usage of wait_for  https://review.openstack.org/25538417:11
*** rcernin has quit IRC17:11
*** diogogmt_ has joined #openstack-rally17:13
*** diogogmt has quit IRC17:13
*** diogogmt_ is now known as diogogmt17:13
*** tfreger has quit IRC17:18
FatDarrelhello17:18
FatDarrelis Boris around17:18
*** tosky has quit IRC17:23
*** tosky has joined #openstack-rally17:23
*** jaypipes has quit IRC17:25
*** FatDarrel has quit IRC17:39
*** FatDarrel has joined #openstack-rally17:49
*** abalutoiu has quit IRC17:55
*** spyderdyne has quit IRC17:59
*** arxcruz has quit IRC17:59
*** yfried has joined #openstack-rally18:04
*** psd has quit IRC18:07
*** psd has joined #openstack-rally18:07
openstackgerritKun Huang proposed openstack/rally: Remove usage of wait_for  https://review.openstack.org/25538418:09
*** stpierre has quit IRC18:09
*** stpierre has joined #openstack-rally18:10
openstackgerritOpenStack Proposal Bot proposed openstack/rally: Updated from global requirements  https://review.openstack.org/25300018:18
*** FatDarrel has quit IRC18:32
*** tosky has quit IRC18:33
*** e0ne has quit IRC18:41
ekarlsoandreykurilin: you got a clue on https://review.openstack.org/#/c/249313/?18:41
*** pvaneck has joined #openstack-rally18:43
*** aix has quit IRC18:43
*** e0ne has joined #openstack-rally19:15
*** FatDarrel has joined #openstack-rally19:25
*** FatDarrel has quit IRC19:26
*** phd2 has joined #openstack-rally19:27
phd2boris-42_:19:27
phd2you around?19:27
*** dpaterson has quit IRC19:49
*** madhu_ak_ has quit IRC19:52
*** kevinbenton has quit IRC19:54
*** kevinbenton_ has joined #openstack-rally20:13
*** kevinbenton_ has quit IRC20:14
*** kevinbenton has joined #openstack-rally20:14
*** psd has quit IRC20:17
*** Aish has joined #openstack-rally20:20
*** phd2 has quit IRC20:26
*** madhu_ak has joined #openstack-rally20:31
*** phd2 has joined #openstack-rally20:53
*** dpaterson has joined #openstack-rally20:56
phd2helloanyone here21:10
*** madhu_ak_ has joined #openstack-rally21:12
*** meteorfox has quit IRC21:13
*** meteorfox has joined #openstack-rally21:14
*** madhu_ak has quit IRC21:15
*** akrzos has quit IRC21:19
stpierrephd2: just ask your question and anyone who is here and can answer will do so21:21
phd2ok here ti goes21:24
*** e0ne has quit IRC21:32
phd2http://pastebin.com/aaHF4D7d21:36
phd2 rally task validate task.yaml --task-args-file task_arguments.yaml fails with this21:37
phd22015-12-09 13:31:13.815 26878 ERROR rally.task.scenario KeyError: 'min_ram'21:37
phd2yeah so  stpierre saw it and he figured it out but he forgot21:42
phd2stpierre: you around?21:42
stpierreyeah21:43
phd2so you remember how you figured that min_ram error issue21:43
stpierrenope21:45
stpierrei know that whatever image object rally was looking up was basically empty -- it contained no info about the image21:46
stpierrebut i can't remember why21:46
*** MaxPC has quit IRC21:47
phd2i tried it21:58
phd2i gave it the exact cirros path and it didn’t work21:58
*** stpierre has quit IRC22:00
openstackgerritAndrey Kurilin proposed openstack/rally: WIP do not ignore unknown service_types  https://review.openstack.org/25557022:09
*** phd2 has quit IRC22:10
*** phd2 has joined #openstack-rally22:14
*** phd2 has quit IRC22:25
*** phd2 has joined #openstack-rally22:27
*** dpaterson has quit IRC22:28
*** stpierre has joined #openstack-rally22:35
*** meteorfox has quit IRC22:36
*** marcoceppi has quit IRC22:48
*** harlowja has quit IRC22:51
*** harlowja has joined #openstack-rally22:51
*** boris-42_ has joined #openstack-rally22:59
*** baker has quit IRC23:03
*** akrzos has joined #openstack-rally23:05
*** baker has joined #openstack-rally23:06
*** baker has quit IRC23:09
*** stpierre has quit IRC23:11
*** stpierre has joined #openstack-rally23:11
*** arnoldje has quit IRC23:16
phd2yeah didn’t work23:21
*** meteorfox has joined #openstack-rally23:33
*** rcernin has joined #openstack-rally23:37
*** marcoceppi has joined #openstack-rally23:48
*** marcoceppi has joined #openstack-rally23:48

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