boris-42 | LosangKunpen: cool | 00:02 |
---|---|---|
*** ylobankov has quit IRC | 00:06 | |
*** yingjun has joined #openstack-rally | 00:19 | |
*** akrzos has joined #openstack-rally | 00:19 | |
*** KimJ has quit IRC | 00:24 | |
*** rcernin has quit IRC | 00:46 | |
*** Aish has left #openstack-rally | 00:49 | |
*** arnoldje has joined #openstack-rally | 00:57 | |
*** chenli has joined #openstack-rally | 01:15 | |
*** baohua has joined #openstack-rally | 01:18 | |
*** pvaneck has quit IRC | 01:38 | |
*** diogogmt has joined #openstack-rally | 01:42 | |
*** diogogmt has quit IRC | 01:42 | |
*** bochi-michael has joined #openstack-rally | 01:58 | |
*** madhu_ak has quit IRC | 02:10 | |
*** diogogmt has joined #openstack-rally | 02:26 | |
*** ylobankov has joined #openstack-rally | 02:41 | |
*** harshs has joined #openstack-rally | 02:42 | |
*** ilbot3 has quit IRC | 02:45 | |
*** ilbot3 has joined #openstack-rally | 02:48 | |
*** castulo has joined #openstack-rally | 03:00 | |
*** ylobankov has quit IRC | 03:01 | |
openstackgerrit | Julian Edwards proposed openstack/rally: Add V3 support for Keystone scenarios https://review.openstack.org/277225 | 03:08 |
*** harshs has quit IRC | 03:09 | |
openstackgerrit | Chris St. Pierre proposed openstack/rally: Restore ability to pass kwargs to glance _create_image https://review.openstack.org/281437 | 03:21 |
*** JeremyHao has joined #openstack-rally | 03:31 | |
*** JeremyHao has quit IRC | 03:32 | |
*** jlk has quit IRC | 03:39 | |
*** jlk has joined #openstack-rally | 03:40 | |
*** jlk has quit IRC | 03:40 | |
*** jlk has joined #openstack-rally | 03:40 | |
*** ylobankov has joined #openstack-rally | 03:51 | |
*** chenli has quit IRC | 04:02 | |
*** arxcruz has quit IRC | 04:41 | |
*** Aish has joined #openstack-rally | 04:41 | |
*** Aish has left #openstack-rally | 04:42 | |
*** yingjun has quit IRC | 04:42 | |
*** ylobankov has quit IRC | 04:42 | |
*** yingjun has joined #openstack-rally | 04:43 | |
*** chenli has joined #openstack-rally | 04:44 | |
*** rdas has joined #openstack-rally | 04:59 | |
*** akrzos has quit IRC | 05:03 | |
*** psuriset has quit IRC | 05:17 | |
*** psuriset has joined #openstack-rally | 05:36 | |
*** yfried_ has quit IRC | 05:39 | |
*** psuriset has quit IRC | 05:50 | |
*** psuriset has joined #openstack-rally | 06:03 | |
*** tfreger has joined #openstack-rally | 06:04 | |
*** harshs has joined #openstack-rally | 06:08 | |
*** arnoldje has quit IRC | 06:23 | |
*** harshs has quit IRC | 06:25 | |
*** rdas has quit IRC | 06:37 | |
*** rdas has joined #openstack-rally | 06:38 | |
*** mvk has joined #openstack-rally | 06:49 | |
openstackgerrit | Merged openstack/rally: [Verify] Don't create new flavor when flavor already exists https://review.openstack.org/274483 | 07:04 |
*** yfried has joined #openstack-rally | 07:08 | |
*** neeti has joined #openstack-rally | 07:18 | |
*** e0ne has joined #openstack-rally | 07:41 | |
*** rcernin has joined #openstack-rally | 07:51 | |
*** tfreger has quit IRC | 07:56 | |
*** e0ne has quit IRC | 07:58 | |
*** adiantum has joined #openstack-rally | 08:02 | |
*** pcaruana has joined #openstack-rally | 08:05 | |
*** arxcruz has joined #openstack-rally | 08:07 | |
*** amaretskiy has joined #openstack-rally | 08:14 | |
*** marcoceppi has quit IRC | 08:45 | |
*** saurabh__ has joined #openstack-rally | 09:03 | |
*** klindgren_ has quit IRC | 09:04 | |
*** klindgren_ has joined #openstack-rally | 09:04 | |
saurabh__ | Hi there, during rally test execution getting error --> ValueError: filedescriptor out of range in select() <-- so do we have any workaround for this? | 09:05 |
saurabh__ | File "/usr/local/lib/python2.7/dist-packages/rally/common/sshutils.py", line 189, in _run r, w, e = select.select([session], writes, [session], 1) ValueError: filedescriptor out of range in select() | 09:05 |
saurabh__ | select() has limit of 1024 | 09:05 |
saurabh__ | FD_SETSIZE limit of select() | 09:06 |
saurabh__ | increased openfile limit (ulimit -n) to 4096 but select has its own limit | 09:07 |
saurabh__ | using ubuntu to run rally | 09:08 |
boris-42 | saurabh__: hi | 09:10 |
boris-42 | saurabh__: so never seen this before | 09:10 |
saurabh__ | or is there any other function in rally that uses poll instead of select | 09:10 |
boris-42 | amaretskiy: ikhudoshyn ^ | 09:10 |
boris-42 | saurabh__: and what you are trying to achieve? | 09:11 |
ikhudoshyn | o/ | 09:11 |
ikhudoshyn | saurabh__: I can not answer right now, but we faced similar issue so I think we should work on it | 09:13 |
ikhudoshyn | sshutils.py is all that we have right now | 09:13 |
saurabh__ | boris-42: running a command on tenant vm using ssh through floating ip and getting output | 09:14 |
saurabh__ | ikhudoshyn: ok so one more question :) if we have multiple test cases in a single json file so can we ensure order of test case that should be run first | 09:15 |
*** Deng has joined #openstack-rally | 09:15 | |
saurabh__ | ikhudoshyn: by default order is what json.load(json file) returns | 09:16 |
ikhudoshyn | yes | 09:17 |
ikhudoshyn | so as it is a dict -- no one could guarantee the order | 09:17 |
boris-42 | ikhudoshyn: is there any bug? | 09:17 |
ikhudoshyn | boris-42: which one? | 09:17 |
boris-42 | ikhudoshyn: related to ssh | 09:18 |
ikhudoshyn | it's not ssh | 09:18 |
ikhudoshyn | if many iterations run and keystone is down then open file handlers are over, and we can not store results to sqlite -- just can not write to file | 09:19 |
amaretskiy | saurabh__: can you provide us with the full traceback? | 09:20 |
amaretskiy | boris-42: it seems that "ValueError: filedescriptor out of range in select()" occurs when there are too many open files | 09:21 |
boris-42 | ikhudoshyn: uh shiii | 09:21 |
ikhudoshyn | amaretskiy: not sure we need it. It is about the fact that we can not ssh to too many vms at the time | 09:22 |
boris-42 | ikhudoshyn: so wy keystone descriptors are not closed properly? | 09:22 |
ikhudoshyn | boris-42: what's up with yr keyboard? | 09:22 |
boris-42 | ikhudoshyn: typing to fast lol | 09:22 |
Deng | Does anyone know about when creating instance by rally, it always failed with error "Error Forbidden: Policy doesn't allow compute:create to be performed. (HTTP 403)" ? | 09:23 |
boris-42 | Deng: seems like you have custom policy.json | 09:23 |
boris-42 | Deng: I believe you need to add some roles to your users | 09:24 |
saurabh__ | amaretskiy: http://paste.openstack.org/show/487379/ | 09:24 |
saurabh__ | ikhudoshyn: for that sqlited open error have work around, increased open file limits to 4096 and thats working fine now | 09:25 |
ikhudoshyn | boris-42; not sure why.. possibly we just were waiting | 09:27 |
boris-42 | saurabh__: that's very bad approach | 09:27 |
ikhudoshyn | saurabh__: yes we talked about that | 09:27 |
boris-42 | saurabh__: rally shouldn't not create zillion of connections | 09:28 |
boris-42 | shouldn't create* | 09:28 |
saurabh__ | boris-42: that's why I said wordaround :) | 09:29 |
saurabh__ | workaround* | 09:29 |
ikhudoshyn | well it's not a zillion, just several thousands) | 09:29 |
ikhudoshyn | like you run couple thousand iterations and in each you have to auth via keystone | 09:29 |
boris-42 | ikhudoshyn: but it should close fd | 09:30 |
boris-42 | ikhudoshyn: this seems really like something new | 09:30 |
ikhudoshyn | it does if we succeeded with ks | 09:31 |
boris-42 | ikhudoshyn: before I was running a LOT of iterations (like 100k) | 09:31 |
ikhudoshyn | as I wrote... if KS is DOWN | 09:31 |
*** baohua has quit IRC | 09:31 | |
Deng | hi boris-42, thank you. I used existing.json to deploy my rally environment. | 09:31 |
*** yingjun has quit IRC | 09:32 | |
boris-42 | Deng: nope I am talking about policy.json (configuration of Nova) | 09:32 |
Deng | How can i add roles for my users? | 09:32 |
boris-42 | Deng: first of all you need to show me Nova policy.json | 09:32 |
Deng | OK, I will show it to you right away. | 09:34 |
*** e0ne has joined #openstack-rally | 09:35 | |
*** chenli has quit IRC | 09:37 | |
Deng | hi boris-42, I have pasted my policy.json to http://paste.openstack.org/show/487382/ | 09:43 |
*** andreykurilin has joined #openstack-rally | 09:56 | |
*** mvk has quit IRC | 09:57 | |
*** rvasilets has joined #openstack-rally | 09:58 | |
*** openstackgerrit has quit IRC | 10:02 | |
*** openstackgerrit has joined #openstack-rally | 10:03 | |
*** mvk has joined #openstack-rally | 10:06 | |
openstackgerrit | Raphaƫl Badin proposed openstack/rally: Fix install_rally.sh to get it to work on MacOSX https://review.openstack.org/281280 | 10:17 |
boris-42 | Deng: "compute:create": "rule:admin_or_appadmin", | 10:23 |
boris-42 | Deng: seems like only admin or appadmin can create a VM | 10:24 |
boris-42 | Deng: so basically you need to use context plugin with name "roles" | 10:24 |
boris-42 | "roles": "appadmin" | 10:24 |
*** aarefiev has quit IRC | 10:37 | |
*** bochi-michael has quit IRC | 10:39 | |
andreykurilin | bigjools: ping | 10:40 |
*** klindgren__ has joined #openstack-rally | 10:41 | |
openstackgerrit | Roman Vasilets proposed openstack/rally: [WIP]Add Image content upload context https://review.openstack.org/266531 | 10:43 |
*** klindgren_ has quit IRC | 10:44 | |
*** marcoceppi has joined #openstack-rally | 10:55 | |
*** marcoceppi has joined #openstack-rally | 10:55 | |
*** akuznetsova has left #openstack-rally | 10:59 | |
*** aarefiev has joined #openstack-rally | 11:11 | |
*** rdas has quit IRC | 11:46 | |
*** MaxPC has joined #openstack-rally | 12:09 | |
*** yingjun has joined #openstack-rally | 12:30 | |
*** akrzos has joined #openstack-rally | 12:50 | |
*** akrzos has quit IRC | 12:52 | |
*** akrzos has joined #openstack-rally | 12:54 | |
*** gubouvier has joined #openstack-rally | 12:56 | |
openstackgerrit | Illia Khudoshyn proposed openstack/rally: Use install_rally.sh during devstack installation https://review.openstack.org/210137 | 13:00 |
*** e0ne has quit IRC | 13:13 | |
*** e0ne has joined #openstack-rally | 13:14 | |
trams | how do you get rally to verify ssl connections? | 13:22 |
trams | or is the only option to remove all cases of "verify=false" ? | 13:22 |
*** stpierre has joined #openstack-rally | 13:24 | |
trams | stpierre, maybe you know? how do you get TLS verification in rally? trying to get rid of all the warnings :> | 13:24 |
stpierre | i don't know right off | 13:25 |
trams | ok, thanks! :> | 13:25 |
*** saurabh__ has quit IRC | 13:33 | |
*** Liuqing has joined #openstack-rally | 13:38 | |
openstackgerrit | Rodion Promyshlennikov proposed openstack/rally: Change deployment model schema https://review.openstack.org/276821 | 13:49 |
*** neeti has quit IRC | 13:54 | |
andreykurilin | trams: hi | 13:56 |
andreykurilin | trams: There is an option in deployment config https://github.com/openstack/rally/blob/master/samples/deployments/existing.json#L11 . This option is transmitted to all python-*clients | 13:57 |
trams | andreykurilin: super thanks! | 14:01 |
*** Liuqing has quit IRC | 14:02 | |
*** plieb has joined #openstack-rally | 14:09 | |
*** plieb has left #openstack-rally | 14:09 | |
*** arnoldje has joined #openstack-rally | 14:24 | |
*** diogogmt has quit IRC | 14:26 | |
*** diogogmt has joined #openstack-rally | 14:28 | |
*** mvk has quit IRC | 14:38 | |
*** mvk has joined #openstack-rally | 14:39 | |
*** diogogmt has quit IRC | 14:58 | |
*** mvk has quit IRC | 15:00 | |
*** arnoldje has quit IRC | 15:03 | |
*** ylobankov has joined #openstack-rally | 15:05 | |
openstackgerrit | Roman Vasilets proposed openstack/rally: Add verify task exporter to testrail https://review.openstack.org/261528 | 15:10 |
openstackgerrit | Roman Vasilets proposed openstack/rally: Add task exporter to the file system https://review.openstack.org/261527 | 15:10 |
stpierre | so, seriously, what can we do to fix this failing ci job? | 15:22 |
*** klindgren has joined #openstack-rally | 15:23 | |
ikhudoshyn | which one? | 15:23 |
ikhudoshyn | there was an issue with pgsql on rally-ci -- I addressed that today, should work | 15:24 |
*** klindgren__ has quit IRC | 15:24 | |
stpierre | oh, cool | 15:24 |
stpierre | i hadn't seen anything pass yet, but i'll do some rechecks and see how it looks | 15:24 |
stpierre | thanks for looking at that! | 15:24 |
ikhudoshyn | welcome | 15:24 |
openstackgerrit | Chris St. Pierre proposed openstack/rally: Add name() to ResourceManager https://review.openstack.org/272638 | 15:25 |
openstackgerrit | Chris St. Pierre proposed openstack/rally: Create new types.convert() https://review.openstack.org/249462 | 15:25 |
openstackgerrit | Yaroslav Lobankov proposed openstack/rally: [Verify] Removing redundant arg from 'reinstall' command https://review.openstack.org/280057 | 15:27 |
*** klindgren has quit IRC | 15:54 | |
*** diogogmt has joined #openstack-rally | 15:57 | |
*** yingjun has quit IRC | 16:03 | |
*** coolsvap|away has quit IRC | 16:06 | |
*** Aish has joined #openstack-rally | 16:12 | |
*** pcaruana has quit IRC | 16:15 | |
*** rcernin has quit IRC | 16:17 | |
*** coolsvap|away has joined #openstack-rally | 16:20 | |
*** yfried has quit IRC | 16:23 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally: Revert "Make Rally cope with unversioned keystone URL" https://review.openstack.org/281935 | 16:26 |
*** Aish has quit IRC | 16:45 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally: Release notes for 0.3.1 https://review.openstack.org/281959 | 16:53 |
*** e0ne has quit IRC | 16:59 | |
*** arnoldje has joined #openstack-rally | 17:06 | |
rvasilets | Hi all https://review.openstack.org/#/c/261527/ please welcome | 17:16 |
*** lgreg has joined #openstack-rally | 17:20 | |
*** klindgren has joined #openstack-rally | 17:20 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally: Release notes for 0.3.1 https://review.openstack.org/281959 | 17:20 |
boris-42 | stpierre: oh we merged a lot of bugs in 0.3.0 =( | 17:29 |
boris-42 | stpierre: we need to improve CI or reviews quality | 17:29 |
boris-42 | stpierre: https://docs.google.com/document/d/1hMwkiOPI5MwYK5Ncp4kyvryuWOaLyMLVTvNNks9qQ7w/edit# btw | 17:30 |
*** amaretskiy has quit IRC | 17:33 | |
*** rcernin has joined #openstack-rally | 17:36 | |
*** harshs has joined #openstack-rally | 17:50 | |
*** madhu_ak has joined #openstack-rally | 17:59 | |
boris-42 | stpierre: so basically these are some ideas about some major topics | 18:01 |
boris-42 | stpierre: I am going to finish (i hope today) spec related to scenario utils | 18:01 |
openstackgerrit | Chris St. Pierre proposed openstack/rally: Convert ResourceType classes to plugins https://review.openstack.org/249463 | 18:06 |
*** e0ne has joined #openstack-rally | 18:07 | |
*** MaxPC has quit IRC | 18:14 | |
*** e0ne has quit IRC | 18:16 | |
*** e0ne has joined #openstack-rally | 18:30 | |
*** Aish has joined #openstack-rally | 18:34 | |
*** stpierre has quit IRC | 18:38 | |
*** mvk has joined #openstack-rally | 18:38 | |
*** Aish has quit IRC | 18:43 | |
*** yfried has joined #openstack-rally | 18:44 | |
*** MaxPC has joined #openstack-rally | 18:44 | |
*** lgreg has left #openstack-rally | 18:49 | |
*** Aish has joined #openstack-rally | 18:54 | |
openstackgerrit | Merged openstack/rally: Restore ability to pass kwargs to glance _create_image https://review.openstack.org/281437 | 19:02 |
*** harshs has quit IRC | 19:14 | |
*** jlk has quit IRC | 19:18 | |
*** jlk has joined #openstack-rally | 19:18 | |
*** jlk has quit IRC | 19:18 | |
*** jlk has joined #openstack-rally | 19:18 | |
openstackgerrit | Merged openstack/rally: Fix cleanup manager with api_versions context https://review.openstack.org/281931 | 19:24 |
*** stpierre has joined #openstack-rally | 19:28 | |
openstackgerrit | Chris St. Pierre proposed openstack/rally: Overhaul SeekAndDestroy._get_cached_client() https://review.openstack.org/281487 | 19:41 |
*** LosangKunpen has quit IRC | 19:41 | |
*** Aish has quit IRC | 19:43 | |
*** Aish has joined #openstack-rally | 19:44 | |
openstackgerrit | Piyush Raman Srivastava proposed openstack/rally: Add support for nova service-list https://review.openstack.org/282030 | 19:45 |
psd | boris-42: ping | 19:49 |
*** rcernin has quit IRC | 19:55 | |
*** madhu_ak has quit IRC | 20:11 | |
*** arnoldje has quit IRC | 20:12 | |
*** arnoldje has joined #openstack-rally | 20:12 | |
*** boris-42 has quit IRC | 20:16 | |
openstackgerrit | Piyush Raman Srivastava proposed openstack/rally: Add support for nova service-list https://review.openstack.org/282030 | 20:17 |
*** boris-42 has joined #openstack-rally | 20:18 | |
*** boris-42 has quit IRC | 20:24 | |
*** madhu_ak has joined #openstack-rally | 20:31 | |
*** lgreg has joined #openstack-rally | 20:34 | |
*** e0ne has quit IRC | 20:45 | |
*** e0ne has joined #openstack-rally | 20:45 | |
*** lgreg has left #openstack-rally | 20:46 | |
*** e0ne has quit IRC | 20:46 | |
*** harshs has joined #openstack-rally | 20:55 | |
*** josdotso has joined #openstack-rally | 21:27 | |
*** harshs has quit IRC | 21:31 | |
*** harshs has joined #openstack-rally | 21:32 | |
*** akrzos has quit IRC | 21:34 | |
*** e0ne has joined #openstack-rally | 21:38 | |
*** Aish has quit IRC | 21:40 | |
*** ylobankov has quit IRC | 21:47 | |
openstackgerrit | Merged openstack/rally: Revert "Make Rally cope with unversioned keystone URL" https://review.openstack.org/281935 | 21:50 |
*** ylobankov has joined #openstack-rally | 21:56 | |
*** yfried has quit IRC | 21:57 | |
*** yfried_ has joined #openstack-rally | 21:57 | |
*** Aish has joined #openstack-rally | 22:01 | |
*** josdotso has quit IRC | 22:03 | |
openstackgerrit | Boris Pavlovic proposed openstack/rally: Release notes for 0.3.1 https://review.openstack.org/281959 | 22:19 |
*** stpierre has quit IRC | 22:28 | |
*** MaxPC has quit IRC | 22:42 | |
openstackgerrit | Luz Cazares proposed openstack/rally: Quoting openrc values https://review.openstack.org/282092 | 22:55 |
*** harshs has quit IRC | 22:55 | |
*** kjorgensen has joined #openstack-rally | 22:58 | |
*** Aish has quit IRC | 23:01 | |
*** Aish has joined #openstack-rally | 23:01 | |
*** harshs has joined #openstack-rally | 23:02 | |
*** Aish has joined #openstack-rally | 23:04 | |
*** arnoldje has quit IRC | 23:06 | |
*** e0ne has quit IRC | 23:06 | |
*** akrzos has joined #openstack-rally | 23:12 | |
*** ylobankov has quit IRC | 23:14 | |
*** openstackgerrit has quit IRC | 23:47 | |
*** openstackgerrit_ is now known as openstackgerrit | 23:47 | |
*** openstackgerrit_ has joined #openstack-rally | 23:47 | |
*** openstackgerrit_ is now known as openstackgerrit | 23:48 | |
*** openstackgerrit_ has joined #openstack-rally | 23:48 | |
*** openstackgerrit_ has quit IRC | 23:55 | |
*** openstackgerrit_ has joined #openstack-rally | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!