Friday, 2019-03-29

*** tosky has quit IRC00:05
*** itlinux has joined #openstack-rally01:05
*** e0ne has joined #openstack-rally06:06
*** e0ne has quit IRC06:10
*** rcernin has quit IRC06:38
*** e0ne has joined #openstack-rally07:32
*** luksky has joined #openstack-rally07:35
*** tosky has joined #openstack-rally08:15
*** rcernin has joined #openstack-rally08:22
*** e0ne has quit IRC08:31
*** rcernin has quit IRC08:57
*** e0ne has joined #openstack-rally09:00
*** pcaruana has joined #openstack-rally09:15
*** itlinux_ has joined #openstack-rally09:29
*** itlinux has quit IRC09:31
*** e0ne has quit IRC09:49
*** e0ne has joined #openstack-rally09:54
*** e0ne has quit IRC10:50
*** e0ne has joined #openstack-rally11:54
*** e0ne has quit IRC12:02
*** luksky has quit IRC12:17
*** e0ne has joined #openstack-rally12:36
*** luksky has joined #openstack-rally12:54
*** snecklifter has joined #openstack-rally13:01
*** e0ne has quit IRC13:02
rallydev-bot[From Gitter] snecklifter : Hello, just a bit of feedback from someone trying to use rally with tempest using the docs. This is on RHEL and Fedora systems. Its completely unusable. I've tried all methods and can't get anything to work. Python 2 or 3. Containerised or not. Sorry for the rant but when I last used rally it was a joy - just worked out of the box, now it seems tempest has been moved ou13:07
rallydev-bott, there's something called xrally, no idea what that is, it seems to be a mess.13:07
rallydev-bot[From Gitter] snecklifter : Currently I get AttributeError: 'NoneType' object has no attribute 'clients' when trying to configure the verifier13:08
rallydev-bot[From Gitter] snecklifter : This is from pip install rally-openstack13:08
rallydev-bot[From Gitter] snecklifter : It might be an idea just to work through the docs from a user POV. Everything seems broken, its probably just me but I have tried stable branches etc.13:09
rallydev-bot[From Gitter] snecklifter : Just need to run some perf testing on openstack13:09
*** e0ne has joined #openstack-rally13:11
rallydev-bot[From Gitter] snecklifter : I see the roadmap link at the top is in the owners bin13:11
*** e0ne has quit IRC13:13
*** mvkr has joined #openstack-rally13:22
rallydev-bot[From Gitter] snecklifter : having fixed the attribute error (used fromenv rather than env file), I now get13:23
rallydev-bot[From Gitter] snecklifter : '<' not supported between instances of 'TestrContext' and 'TempestContext'13:23
rallydev-bot[From Gitter] andreykurilin : @snecklifter hi13:30
rallydev-bot[From Gitter] andreykurilin : @snecklifter no need to try to use stable branches. using latest tag of rally-openstack should be enough. We are the process of updating docs now, it contains some outdated pages:(13:31
rallydev-bot[From Gitter] andreykurilin : @snecklifter In case of any kind of AttributeError, please run rally in debug mode (i.e `rally --debug ...`), traceback of error can be really helpful.13:32
rallydev-bot[From Gitter] snecklifter : @andreykurilin that would be much appreciated re: docs13:33
rallydev-bot[From Gitter] snecklifter : so I should just run pip install rally-openstack?13:33
rallydev-bot[From Gitter] andreykurilin : yes13:33
rallydev-bot[From Gitter] andreykurilin : it should be enough13:33
rallydev-bot[From Gitter] snecklifter : python 2 or 3?13:33
rallydev-bot[From Gitter] andreykurilin : both should work. As for error related to unsupported `>`, it is py3 issue which is already fixed in master, but had not released yet. I'm planning to do it next week or so13:34
rallydev-bot[From Gitter] andreykurilin : > there's something called xrally, no idea what that is, it seems to be a mess.13:35
rallydev-bot[From Gitter] snecklifter : @andreykurilin appreciate the response, I thought it was a fork of some kind13:37
rallydev-bot[From Gitter] andreykurilin : nop, it is the same13:37
rallydev-bot[From Gitter] snecklifter : (rally) [stack@localhost tmp]$ rally --debug verify configure-verifier13:38
rallydev-bot9 09:15:12.597 10460 INFO rally.api [-] Configuring verifier 'tempest-verifier' (UUID=f1cba106-a55d-4d35-ac1c-992f6fb4077a) for deployment 'tele' (UUID=3d5578e3-d15c-43e7-94a0-aa62ce7654e6).13:38
rallydev-bot rally Traceback (most recent call last):13:38
rallydev-bot categories)13:38
rallydev-bot460 ERROR rally   File "/tmp/rally/lib/python3.7/site-packages/rally/cli/envutils.py", line 69, in default_from_global13:38
rallydev-botally/lib/python3.7/site-packages/rally/cli/envutils.py", line 69, in default_from_global13:38
rallydev-botes/rally/plugins/__init__.py", line 51, in ensure_plugins_are_loaded13:39
rallydev-botrally   File "/tmp/rally/lib/python3.7/site-packages/rally/api.py", line 860, in configure13:39
rallydev-bottcm = config.TempestConfigfileManager(self.verifier.deployment)13:39
rallydev-botte 'clients'13:39
rallydev-bot[From Gitter] andreykurilin : hm hm13:39
rallydev-bot[From Gitter] snecklifter : its missing credentials, although I can interact with openstack fine13:39
rallydev-bot[From Gitter] andreykurilin : interesting13:39
rallydev-bot[From Gitter] snecklifter : when I created with --fromenv it works13:39
rallydev-bot[From Gitter] andreykurilin : but with manually created deployment 'tele' it doesn't, right?13:40
rallydev-bot[From Gitter] snecklifter : from env.yaml doesnt, which is13:40
rallydev-bot[From Gitter] snecklifter : ---13:40
*** e0ne has joined #openstack-rally13:42
rallydev-bot[From Gitter] andreykurilin : @snecklifter thanks for info, now I have enough information for digging into this issue. I see one validation error of what tempest plugin expect. Quick fix for you file will be:13:48
rallydev-bot    project_name: admin13:48
rallydev-bot[From Gitter] snecklifter : @andreykurilin I'm still seeing '<' not supported between instances of 'TestrContext' and 'TempestContext'13:52
rallydev-bot[From Gitter] andreykurilin : as I mentioned: `it is py3 issue which is already fixed in master, but has not released yet.`13:53
rallydev-bot[From Gitter] snecklifter : is it this commit https://github.com/openstack/rally/commit/2fad5a9ef530abd71d12ac8e9aab30f90f24b3ba13:53
rallydev-bot[From Gitter] snecklifter : because it looks like that is in the code...13:53
rallydev-bot[From Gitter] andreykurilin : this one https://github.com/openstack/rally/commit/de4ea09398a3d3e8a71213c4b6905be979f4762613:53
rallydev-bot[From Gitter] snecklifter : ok thanks, that seems to be working for me now13:56
*** openstackgerrit has joined #openstack-rally14:01
openstackgerritAndrey Kurilin proposed openstack/rally-openstack master: Fix AttributeError for tempest verifier  https://review.openstack.org/64869314:01
rallydev-bot[From Gitter] andreykurilin : @snecklifter thank you for reporting an issue. Btw, here is a user-friendly error for AttribueError - https://review.openstack.org/#/c/648693/14:01
openstackgerritAndrey Kurilin proposed openstack/rally-openstack master: Fix AttributeError for tempest verifier  https://review.openstack.org/64869314:02
rallydev-bot[From Gitter] snecklifter : Thanks, that will help for sure14:03
rallydev-bot[From Gitter] snecklifter : @andreykurilin++14:03
*** snecklifter has quit IRC14:57
*** e0ne has quit IRC14:58
*** e0ne has joined #openstack-rally15:07
*** e0ne has quit IRC15:12
*** luksky has quit IRC15:16
*** dmellado has quit IRC15:24
*** dmellado has joined #openstack-rally15:26
*** e0ne has joined #openstack-rally16:14
*** e0ne has quit IRC16:14
*** tosky has quit IRC16:23
*** luksky has joined #openstack-rally18:37
*** pcaruana has quit IRC18:38
*** tosky has joined #openstack-rally19:48
*** mrhillsman is now known as mrhillsman_away420:40
*** mrhillsman_away4 is now known as mrhillsman_wkend20:41

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