openstackgerrit | awesome2012 proposed openstack/rally master: Add CreateAndListPools [lbaasv2] https://review.openstack.org/472510 | 00:39 |
---|---|---|
*** LindaWang has joined #openstack-rally | 00:42 | |
*** dixiaoli has joined #openstack-rally | 00:57 | |
*** aojea has joined #openstack-rally | 01:16 | |
*** aojea has quit IRC | 01:23 | |
*** dixiaoli_ has joined #openstack-rally | 01:42 | |
*** dixiaoli has quit IRC | 01:45 | |
*** ilbot3 has quit IRC | 01:46 | |
*** ilbot3 has joined #openstack-rally | 01:52 | |
*** psuriset has joined #openstack-rally | 02:04 | |
*** psuriset has quit IRC | 02:08 | |
*** psuriset has joined #openstack-rally | 02:08 | |
*** dixiaol__ has joined #openstack-rally | 02:09 | |
*** dixiaoli_ has quit IRC | 02:09 | |
*** dixiaoli has joined #openstack-rally | 03:05 | |
*** dixiaol__ has quit IRC | 03:08 | |
*** aojea has joined #openstack-rally | 03:09 | |
*** aojea has quit IRC | 03:13 | |
openstackgerrit | chenhb proposed openstack/rally master: [DO NOT MERGE]check router resources https://review.openstack.org/477732 | 03:18 |
*** yamamoto has joined #openstack-rally | 03:29 | |
*** Dinesh_Bhor has joined #openstack-rally | 04:02 | |
LindaWang | andreykurilin: Hi, when I run rally 0.8.1 on openstack with only https supported. | 04:09 |
LindaWang | andreykurilin: I got the error about requests | 04:10 |
LindaWang | andreykurilin: http://paste.openstack.org/raw/613771/ | 04:10 |
LindaWang | andreykurilin: But other tests (about 'authenticate', 'glance', 'cinder', 'heat', 'keystone', 'neutron', 'nova', 'quotas') all passed. | 04:12 |
LindaWang | andreykurilin: A cacert file is provived. | 04:12 |
LindaWang | andreykurilin: And when it comes to https without cacert file, that is https+insecure, the error occurs again only for requests | 04:13 |
LindaWang | andreykurilin: Could you or any guys help look into this issue? I' d really appreciate it. | 04:14 |
*** shasha_t- has quit IRC | 05:13 | |
*** haukebruno has quit IRC | 05:14 | |
*** haukebruno has joined #openstack-rally | 05:19 | |
*** anshul has joined #openstack-rally | 05:28 | |
*** shasha_t_ has joined #openstack-rally | 05:36 | |
*** mpotdar has quit IRC | 05:39 | |
*** aojea has joined #openstack-rally | 05:39 | |
*** mpotdar has joined #openstack-rally | 05:39 | |
*** rcernin has joined #openstack-rally | 05:55 | |
*** lpetrut has joined #openstack-rally | 05:58 | |
*** aojea has quit IRC | 06:05 | |
rallydev-bot | [From Gitter] andreykurilin : LindaWang: hi | 06:23 |
openstackgerrit | chenhb proposed openstack/rally master: [DO NOT MERGE]check router resources https://review.openstack.org/477732 | 06:23 |
rallydev-bot | [From Gitter] andreykurilin : HttpRequests scenarios do not relate to openstack at all that is why they do not take cacerts from openstack section of `rally deployment config` | 06:24 |
*** rcernin has quit IRC | 06:26 | |
*** flg has joined #openstack-rally | 06:28 | |
LindaWang | andreykurilin: My rally_conf.json is: | 06:30 |
LindaWang | andreykurilin: {"admin": {"username": "admin", "password": "W7k6aFtwRHDYTrs3j6Ux2QWev", "user_domain_name": "Default", "project_name": "admin", "project_domain_name": "Default"}, "auth_url": "https://192.168.37.8:13000/v3", "type": "ExistingCloud", "https_cacert": "/home/opnfv/functest/conf/ca.crt.pem", "https_insecure": false} | 06:30 |
LindaWang | And then I create rally deployment via the cli " rally deployment create --filename=rally_conf.json --name=opnfv-rally" | 06:30 |
LindaWang | Is it right? | 06:30 |
rallydev-bot | [From Gitter] andreykurilin : everything is right | 06:31 |
LindaWang | andreykurilin: The issue is why only requests failed? | 06:31 |
LindaWang | andreykurilin: In functest, when run rally_sanity, these tests are run: TESTS = ['authenticate', 'glance', 'cinder', 'heat', 'keystone', 'neutron', 'nova', 'quotas', 'requests'] | 06:32 |
*** rcernin has joined #openstack-rally | 06:32 | |
rallydev-bot | [From Gitter] andreykurilin : LindaWang: again, your rally deployment is all about openstack and Rally was designed to not test only openstack. As for now we had only "HttpRequests" scenarios which are not related to OpenStack. But very soon we will have much more (see http://github.com/xrally) | 06:32 |
rallydev-bot | [From Gitter] andreykurilin : so since HttpRequests do not relate to openstack, they do not take anything from openstack credentials specified via deployment | 06:33 |
LindaWang | andreykurilin: So I am wondering what requests are gonna test? | 06:34 |
rallydev-bot | [From Gitter] andreykurilin : LindaWang: As far as I understand, I purpose is to check openstack cluster, so HttpRequests scenarios are not really helpful with default values and you can stop launching them by removing from TESTS. | 06:36 |
rallydev-bot | [From Gitter] andreykurilin : With requests scenarios you can generate a load to any service, web-side, etc. you just need to specify a proper URL there | 06:38 |
*** lpetrut has quit IRC | 06:43 | |
LindaWang | andreykurilin: Are requests only supported by http for rally version 0.8.1? | 06:53 |
rallydev-bot | [From Gitter] andreykurilin : no, it was introduced long time ago | 06:53 |
LindaWang | andreykurilin: Do the requests here refer to HttpRequest? | 06:53 |
rallydev-bot | [From Gitter] andreykurilin : yes | 06:53 |
LindaWang | So when it comes to openstack https, it will fail for sure? | 06:54 |
rallydev-bot | [From Gitter] andreykurilin : LindaWang: there is no way to transmit certificate there for now | 06:55 |
rallydev-bot | [From Gitter] andreykurilin : so yes | 06:55 |
*** tesseract has joined #openstack-rally | 06:55 | |
openstackgerrit | chenhb proposed openstack/rally master: fix router context to cleanup routers resources https://review.openstack.org/477487 | 07:00 |
LindaWang | andreykurilin: Will it be supported by rally in futher? | 07:03 |
LindaWang | andreykurilin: Or will it be supported by xrally? | 07:03 |
LindaWang | andreykurilin: Will it be supported by rally in future? | 07:04 |
rallydev-bot | [From Gitter] andreykurilin : unfrortunately, we do not have much human resources for that task(adding https support for requests scenarios), but I'll add it to our trello board | 07:06 |
rallydev-bot | [From Gitter] andreykurilin : maybe you want to extend it? it should not be too hard | 07:07 |
*** aarefiev_afk is now known as aarefiev_pto | 07:07 | |
LindaWang | andreykurilin: Thank you. I will discuss with our team first. | 07:12 |
*** flg has quit IRC | 07:15 | |
openstackgerrit | chenhb proposed openstack/rally master: Add BGP VPN scenarios https://review.openstack.org/469127 | 07:15 |
*** pcaruana has joined #openstack-rally | 07:32 | |
*** aojea has joined #openstack-rally | 08:05 | |
*** flg has joined #openstack-rally | 08:10 | |
*** e0ne has joined #openstack-rally | 08:18 | |
*** e0ne has quit IRC | 08:21 | |
*** e0ne has joined #openstack-rally | 08:25 | |
*** aojea has quit IRC | 08:28 | |
*** lpetrut has joined #openstack-rally | 08:31 | |
*** aojea has joined #openstack-rally | 08:34 | |
*** reveller has quit IRC | 08:51 | |
*** e0ne has quit IRC | 09:01 | |
*** e0ne has joined #openstack-rally | 09:05 | |
*** abalutoiu has quit IRC | 09:09 | |
*** yamamoto has quit IRC | 09:23 | |
*** lpetrut_ has joined #openstack-rally | 09:25 | |
*** dixiaoli_ has joined #openstack-rally | 09:26 | |
*** tosky has joined #openstack-rally | 09:28 | |
*** yamamoto has joined #openstack-rally | 09:29 | |
*** mvk has quit IRC | 09:30 | |
*** logan_ has joined #openstack-rally | 09:33 | |
*** lpetrut has quit IRC | 09:34 | |
*** dixiaoli has quit IRC | 09:34 | |
*** logan- has quit IRC | 09:34 | |
*** mgagne has quit IRC | 09:35 | |
*** mgagne has joined #openstack-rally | 09:37 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: [task] Simplify db layer https://review.openstack.org/474716 | 09:37 |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: Fix several TODOs in db layer https://review.openstack.org/474715 | 09:37 |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: Store all data in db workload object https://review.openstack.org/476611 | 09:37 |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: Get rid of extended_results of task https://review.openstack.org/477101 | 09:37 |
*** mgagne is now known as Guest28796 | 09:37 | |
*** logan_ is now known as logan- | 09:37 | |
*** tosky_ has joined #openstack-rally | 09:39 | |
*** tosky has quit IRC | 09:39 | |
*** vponomaryov has left #openstack-rally | 09:43 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: Get rid of extended_results of task https://review.openstack.org/477101 | 09:44 |
*** mvk has joined #openstack-rally | 09:57 | |
*** tosky_ is now known as tosky | 10:01 | |
openstackgerrit | Staroverov Anton proposed openstack/rally master: 'File exists' validator and Utils class for validators https://review.openstack.org/473778 | 10:17 |
*** lpetrut_ has quit IRC | 10:17 | |
*** flg has quit IRC | 10:36 | |
*** reveller has joined #openstack-rally | 10:38 | |
*** abalutoiu has joined #openstack-rally | 10:40 | |
*** jkilpatr has joined #openstack-rally | 10:57 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: Fix several TODOs in db layer https://review.openstack.org/474715 | 11:21 |
*** skrzyp has joined #openstack-rally | 11:29 | |
openstackgerrit | awesome2012 proposed openstack/rally master: Add CreateAndListPools [lbaasv2] https://review.openstack.org/472510 | 11:29 |
*** lpetrut_ has joined #openstack-rally | 11:29 | |
skrzyp | Ohai, does Rally generate Keystone token for every request in scenario? | 11:29 |
*** aojea has quit IRC | 11:34 | |
*** flg has joined #openstack-rally | 11:38 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: [task] Simplify db layer https://review.openstack.org/474716 | 11:49 |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: Fix several TODOs in db layer https://review.openstack.org/474715 | 11:49 |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: Store all data in db workload object https://review.openstack.org/476611 | 11:49 |
*** dixiaoli has joined #openstack-rally | 11:58 | |
*** dixiaoli_ has quit IRC | 12:01 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: Get rid of extended_results of task https://review.openstack.org/477101 | 12:05 |
*** ilbot3 has quit IRC | 12:07 | |
skrzyp | It would be nice to disable it and regenerate token only once per whole tests, because constant generation of these tokens chokes our Keystone server | 12:11 |
skrzyp | and we're not going to benchmark Keystone, but Swift :D | 12:11 |
*** alexchadin has joined #openstack-rally | 12:22 | |
*** ilbot3 has joined #openstack-rally | 12:30 | |
*** ilbot3 has quit IRC | 12:39 | |
*** LindaWang has quit IRC | 12:46 | |
*** oanufrii has joined #openstack-rally | 12:48 | |
*** ilbot3 has joined #openstack-rally | 12:49 | |
*** e0ne has quit IRC | 12:56 | |
openstackgerrit | Staroverov Anton proposed openstack/rally master: 'File exists' validator and Utils class for validators https://review.openstack.org/473778 | 12:58 |
*** flg has quit IRC | 13:00 | |
*** LindaWang has joined #openstack-rally | 13:01 | |
*** Abhishek__ has joined #openstack-rally | 13:01 | |
rallydev-bot | [From Gitter] astarove : Привет | 13:02 |
rallydev-bot | [From Gitter] astarove : поговорим? | 13:02 |
*** ilbot3 has quit IRC | 13:03 | |
*** e0ne has joined #openstack-rally | 13:04 | |
*** ilbot3 has joined #openstack-rally | 13:13 | |
*** alexchadin has quit IRC | 13:14 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: DO NOT MERGE: https://review.openstack.org/477539 | 13:15 |
*** alexchadin has joined #openstack-rally | 13:16 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: DO NOT MERGE: experiment with float https://review.openstack.org/477195 | 13:32 |
*** e0ne has quit IRC | 13:33 | |
*** alexchadin has quit IRC | 13:33 | |
openstackgerrit | chenzhiying proposed openstack/rally master: Add Neutron.CreateAndList FirewallGroup scenrio https://review.openstack.org/478156 | 13:33 |
*** ilbot3 has quit IRC | 13:34 | |
*** e0ne has joined #openstack-rally | 13:35 | |
*** e0ne has quit IRC | 13:37 | |
*** ilbot3 has joined #openstack-rally | 13:44 | |
*** e0ne has joined #openstack-rally | 13:44 | |
*** Abhishek__ has quit IRC | 13:45 | |
*** Abhishek__ has joined #openstack-rally | 13:46 | |
*** e0ne has quit IRC | 13:56 | |
*** e0ne has joined #openstack-rally | 14:04 | |
*** dixiaoli has quit IRC | 14:07 | |
*** ilbot3 has quit IRC | 14:09 | |
*** LindaWang has quit IRC | 14:11 | |
rallydev-bot | [From Gitter] andreykurilin : skrzyp: hi | 14:14 |
rallydev-bot | [From Gitter] andreykurilin : sorry for the late reply | 14:15 |
rallydev-bot | [From Gitter] andreykurilin : Rally obtains a keystone token one time for each iteration | 14:16 |
rallydev-bot | [From Gitter] andreykurilin : There is no way to disable such behaviour, since we want to make the equal conditions for each iterations and while long running workloads tokens can expire | 14:17 |
*** LindaWang has joined #openstack-rally | 14:19 | |
*** LindaWang has quit IRC | 14:20 | |
*** LindaWang has joined #openstack-rally | 14:20 | |
openstackgerrit | awesome2012 proposed openstack/rally master: Add CreateAndListPools [lbaasv2] https://review.openstack.org/472510 | 14:21 |
*** ilbot3 has joined #openstack-rally | 14:22 | |
*** aojea has joined #openstack-rally | 14:28 | |
*** flg has joined #openstack-rally | 14:33 | |
*** abalutoiu has quit IRC | 14:33 | |
skrzyp | andreykurilin: well, right point, but it would be good to take the token generation outside the test run for these environments which can't cope with such load on keystone (swift performs very well) | 14:38 |
*** lpetrut_ has quit IRC | 14:43 | |
*** ilbot3 has quit IRC | 14:49 | |
*** lpetrut_ has joined #openstack-rally | 14:53 | |
*** ilbot3 has joined #openstack-rally | 14:53 | |
*** flg has quit IRC | 14:55 | |
openstackgerrit | Staroverov Anton proposed openstack/rally master: 'File exists' validator and Utils class for validators https://review.openstack.org/473778 | 15:02 |
openstackgerrit | Hai Shi proposed openstack/rally master: [RAAS] Rally-as-a-service https://review.openstack.org/460242 | 15:04 |
*** rcernin has quit IRC | 15:04 | |
*** lpetrut_ has quit IRC | 15:08 | |
*** ilbot3 has quit IRC | 15:13 | |
*** psuriset has quit IRC | 15:14 | |
*** psuriset has joined #openstack-rally | 15:27 | |
*** abalutoiu has joined #openstack-rally | 15:30 | |
*** aojea has quit IRC | 15:37 | |
*** aojea has joined #openstack-rally | 15:38 | |
*** anshul has quit IRC | 15:40 | |
*** aojea has quit IRC | 15:42 | |
openstackgerrit | zhaozhicheng proposed openstack/rally master: Add NeutronNetworks.create_and_list_qos_policies https://review.openstack.org/472129 | 15:51 |
*** ilbot3 has joined #openstack-rally | 16:06 | |
*** ilbot3 has quit IRC | 16:06 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: Fix several TODOs in db layer https://review.openstack.org/474715 | 16:07 |
*** pcaruana has quit IRC | 16:09 | |
*** dixiaoli has joined #openstack-rally | 16:12 | |
*** ilbot3 has joined #openstack-rally | 16:15 | |
*** itlinux has joined #openstack-rally | 16:19 | |
*** dixiaoli has quit IRC | 16:25 | |
*** Abhishek__ has quit IRC | 16:32 | |
*** tesseract has quit IRC | 16:40 | |
*** e0ne has quit IRC | 16:47 | |
*** LindaWang has quit IRC | 16:50 | |
*** aojea has joined #openstack-rally | 17:08 | |
*** anshul has joined #openstack-rally | 17:12 | |
*** lpetrut_ has joined #openstack-rally | 17:24 | |
*** mvk has quit IRC | 17:27 | |
*** tosky has quit IRC | 17:30 | |
*** anshul has quit IRC | 17:40 | |
*** anshul has joined #openstack-rally | 17:40 | |
*** aojea has quit IRC | 17:41 | |
*** aojea has joined #openstack-rally | 17:42 | |
*** yamamoto has quit IRC | 17:42 | |
*** yamamoto has joined #openstack-rally | 17:43 | |
*** aojea has quit IRC | 17:46 | |
*** lpetrut_ has quit IRC | 17:47 | |
*** yamamoto has quit IRC | 17:50 | |
*** e0ne has joined #openstack-rally | 17:58 | |
*** tosky has joined #openstack-rally | 18:07 | |
*** lpetrut_ has joined #openstack-rally | 18:12 | |
*** e0ne has quit IRC | 18:20 | |
*** yamamoto has joined #openstack-rally | 18:27 | |
*** yamamoto has quit IRC | 18:35 | |
*** yamamoto has joined #openstack-rally | 18:50 | |
*** yamamoto has quit IRC | 18:50 | |
*** flg has joined #openstack-rally | 18:51 | |
*** aojea has joined #openstack-rally | 19:03 | |
*** aojea has quit IRC | 19:21 | |
*** aojea has joined #openstack-rally | 19:21 | |
*** mvk has joined #openstack-rally | 19:23 | |
*** aojea has quit IRC | 19:26 | |
*** flg has quit IRC | 19:47 | |
*** yamamoto has joined #openstack-rally | 19:51 | |
*** aojea has joined #openstack-rally | 19:53 | |
*** flg has joined #openstack-rally | 19:55 | |
*** yamamoto has quit IRC | 19:59 | |
*** itlinux has quit IRC | 20:04 | |
*** jkilpatr has quit IRC | 20:12 | |
*** e0ne has joined #openstack-rally | 20:17 | |
*** itlinux has joined #openstack-rally | 20:31 | |
*** jkilpatr has joined #openstack-rally | 20:31 | |
*** lpetrut_ has quit IRC | 20:46 | |
*** flg has quit IRC | 20:50 | |
*** anshul has quit IRC | 21:03 | |
*** itlinux has quit IRC | 21:10 | |
*** jkilpatr has quit IRC | 21:18 | |
*** jkilpatr has joined #openstack-rally | 21:32 | |
*** itlinux has joined #openstack-rally | 21:32 | |
openstackgerrit | Amy Ge proposed openstack/rally master: Added user creds in 'rally deployment check' err debug msg with tests https://review.openstack.org/476694 | 21:45 |
*** jkilpatr has quit IRC | 21:53 | |
*** jkilpatr has joined #openstack-rally | 21:53 | |
*** aojea has quit IRC | 22:01 | |
*** aojea has joined #openstack-rally | 22:01 | |
*** e0ne has quit IRC | 22:02 | |
*** aojea has quit IRC | 22:05 | |
*** itlinux has quit IRC | 22:46 | |
*** tosky has quit IRC | 23:26 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!