Thursday, 2019-04-04

*** luksky has quit IRC00:52
openstackgerritchenhb proposed openstack/rally-openstack master: [rally env]It is a test now  https://review.openstack.org/64951401:41
openstackgerritMerged openstack/rally-openstack master: Fix AttributeError for tempest verifier  https://review.openstack.org/64869301:47
*** pcaruana has joined #openstack-rally04:58
*** e0ne has joined #openstack-rally05:12
*** e0ne has quit IRC05:18
openstackgerritchenhb proposed openstack/rally-openstack master: [rally env]Move (https_cert, https_key) to OpenStackCredential  https://review.openstack.org/64951406:08
*** e0ne has joined #openstack-rally06:47
*** tosky has joined #openstack-rally07:26
rallydev-bot[From Gitter] jukosone : @andreykurilin Hi,07:52
rallydev-botstem and due to that a task validation fails07:52
rallydev-botlumes.", "scenario": {"CinderVolumes.create_and_list_volume": {"size": 1, "detailed": true}}, "contexts": {"users": {"tenants": 1, "users_per_tenant": 1}}, "runner": {"constant": {"times": 1, "concurrency": 1}}, "hooks": [], "sla": {"failure_rate": {"max": 0}}}]}07:52
rallydev-botr' service is not available. Hint: If 'cinder' service has non-default service_type, try to setup it via 'api_versions' context.`07:52
rallydev-bothis?07:52
*** e0ne has quit IRC08:30
openstackgerritChristopher Brown proposed openstack/rally-openstack master: Add endpoint types to tempest config  https://review.openstack.org/64937008:33
*** e0ne has joined #openstack-rally08:40
*** e0ne has quit IRC08:42
openstackgerritchenhb proposed openstack/rally-openstack master: [rally env]Move (https_cert, https_key) to OpenStackCredential  https://review.openstack.org/64951408:48
openstackgerritchenhb proposed openstack/rally-openstack master: [verify gates] split tasks & use `rally env` instead of `rally deployment`  https://review.openstack.org/64949008:49
*** e0ne has joined #openstack-rally08:50
*** wznoinsk has joined #openstack-rally08:57
*** mvkr has joined #openstack-rally09:24
rallydev-bot[From Gitter] andreykurilin : @jukosone hi! it is a known issue. And despite the fact that it would be nice to cover the case in required_services validator, I never put it in high priority things. Potentially, it can require much code-rewriting and only cinder has 2 service types... If you want to work on this, I will not mind :) As a quick solution which can simplify task files - you can use `ap09:42
rallydev-boti_info ` property of env configuration to specify service type globally for all tasks  https://github.com/openstack/rally-openstack/blob/master/samples/deployments/existing-api.json#L1309:42
*** e0ne has quit IRC09:44
*** luksky has joined #openstack-rally09:51
*** e0ne has joined #openstack-rally09:54
rallydev-bot[From Gitter] jukosone : @andreykurilin thanks, I'll take a look at the api_info property10:12
rallydev-bot[From Gitter] snecklifter : @andreykurilin ergh, i think I have finally grasped pep 8 indentation :/10:15
*** mvkr has quit IRC11:30
*** e0ne has quit IRC11:50
*** mvkr has joined #openstack-rally12:00
*** zul has joined #openstack-rally12:51
*** juhak has quit IRC12:55
*** juhak has joined #openstack-rally12:55
*** itlinux has quit IRC13:12
*** e0ne has joined #openstack-rally13:22
*** altlogbot_1 has quit IRC13:54
*** e0ne has quit IRC13:59
*** e0ne has joined #openstack-rally14:05
*** itlinux has joined #openstack-rally14:32
*** itlinux has quit IRC14:32
*** e0ne has quit IRC14:46
*** itlinux has joined #openstack-rally14:48
*** mvkr has quit IRC14:48
*** itlinux has quit IRC14:49
*** itlinux has joined #openstack-rally14:50
*** e0ne has joined #openstack-rally14:52
*** e0ne has quit IRC14:57
*** e0ne has joined #openstack-rally15:46
*** e0ne has quit IRC15:48
*** e0ne has joined #openstack-rally15:48
*** e0ne has quit IRC15:48
*** e0ne has joined #openstack-rally16:05
*** e0ne has quit IRC16:12
*** tosky has quit IRC16:43
*** itlinux has quit IRC16:45
*** itlinux has joined #openstack-rally16:47
*** itlinux has quit IRC16:54
*** itlinux has joined #openstack-rally16:54
*** itlinux has quit IRC16:59
*** itlinux has joined #openstack-rally17:00
*** itlinux has quit IRC18:35
*** itlinux has joined #openstack-rally18:49
*** itlinux has quit IRC19:33
*** tosky has joined #openstack-rally19:33
openstackgerritChristopher Brown proposed openstack/rally-openstack master: Add libpq-dev for psycopg2 buildreq  https://review.openstack.org/65011919:36
rallydev-bot[From Gitter] snecklifter : @andreykurilin looks like the build failure is due to updated psycopg2 - needs libpq-dev. I've added to apt-get install but I guess it should probably go in requirements.txt ?20:01
rallydev-bot[From Gitter] andreykurilin : @snecklifter we have https://github.com/openstack/rally-openstack/blob/master/bindep.txt for listing all binary dependency20:06
rallydev-bot[From Gitter] snecklifter : @andreykurilin ah ok, shall I put it in there instead? or as pip install in Dockerfile?20:07
rallydev-bot[From Gitter] snecklifter : hmm, actually it _is_ in there...20:08
rallydev-bot[From Gitter] andreykurilin : yes, but Dockerfile doesn't use it20:08
rallydev-bot[From Gitter] andreykurilin : heh20:08
rallydev-bot[From Gitter] snecklifter : ok, will switch to pip install then?20:09
rallydev-bot[From Gitter] snecklifter :     pip install libpq-dev && \20:09
rallydev-bot[From Gitter] andreykurilin : it would be nice if you add `pip install bindep` and `apt install "$(bindep -b | tr '\n' ' ')"`20:09
rallydev-bot[From Gitter] andreykurilin : calling result of calling bindep should return a list of missing packages20:10
openstackgerritChristopher Brown proposed openstack/rally-openstack master: Add bindep to enable build requirements  https://review.openstack.org/65011920:13
rallydev-bot[From Gitter] snecklifter : @andreykurilin https://review.openstack.org/#/c/650119/20:14
rallydev-bot[From Gitter] andreykurilin : @snecklifter thanks!20:14
rallydev-bot[From Gitter] andreykurilin : one note: calling bindep can fail if `lsb_release` is missed. I do not know if it presents or not at ubuntu 16.0420:16
rallydev-bot[From Gitter] snecklifter : ok, I'm watching the build on Zuul so will add if it fails20:17
rallydev-bot[From Gitter] andreykurilin : thanks20:17
openstackgerritChristopher Brown proposed openstack/rally-openstack master: Add bindep to enable build requirements  https://review.openstack.org/65011920:28
*** pcaruana has quit IRC20:29
*** pcaruana has joined #openstack-rally20:30
*** itlinux has joined #openstack-rally20:37
*** itlinux has quit IRC20:38
*** itlinux has joined #openstack-rally20:39
rallydev-bot[From Gitter] snecklifter : @andreykurilin hmmm, E: Unable to locate package iputils-ping libffi-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev21:09
rallydev-bot[From Gitter] snecklifter : but the call to install libpq-dev worked fine at the top of the file21:09
rallydev-bot[From Gitter] andreykurilin : hm21:25
rallydev-bot[From Gitter] andreykurilin : Let's go with adding just libpq-dev21:25
rallydev-bot[From Gitter] snecklifter : Sure, was doing that now :)21:25
rallydev-bot[From Gitter] andreykurilin : And I'll digg into this tomorrow21:25
rallydev-bot[From Gitter] snecklifter : @andreykurilin ok thanks21:26
rallydev-bot[From Gitter] andreykurilin : Thanks for helping21:26
openstackgerritChristopher Brown proposed openstack/rally-openstack master: Add libpq-dev for postgres support  https://review.openstack.org/65011921:26
rallydev-bot[From Gitter] snecklifter : no probs, its about the limit of my skills :)21:26
rallydev-bot[From Gitter] andreykurilin : Ha :)21:28
openstackgerritChristopher Brown proposed openstack/rally-openstack master: Add libpq-dev for postgres support  https://review.openstack.org/65011921:41
*** pcaruana has quit IRC21:51
*** rcernin has joined #openstack-rally22:23
*** mrhillsman_bbiab is now known as mrhillsman22:40
*** luksky has quit IRC22:57
*** itlinux has quit IRC23:31
*** tosky has quit IRC23:43

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