*** stpierre has quit IRC | 00:07 | |
*** baker has joined #openstack-rally | 00:15 | |
*** baker has quit IRC | 00:24 | |
*** baker has joined #openstack-rally | 00:25 | |
*** baker has quit IRC | 00:35 | |
*** baker has joined #openstack-rally | 00:37 | |
*** baker has quit IRC | 00:48 | |
*** baker has joined #openstack-rally | 00:54 | |
*** klindgren_ has joined #openstack-rally | 01:04 | |
*** klindgren has quit IRC | 01:06 | |
*** baker has quit IRC | 01:14 | |
*** baker has joined #openstack-rally | 01:17 | |
*** pvaneck has quit IRC | 01:21 | |
*** baker has quit IRC | 01:21 | |
*** baker has joined #openstack-rally | 01:24 | |
*** Aish has quit IRC | 01:25 | |
*** baker has quit IRC | 01:26 | |
*** Aish has joined #openstack-rally | 01:27 | |
*** Aish has left #openstack-rally | 01:27 | |
*** baker has joined #openstack-rally | 01:37 | |
*** baohua has joined #openstack-rally | 01:43 | |
*** baker has quit IRC | 01:44 | |
*** baker has joined #openstack-rally | 01:46 | |
*** yingjun has joined #openstack-rally | 01:48 | |
openstackgerrit | Srinivas Sakhamuri proposed openstack/rally: Make sure VolumeGenerator uses the api version info while cleanup https://review.openstack.org/283306 | 01:49 |
---|---|---|
*** josdotso has quit IRC | 01:52 | |
openstackgerrit | Srinivas Sakhamuri proposed openstack/rally: Make sure VolumeGenerator uses the api version info while cleanup https://review.openstack.org/283306 | 01:53 |
*** baker has quit IRC | 01:54 | |
*** baker has joined #openstack-rally | 01:55 | |
*** baker has quit IRC | 02:00 | |
*** baker has joined #openstack-rally | 02:52 | |
*** Deng has joined #openstack-rally | 02:57 | |
openstackgerrit | Luz Cazares proposed openstack/rally: Documentation tox fix https://review.openstack.org/282118 | 03:01 |
*** bkopilov has quit IRC | 03:11 | |
*** akrzos has quit IRC | 03:15 | |
*** arnoldje has joined #openstack-rally | 03:48 | |
*** akrzos has joined #openstack-rally | 03:57 | |
*** shausy has joined #openstack-rally | 04:15 | |
*** baker_ has joined #openstack-rally | 04:17 | |
*** baker has quit IRC | 04:20 | |
*** akrzos has quit IRC | 04:22 | |
*** baker has joined #openstack-rally | 04:26 | |
*** baker_ has quit IRC | 04:29 | |
*** baker has quit IRC | 04:42 | |
*** bkopilov has joined #openstack-rally | 04:42 | |
*** garyk has joined #openstack-rally | 04:52 | |
*** garyk has quit IRC | 04:53 | |
*** garyk has joined #openstack-rally | 04:54 | |
*** coolsvap|away has quit IRC | 05:06 | |
*** rdas has joined #openstack-rally | 05:06 | |
*** shausy has quit IRC | 05:07 | |
*** shausy has joined #openstack-rally | 05:07 | |
*** Aish has joined #openstack-rally | 05:36 | |
*** Aish has quit IRC | 05:36 | |
openstackgerrit | Bo Chi proposed openstack/rally: Use dict and set comprehension instead of using dict() and set() https://review.openstack.org/273449 | 05:38 |
*** linuxgeek has quit IRC | 05:42 | |
*** linuxgeek has joined #openstack-rally | 05:44 | |
*** arnoldje has quit IRC | 06:00 | |
*** neeti has joined #openstack-rally | 06:05 | |
*** tfreger has joined #openstack-rally | 06:07 | |
*** skv_ has joined #openstack-rally | 06:24 | |
skv_ | I do not see Barbican test in Rally. Is there any plan for adding Barbican scenario in Rally ? | 06:25 |
*** skv_ has quit IRC | 06:45 | |
*** skv_ has joined #openstack-rally | 06:46 | |
openstackgerrit | Bo Chi proposed openstack/rally: Use dict and set comprehension instead of using dict() and set() https://review.openstack.org/273449 | 06:59 |
*** psd has quit IRC | 07:19 | |
*** Deng has quit IRC | 07:33 | |
*** skv_ has quit IRC | 07:34 | |
*** psuriset has quit IRC | 07:50 | |
*** boris-42 has quit IRC | 07:54 | |
*** pcaruana has joined #openstack-rally | 07:58 | |
*** psuriset has joined #openstack-rally | 08:07 | |
*** pcaruana is now known as pcaruana|afk| | 08:08 | |
*** pcaruana|afk| is now known as pcaruana | 08:08 | |
*** skv_ has joined #openstack-rally | 08:12 | |
*** psuriset has quit IRC | 08:14 | |
*** psuriset has joined #openstack-rally | 08:27 | |
*** psd has joined #openstack-rally | 08:36 | |
*** yfried has quit IRC | 08:40 | |
*** zhimoupeng has joined #openstack-rally | 08:41 | |
zhimoupeng | Hello guys, i have a question, for example, i need to run a case like create 100 volumes, then list all volumes. but i need the creation action concurrently and when all the volumes finished creating then list. so which RUNNER should solve this problem? rps? constant? | 08:52 |
andreykurilin | ekarlso: hi! do you still have question? :) | 08:56 |
andreykurilin | zhumoupeng: hi! | 08:56 |
zhimoupeng | andreykurilin: hi! | 08:56 |
*** amaretskiy has joined #openstack-rally | 08:58 | |
zhimoupeng | create 100 volumes --> wait all threads complete creation --> delete 100 volumes--> end | 08:59 |
zhimoupeng | andreykurilin: like this kind of action. so which runner can do this ? | 08:59 |
zhimoupeng | rps? | 08:59 |
andreykurilin | zhimoupeng: we don't support multi scenarios yet(we are working on this feature), so each iteration will create 1 volume and do list. If you want, you can use constant runner (parameter "concurrency" means the number of parallel iterations) | 08:59 |
andreykurilin | zhimoupeng: create_and_list scenario will not delete volumes in each iteration, they will be removed in cleanup | 09:00 |
zhimoupeng | ooops it's list . s/delete/list/ | 09:01 |
zhimoupeng | andreykurilin: i will try constant runner with concurrency. thanks! | 09:02 |
andreykurilin | zhimoupeng: only constant runner will help, but as I mentioned before - each iteration will list volumes, but you will be able to get time of "list" from the last iteration | 09:03 |
*** anshul has joined #openstack-rally | 09:03 | |
zhimoupeng | andreykurilin: i get it, thanks for help! | 09:05 |
andreykurilin | you are welcome | 09:06 |
*** yfried has joined #openstack-rally | 09:20 | |
*** mvk has quit IRC | 09:26 | |
*** baohua has quit IRC | 09:29 | |
*** zhimoupeng has quit IRC | 09:32 | |
*** yingjun has quit IRC | 09:36 | |
*** tosky has joined #openstack-rally | 09:51 | |
*** mvk has joined #openstack-rally | 09:53 | |
ekarlso | andreykurilin: ya, so in my DesignatRecordSetResource I need to pass the zone_id or so to the list() when listing out the recordsets, how can I do that when self.raw_resource is None ? | 09:59 |
andreykurilin | ekarlso: ok, so I don't know what you are doing, so please, explain the whole case:) why raw_resource is None? | 10:01 |
andreykurilin | ekarlso: Do you want to extend cleanup or you are trying to write some context? | 10:02 |
andreykurilin | psd: hi! I'm here, so feel free to ping me:) | 10:04 |
ekarlso | andreykurilin: trying to do resource cleanup yes :) | 10:04 |
ekarlso | andreykurilin: I can paste you the code so you can see | 10:05 |
andreykurilin | ekarlso: yes, it would be nice | 10:05 |
andreykurilin | please share it | 10:05 |
ekarlso | andreykurilin: http://paste.ubuntu.com/15178564/ | 10:06 |
ekarlso | is the resources.py | 10:06 |
andreykurilin | ekarlso: are you working on DesignateResource._walk_pages and DesignateRecordSets.list ? | 10:11 |
openstackgerrit | Alexander Maretskiy proposed openstack/rally: [Doc] Make documentation for output plugins https://review.openstack.org/265857 | 10:13 |
ekarlso | andreykurilin: ye, I'm trying to use paging to get the stuff to delete.. | 10:16 |
andreykurilin | ekarlso: so Cleanup works in the next way: It initializes Resource class without raw_resource and call "list" method, then(in the separate threads) it initialize Resource class again for each returned item from list and call delete method. So you should not use raw_resource in the list. Why are you need it there? It looks like `self.raw_resource["zone_id"]` should not be at L511 (_walk_pages accepts only func and *args which are not used) | 10:16 |
ekarlso | andreykurilin: omg -,,-, I'm totally wrong atm, so the issue really is that you need to pass the zone_id that you are fetching recordsets for into the designateclient.recordsets.list() method, how do I get the zone_id ? | 10:17 |
andreykurilin | ekarlso: got you | 10:18 |
openstackgerrit | Alexander Maretskiy proposed openstack/rally: [Doc] Make documentation for output plugins https://review.openstack.org/265857 | 10:18 |
andreykurilin | ekarlso: Is zone a tenant-resource or not? | 10:19 |
ekarlso | andreykurilin: ya it belongs to a tenant, domain and recordset is as well | 10:21 |
andreykurilin | ok, one moment | 10:21 |
andreykurilin | ekarlso: you should try something like http://xsnippet.org/361444/ | 10:23 |
ekarlso | andreykurilin: what's _manager vs _client though ? | 10:25 |
ekarlso | I though you where supposed to use _manager() ? | 10:25 |
andreykurilin | ekarlso: _manager returns the manager of current resource. In your case you need not only manager of one resource, but manager of it's parent, so I introduced one more help method. | 10:26 |
ekarlso | andreykurilin: also that will return all zones so if that runs on a existing tenant that will grab all recordsets I think from all existing zones, I need then to filter down to only the zones that are made by this run or so, is that possible ? | 10:28 |
andreykurilin | ekarlso: you can filter them by name(startedwith("rally...")) | 10:29 |
ekarlso | andreykurilin: does each rally task get a unique name or so ? cause the designate api supports filtering ;) | 10:30 |
ekarlso | or I guess there's no use in running 2 rally things at once anyways :o | 10:31 |
*** skv_ has quit IRC | 10:33 | |
andreykurilin | ekarlso: you are wrong:) I know the team which launch several instances of Rally at ontce | 10:34 |
ekarlso | andreykurilin: oh, how do you then keep 1 instance of rally from deleting resources another creates ? | 10:34 |
ekarlso | :P | 10:34 |
andreykurilin | ekarlso: All resources(except keystone) are listed using tenant users, so for each created tenant by Rally, cleanup will execute list method | 10:36 |
ekarlso | andreykurilin: ah ok! | 10:36 |
andreykurilin | ekarlso: about unique names of tasks, you should ask stpierre, but he will be available a bit later | 10:36 |
ekarlso | andreykurilin: thxn! | 10:37 |
*** abalutoiu has joined #openstack-rally | 10:37 | |
*** rook-rook has joined #openstack-rally | 10:40 | |
*** baohua has joined #openstack-rally | 10:46 | |
*** anshul has quit IRC | 10:49 | |
*** anshul has joined #openstack-rally | 10:50 | |
*** tfreger has quit IRC | 10:51 | |
ekarlso | andreykurilin: so does list() need to return a list or can it return a generator ? | 10:54 |
*** rook-rook has quit IRC | 10:55 | |
andreykurilin | ekarlso: it can return generator of items, but your code returns generator of list of items. | 10:59 |
openstackgerrit | Andrey Kurilin proposed openstack/rally: Proof-of-concept: plugins based on entry-point https://review.openstack.org/282381 | 11:18 |
*** yfried has quit IRC | 11:21 | |
*** yfried has joined #openstack-rally | 11:21 | |
*** yingjun has joined #openstack-rally | 11:22 | |
ekarlso | andreykurilin: aha : ) | 11:33 |
*** psd has quit IRC | 11:39 | |
*** sverma has quit IRC | 12:00 | |
ekarlso | andreykurilin: sigh: AssertionError: set(['_walk_pages']) is not false : ResourceManager rally.plugins.openstack.cleanup.resources.DesignateResource contains extra fields: _walk_pages. Remove them to pass this test | 12:03 |
*** sverma has joined #openstack-rally | 12:12 | |
andreykurilin | lol | 12:24 |
ekarlso | andreykurilin: it doesn't like private methods or ? | 12:27 |
openstackgerrit | Illia Khudoshyn proposed openstack/rally: Store task results into DB by chunks, retrieve aggregated https://review.openstack.org/283548 | 12:40 |
*** psd has joined #openstack-rally | 12:45 | |
*** akrzos has joined #openstack-rally | 12:47 | |
*** mvk has quit IRC | 12:49 | |
*** mvk has joined #openstack-rally | 12:50 | |
*** bkopilov has quit IRC | 12:51 | |
*** ekudryashova has joined #openstack-rally | 12:53 | |
*** MaxPC has joined #openstack-rally | 13:01 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally: Proof-of-concept: plugins based on entry-point https://review.openstack.org/282381 | 13:03 |
andreykurilin | ekarlso: it looks strange. Imo, we should remove this tests at all | 13:05 |
ekarlso | andreykurilin: :p | 13:05 |
andreykurilin | *this test | 13:06 |
openstackgerrit | Endre Karlson proposed openstack/rally: Designate V2 - Add recordset scenarios https://review.openstack.org/249314 | 13:06 |
ekarlso | andreykurilin: so what we do then ? | 13:14 |
ekarlso | would love to get this stuff merged by friday at latest as I am going on paternity leave | 13:15 |
andreykurilin | ekarlso: As I said before, I prefer to remove it at all, but lets wait until stpierre come. He is working on refactoring cleanup now:) | 13:15 |
*** shausy has quit IRC | 13:16 | |
andreykurilin | ekarlso: Congratulations! | 13:16 |
andreykurilin | ekarlso: I suppose, stpierre will be online in several hours | 13:16 |
*** sverma has quit IRC | 13:17 | |
psd | andreykurilin: Hey! so basically boris suggested adding cloud information the final benchmark output as a GSoC project last year. We had worked on a spec https://review.openstack.org/169432 | 13:19 |
andreykurilin | psd: hi! I'll read your spec today and ping you:) | 13:23 |
*** rdas has quit IRC | 13:38 | |
ekarlso | andreykurilin: :p | 13:50 |
*** neeti has quit IRC | 13:55 | |
openstackgerrit | Illia Khudoshyn proposed openstack/rally: Store task results into DB by chunks, retrieve aggregated https://review.openstack.org/283548 | 13:56 |
*** garyk has quit IRC | 13:58 | |
openstackgerrit | Endre Karlson proposed openstack/rally: Designate V2 - Add recordset scenarios https://review.openstack.org/249314 | 13:58 |
*** stpierre has joined #openstack-rally | 13:58 | |
*** mvk has quit IRC | 14:00 | |
*** mvk has joined #openstack-rally | 14:01 | |
*** pcaruana has quit IRC | 14:02 | |
rook | andreykurilin is there a good way to disable cleanup vs going into code - nova/boot code? | 14:04 |
rook | ^ maybe a plugin? | 14:04 |
andreykurilin | rook: no:( | 14:08 |
andreykurilin | stpierre: hi | 14:08 |
andreykurilin | how are you? | 14:09 |
rook | andreykurilin ok, so the only way to do this is to make a change to the code to remove the cleanup | 14:09 |
andreykurilin | rook: currently - yes, but, as far as I know, stpierre is working on disaster cleanup. After such feature will be implemented, we will provide the ability to turn off cleanup | 14:11 |
stpierre | andreykurilin: good, what's up? | 14:11 |
andreykurilin | stpierre: ekarlso(and it looks like rook has too) has several questions about cleanup and we need your help :) | 14:12 |
stpierre | it's a complicated mess that i don't even begin to fully understand. HTH :P | 14:12 |
andreykurilin | heh | 14:12 |
andreykurilin | stpierre: first of all, do you know why we restrict to "non-default" methods to cleanup resources? (https://github.com/openstack/rally/blob/master/tests/unit/plugins/openstack/cleanup/test_resources.py#L31) | 14:14 |
stpierre | i don't understand why that test exists, but i'm not sure that's what you mean. | 14:15 |
rook | lol | 14:16 |
rook | ok | 14:16 |
psd | andreykurilin: sure! | 14:23 |
*** baohua has quit IRC | 14:24 | |
andreykurilin | ekarlso: please, remove test https://github.com/openstack/rally/blob/master/tests/unit/plugins/openstack/cleanup/test_resources.py#L31 :) | 14:36 |
andreykurilin | stpierre: thanks :) | 14:37 |
*** tosky has quit IRC | 14:46 | |
*** tosky has joined #openstack-rally | 14:47 | |
openstackgerrit | Endre Karlson proposed openstack/rally: Designate V2 - Add recordset scenarios https://review.openstack.org/249314 | 14:57 |
ekarlso | andreykurilin: ^ done : ) | 15:01 |
*** cjmartinez has joined #openstack-rally | 15:06 | |
*** josdotso has joined #openstack-rally | 15:07 | |
*** castulo has quit IRC | 15:07 | |
*** ekarlso has quit IRC | 15:07 | |
*** cjmartinez is now known as castulo | 15:07 | |
*** ekarlso- has joined #openstack-rally | 15:08 | |
*** bkopilov has joined #openstack-rally | 15:15 | |
*** pcaruana has joined #openstack-rally | 15:18 | |
*** pcaruana has quit IRC | 15:20 | |
*** pcaruana has joined #openstack-rally | 15:21 | |
*** pcaruana|afk| has joined #openstack-rally | 15:21 | |
*** arnoldje has joined #openstack-rally | 15:22 | |
*** anshul has quit IRC | 15:25 | |
*** pcaruana|afk| has quit IRC | 15:29 | |
*** pcaruana has quit IRC | 15:37 | |
rook | andreykurilin: did something with plugins change recently? | 15:48 |
*** pcaruana has joined #openstack-rally | 15:49 | |
rook | https://gist.github.com/jtaleric/3acfad1cf5a0413f4526 <-- this plugin *used* to work | 15:49 |
rook | nm, got it figured out | 15:49 |
andreykurilin | :) | 15:51 |
*** abalutoiu has quit IRC | 15:52 | |
*** mvk has quit IRC | 16:05 | |
*** mvk has joined #openstack-rally | 16:06 | |
openstackgerrit | Yaroslav Lobankov proposed openstack/rally: [Verify] Adding 'deprecate' warning to `rally verify start` https://review.openstack.org/283279 | 16:11 |
*** yfried has quit IRC | 16:11 | |
*** baker has joined #openstack-rally | 16:14 | |
openstackgerrit | Roman Vasilets proposed openstack/rally: [Spec] Rally Task Validation refactoring https://review.openstack.org/283180 | 16:28 |
*** abehl has joined #openstack-rally | 16:30 | |
*** Aish has joined #openstack-rally | 16:34 | |
*** lezbar has quit IRC | 16:55 | |
*** lezbar has joined #openstack-rally | 16:58 | |
rvasilets | Please welcome to review of the spec https://review.openstack.org/#/c/283180/ | 16:59 |
*** psd has quit IRC | 16:59 | |
rvasilets | validators refactoring | 16:59 |
amaretskiy | rvasilets: ok | 17:03 |
*** klindgren__ has joined #openstack-rally | 17:12 | |
*** klindgren_ has quit IRC | 17:14 | |
*** amaretskiy has quit IRC | 17:17 | |
*** josdotso has quit IRC | 17:40 | |
*** Aish has quit IRC | 17:46 | |
*** mvk has quit IRC | 17:56 | |
*** Aish has joined #openstack-rally | 17:59 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/rally: Updated from global requirements https://review.openstack.org/283723 | 18:04 |
*** psd has joined #openstack-rally | 18:05 | |
openstackgerrit | Roman Vasilets proposed openstack/rally: [WIP] Change structure of rally plugin and plugin references page https://review.openstack.org/280327 | 18:10 |
*** tosky has quit IRC | 18:39 | |
*** pvaneck has joined #openstack-rally | 18:53 | |
*** arnoldje has quit IRC | 18:58 | |
*** klindgren__ is now known as klindgren | 19:04 | |
*** arnoldje has joined #openstack-rally | 19:20 | |
*** diogogmt has joined #openstack-rally | 19:30 | |
openstackgerrit | Merged openstack/rally: [Doc] Make documentation for output plugins https://review.openstack.org/265857 | 19:35 |
openstackgerrit | Merged openstack/rally: Overhaul SeekAndDestroy._get_cached_client() https://review.openstack.org/281487 | 19:56 |
openstackgerrit | Merged openstack/rally: [Verify] Deprecate for removal '--tempest-config' for 'reinstall' cmd https://review.openstack.org/282892 | 19:56 |
openstackgerrit | Yaroslav Lobankov proposed openstack/rally: [Verify] Removing deprecated arguments https://review.openstack.org/283771 | 19:58 |
*** josdotso has joined #openstack-rally | 19:59 | |
*** arnoldje has quit IRC | 20:07 | |
*** lutostag_ has joined #openstack-rally | 20:11 | |
*** lutostag has quit IRC | 20:12 | |
*** stpierre_ has joined #openstack-rally | 20:25 | |
*** arnoldje has joined #openstack-rally | 20:26 | |
*** stpierre has quit IRC | 20:29 | |
*** abehl has quit IRC | 20:33 | |
*** stpierre_ is now known as stpierre | 20:43 | |
*** MaxPC has quit IRC | 21:14 | |
*** boris-42 has joined #openstack-rally | 21:18 | |
*** stpierre_ has joined #openstack-rally | 21:22 | |
*** stpierre has quit IRC | 21:22 | |
*** stpierre_ is now known as stpierre | 21:22 | |
*** akrzos has quit IRC | 21:25 | |
openstackgerrit | Merged openstack/rally: Update URL in templates https://review.openstack.org/282646 | 21:42 |
*** lutostag_ is now known as lutostag | 22:07 | |
*** gubouvier has quit IRC | 22:08 | |
*** harshs has joined #openstack-rally | 22:12 | |
*** stpierre has quit IRC | 22:33 | |
*** akrzos has joined #openstack-rally | 22:38 | |
*** mvk has joined #openstack-rally | 22:39 | |
*** harshs has quit IRC | 22:58 | |
*** diogogmt has quit IRC | 22:58 | |
*** linuxgeek has quit IRC | 22:58 | |
*** davideagnello has quit IRC | 22:58 | |
*** redixin has quit IRC | 22:58 | |
*** mvk has quit IRC | 22:58 | |
*** arnoldje has quit IRC | 22:58 | |
*** josdotso has quit IRC | 22:58 | |
*** baker has quit IRC | 22:58 | |
*** pcaruana has quit IRC | 22:58 | |
*** bkopilov has quit IRC | 22:58 | |
*** _hanhart has quit IRC | 22:58 | |
*** frickler has quit IRC | 22:58 | |
*** aarefiev has quit IRC | 22:58 | |
*** marcoceppi has quit IRC | 22:58 | |
*** rvasilets has quit IRC | 22:58 | |
*** ekudryashova has quit IRC | 22:58 | |
*** akrzos has quit IRC | 22:58 | |
*** lutostag has quit IRC | 22:58 | |
*** Guest51435 has quit IRC | 22:58 | |
*** kun_huang has quit IRC | 22:58 | |
*** logan- has quit IRC | 22:58 | |
*** vipul- has quit IRC | 22:58 | |
*** davidlenwell has quit IRC | 22:58 | |
*** jlk has quit IRC | 22:58 | |
*** andreykurilin has quit IRC | 22:58 | |
*** boris-42 has quit IRC | 22:58 | |
*** psd has quit IRC | 22:58 | |
*** lezbar has quit IRC | 22:58 | |
*** psuriset has quit IRC | 22:58 | |
*** amakarov_away has quit IRC | 22:58 | |
*** igormarnat has quit IRC | 22:58 | |
*** castulo has quit IRC | 22:58 | |
*** itsuugo has quit IRC | 22:58 | |
*** lcazares has quit IRC | 22:58 | |
*** NikitaKonovalov has quit IRC | 22:58 | |
*** rook has quit IRC | 22:58 | |
*** lewo has quit IRC | 22:58 | |
*** vaidy_ril has quit IRC | 22:58 | |
*** kbaikov has quit IRC | 22:58 | |
*** gus has quit IRC | 22:58 | |
*** bigjools has quit IRC | 22:58 | |
*** kbyrne has quit IRC | 22:58 | |
*** vkmc has quit IRC | 22:58 | |
*** Aish has quit IRC | 22:58 | |
*** meteorfox has quit IRC | 22:58 | |
*** hockeynut has quit IRC | 22:58 | |
*** zeus has quit IRC | 22:58 | |
*** ukinau has quit IRC | 22:58 | |
*** ptoohill has quit IRC | 22:58 | |
*** ekarlso- has quit IRC | 22:58 | |
*** dmellado has quit IRC | 22:58 | |
*** hughsaunders has quit IRC | 22:58 | |
*** DinaBelova has quit IRC | 22:58 | |
*** afazekas has quit IRC | 22:58 | |
*** smurke has quit IRC | 22:58 | |
*** bapalm has quit IRC | 22:58 | |
*** avico has quit IRC | 22:58 | |
*** trams has quit IRC | 22:58 | |
*** hemanthm has quit IRC | 22:58 | |
*** ikhudoshyn has quit IRC | 22:58 | |
*** zhiyan has quit IRC | 22:58 | |
*** serverascode has quit IRC | 22:58 | |
*** ChanServ has quit IRC | 22:58 | |
*** serverascode has joined #openstack-rally | 23:00 | |
*** zhiyan has joined #openstack-rally | 23:00 | |
*** ikhudoshyn has joined #openstack-rally | 23:00 | |
*** rvasilets has joined #openstack-rally | 23:00 | |
*** marcoceppi has joined #openstack-rally | 23:00 | |
*** aarefiev has joined #openstack-rally | 23:00 | |
*** frickler has joined #openstack-rally | 23:00 | |
*** _hanhart has joined #openstack-rally | 23:00 | |
*** bkopilov has joined #openstack-rally | 23:00 | |
*** pcaruana has joined #openstack-rally | 23:00 | |
*** baker has joined #openstack-rally | 23:00 | |
*** josdotso has joined #openstack-rally | 23:00 | |
*** arnoldje has joined #openstack-rally | 23:00 | |
*** mvk has joined #openstack-rally | 23:00 | |
*** andreykurilin has joined #openstack-rally | 23:00 | |
*** jlk has joined #openstack-rally | 23:00 | |
*** davidlenwell has joined #openstack-rally | 23:00 | |
*** vipul- has joined #openstack-rally | 23:00 | |
*** logan- has joined #openstack-rally | 23:00 | |
*** kun_huang has joined #openstack-rally | 23:00 | |
*** Guest51435 has joined #openstack-rally | 23:00 | |
*** lutostag has joined #openstack-rally | 23:00 | |
*** akrzos has joined #openstack-rally | 23:00 | |
*** vkmc has joined #openstack-rally | 23:00 | |
*** kbyrne has joined #openstack-rally | 23:00 | |
*** bigjools has joined #openstack-rally | 23:00 | |
*** gus has joined #openstack-rally | 23:00 | |
*** kbaikov has joined #openstack-rally | 23:00 | |
*** vaidy_ril has joined #openstack-rally | 23:00 | |
*** lewo has joined #openstack-rally | 23:00 | |
*** rook has joined #openstack-rally | 23:00 | |
*** NikitaKonovalov has joined #openstack-rally | 23:00 | |
*** lcazares has joined #openstack-rally | 23:00 | |
*** DinaBelova has joined #openstack-rally | 23:01 | |
*** boris-42 has joined #openstack-rally | 23:01 | |
*** psd has joined #openstack-rally | 23:01 | |
*** lezbar has joined #openstack-rally | 23:01 | |
*** psuriset has joined #openstack-rally | 23:01 | |
*** amakarov_away has joined #openstack-rally | 23:01 | |
*** igormarnat has joined #openstack-rally | 23:01 | |
*** harshs has joined #openstack-rally | 23:01 | |
*** diogogmt has joined #openstack-rally | 23:01 | |
*** linuxgeek has joined #openstack-rally | 23:01 | |
*** davideagnello has joined #openstack-rally | 23:01 | |
*** redixin has joined #openstack-rally | 23:01 | |
*** ekarlso- has joined #openstack-rally | 23:03 | |
*** dmellado has joined #openstack-rally | 23:03 | |
*** hughsaunders has joined #openstack-rally | 23:03 | |
*** afazekas has joined #openstack-rally | 23:03 | |
*** smurke has joined #openstack-rally | 23:03 | |
*** bapalm has joined #openstack-rally | 23:03 | |
*** avico has joined #openstack-rally | 23:03 | |
*** trams has joined #openstack-rally | 23:03 | |
*** hemanthm has joined #openstack-rally | 23:03 | |
*** meteorfox has joined #openstack-rally | 23:03 | |
*** hockeynut has joined #openstack-rally | 23:03 | |
*** zeus has joined #openstack-rally | 23:03 | |
*** ukinau has joined #openstack-rally | 23:03 | |
*** ptoohill has joined #openstack-rally | 23:03 | |
*** ekudryashova has joined #openstack-rally | 23:03 | |
*** Aish has joined #openstack-rally | 23:03 | |
*** harshs has quit IRC | 23:04 | |
*** itsuugo has joined #openstack-rally | 23:06 | |
*** ChanServ has joined #openstack-rally | 23:06 | |
*** asimov.freenode.net sets mode: +o ChanServ | 23:06 | |
*** exploreshaifali has joined #openstack-rally | 23:08 | |
*** exploreshaifali has quit IRC | 23:08 | |
*** baker has quit IRC | 23:14 | |
*** arnoldje has quit IRC | 23:15 | |
*** josdotso has quit IRC | 23:16 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally: Proof-of-concept: plugins based on entry-point https://review.openstack.org/282381 | 23:35 |
*** diogogmt has quit IRC | 23:36 | |
*** yingjun has quit IRC | 23:50 | |
*** yingjun has joined #openstack-rally | 23:50 | |
*** yingjun has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!