*** luksky has quit IRC | 00:52 | |
openstackgerrit | chenhb proposed openstack/rally-openstack master: [rally env]It is a test now https://review.openstack.org/649514 | 01:41 |
---|---|---|
openstackgerrit | Merged openstack/rally-openstack master: Fix AttributeError for tempest verifier https://review.openstack.org/648693 | 01:47 |
*** pcaruana has joined #openstack-rally | 04:58 | |
*** e0ne has joined #openstack-rally | 05:12 | |
*** e0ne has quit IRC | 05:18 | |
openstackgerrit | chenhb proposed openstack/rally-openstack master: [rally env]Move (https_cert, https_key) to OpenStackCredential https://review.openstack.org/649514 | 06:08 |
*** e0ne has joined #openstack-rally | 06:47 | |
*** tosky has joined #openstack-rally | 07:26 | |
rallydev-bot | [From Gitter] jukosone : @andreykurilin Hi, | 07:52 |
rallydev-bot | stem and due to that a task validation fails | 07:52 |
rallydev-bot | lumes.", "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-bot | r' service is not available. Hint: If 'cinder' service has non-default service_type, try to setup it via 'api_versions' context.` | 07:52 |
rallydev-bot | his? | 07:52 |
*** e0ne has quit IRC | 08:30 | |
openstackgerrit | Christopher Brown proposed openstack/rally-openstack master: Add endpoint types to tempest config https://review.openstack.org/649370 | 08:33 |
*** e0ne has joined #openstack-rally | 08:40 | |
*** e0ne has quit IRC | 08:42 | |
openstackgerrit | chenhb proposed openstack/rally-openstack master: [rally env]Move (https_cert, https_key) to OpenStackCredential https://review.openstack.org/649514 | 08:48 |
openstackgerrit | chenhb proposed openstack/rally-openstack master: [verify gates] split tasks & use `rally env` instead of `rally deployment` https://review.openstack.org/649490 | 08:49 |
*** e0ne has joined #openstack-rally | 08:50 | |
*** wznoinsk has joined #openstack-rally | 08:57 | |
*** mvkr has joined #openstack-rally | 09: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 `ap | 09:42 |
rallydev-bot | i_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#L13 | 09:42 |
*** e0ne has quit IRC | 09:44 | |
*** luksky has joined #openstack-rally | 09:51 | |
*** e0ne has joined #openstack-rally | 09:54 | |
rallydev-bot | [From Gitter] jukosone : @andreykurilin thanks, I'll take a look at the api_info property | 10:12 |
rallydev-bot | [From Gitter] snecklifter : @andreykurilin ergh, i think I have finally grasped pep 8 indentation :/ | 10:15 |
*** mvkr has quit IRC | 11:30 | |
*** e0ne has quit IRC | 11:50 | |
*** mvkr has joined #openstack-rally | 12:00 | |
*** zul has joined #openstack-rally | 12:51 | |
*** juhak has quit IRC | 12:55 | |
*** juhak has joined #openstack-rally | 12:55 | |
*** itlinux has quit IRC | 13:12 | |
*** e0ne has joined #openstack-rally | 13:22 | |
*** altlogbot_1 has quit IRC | 13:54 | |
*** e0ne has quit IRC | 13:59 | |
*** e0ne has joined #openstack-rally | 14:05 | |
*** itlinux has joined #openstack-rally | 14:32 | |
*** itlinux has quit IRC | 14:32 | |
*** e0ne has quit IRC | 14:46 | |
*** itlinux has joined #openstack-rally | 14:48 | |
*** mvkr has quit IRC | 14:48 | |
*** itlinux has quit IRC | 14:49 | |
*** itlinux has joined #openstack-rally | 14:50 | |
*** e0ne has joined #openstack-rally | 14:52 | |
*** e0ne has quit IRC | 14:57 | |
*** e0ne has joined #openstack-rally | 15:46 | |
*** e0ne has quit IRC | 15:48 | |
*** e0ne has joined #openstack-rally | 15:48 | |
*** e0ne has quit IRC | 15:48 | |
*** e0ne has joined #openstack-rally | 16:05 | |
*** e0ne has quit IRC | 16:12 | |
*** tosky has quit IRC | 16:43 | |
*** itlinux has quit IRC | 16:45 | |
*** itlinux has joined #openstack-rally | 16:47 | |
*** itlinux has quit IRC | 16:54 | |
*** itlinux has joined #openstack-rally | 16:54 | |
*** itlinux has quit IRC | 16:59 | |
*** itlinux has joined #openstack-rally | 17:00 | |
*** itlinux has quit IRC | 18:35 | |
*** itlinux has joined #openstack-rally | 18:49 | |
*** itlinux has quit IRC | 19:33 | |
*** tosky has joined #openstack-rally | 19:33 | |
openstackgerrit | Christopher Brown proposed openstack/rally-openstack master: Add libpq-dev for psycopg2 buildreq https://review.openstack.org/650119 | 19: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 dependency | 20: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 it | 20:08 |
rallydev-bot | [From Gitter] andreykurilin : heh | 20: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 packages | 20:10 |
openstackgerrit | Christopher Brown proposed openstack/rally-openstack master: Add bindep to enable build requirements https://review.openstack.org/650119 | 20: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.04 | 20:16 |
rallydev-bot | [From Gitter] snecklifter : ok, I'm watching the build on Zuul so will add if it fails | 20:17 |
rallydev-bot | [From Gitter] andreykurilin : thanks | 20:17 |
openstackgerrit | Christopher Brown proposed openstack/rally-openstack master: Add bindep to enable build requirements https://review.openstack.org/650119 | 20:28 |
*** pcaruana has quit IRC | 20:29 | |
*** pcaruana has joined #openstack-rally | 20:30 | |
*** itlinux has joined #openstack-rally | 20:37 | |
*** itlinux has quit IRC | 20:38 | |
*** itlinux has joined #openstack-rally | 20:39 | |
rallydev-bot | [From Gitter] snecklifter : @andreykurilin hmmm, E: Unable to locate package iputils-ping libffi-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev | 21:09 |
rallydev-bot | [From Gitter] snecklifter : but the call to install libpq-dev worked fine at the top of the file | 21:09 |
rallydev-bot | [From Gitter] andreykurilin : hm | 21:25 |
rallydev-bot | [From Gitter] andreykurilin : Let's go with adding just libpq-dev | 21:25 |
rallydev-bot | [From Gitter] snecklifter : Sure, was doing that now :) | 21:25 |
rallydev-bot | [From Gitter] andreykurilin : And I'll digg into this tomorrow | 21:25 |
rallydev-bot | [From Gitter] snecklifter : @andreykurilin ok thanks | 21:26 |
rallydev-bot | [From Gitter] andreykurilin : Thanks for helping | 21:26 |
openstackgerrit | Christopher Brown proposed openstack/rally-openstack master: Add libpq-dev for postgres support https://review.openstack.org/650119 | 21: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 |
openstackgerrit | Christopher Brown proposed openstack/rally-openstack master: Add libpq-dev for postgres support https://review.openstack.org/650119 | 21:41 |
*** pcaruana has quit IRC | 21:51 | |
*** rcernin has joined #openstack-rally | 22:23 | |
*** mrhillsman_bbiab is now known as mrhillsman | 22:40 | |
*** luksky has quit IRC | 22:57 | |
*** itlinux has quit IRC | 23:31 | |
*** tosky has quit IRC | 23:43 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!