Tuesday, 2017-06-27

openstackgerritawesome2012 proposed openstack/rally master: Add CreateAndListPools [lbaasv2]  https://review.openstack.org/47251000:39
*** LindaWang has joined #openstack-rally00:42
*** dixiaoli has joined #openstack-rally00:57
*** aojea has joined #openstack-rally01:16
*** aojea has quit IRC01:23
*** dixiaoli_ has joined #openstack-rally01:42
*** dixiaoli has quit IRC01:45
*** ilbot3 has quit IRC01:46
*** ilbot3 has joined #openstack-rally01:52
*** psuriset has joined #openstack-rally02:04
*** psuriset has quit IRC02:08
*** psuriset has joined #openstack-rally02:08
*** dixiaol__ has joined #openstack-rally02:09
*** dixiaoli_ has quit IRC02:09
*** dixiaoli has joined #openstack-rally03:05
*** dixiaol__ has quit IRC03:08
*** aojea has joined #openstack-rally03:09
*** aojea has quit IRC03:13
openstackgerritchenhb proposed openstack/rally master: [DO NOT MERGE]check router resources  https://review.openstack.org/47773203:18
*** yamamoto has joined #openstack-rally03:29
*** Dinesh_Bhor has joined #openstack-rally04:02
LindaWangandreykurilin:  Hi, when I run rally 0.8.1 on openstack with only https supported.04:09
LindaWangandreykurilin:  I got the error about requests04:10
LindaWangandreykurilin: http://paste.openstack.org/raw/613771/04:10
LindaWangandreykurilin:  But other tests (about 'authenticate', 'glance', 'cinder', 'heat', 'keystone', 'neutron', 'nova', 'quotas') all passed.04:12
LindaWangandreykurilin: A cacert file is provived.04:12
LindaWangandreykurilin:  And when it comes to https without cacert file, that is https+insecure, the error occurs again only for requests04:13
LindaWangandreykurilin:  Could you or any guys help look into this issue? I' d really appreciate it.04:14
*** shasha_t- has quit IRC05:13
*** haukebruno has quit IRC05:14
*** haukebruno has joined #openstack-rally05:19
*** anshul has joined #openstack-rally05:28
*** shasha_t_ has joined #openstack-rally05:36
*** mpotdar has quit IRC05:39
*** aojea has joined #openstack-rally05:39
*** mpotdar has joined #openstack-rally05:39
*** rcernin has joined #openstack-rally05:55
*** lpetrut has joined #openstack-rally05:58
*** aojea has quit IRC06:05
rallydev-bot[From Gitter] andreykurilin : LindaWang: hi06:23
openstackgerritchenhb proposed openstack/rally master: [DO NOT MERGE]check router resources  https://review.openstack.org/47773206: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 IRC06:26
*** flg has joined #openstack-rally06:28
LindaWangandreykurilin: My rally_conf.json is:06:30
LindaWangandreykurilin: {"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
LindaWangAnd then I create rally deployment via the cli " rally deployment create --filename=rally_conf.json --name=opnfv-rally"06:30
LindaWangIs it right?06:30
rallydev-bot[From Gitter] andreykurilin : everything is right06:31
LindaWangandreykurilin:  The issue is why only requests failed?06:31
LindaWangandreykurilin:  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-rally06: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 deployment06:33
LindaWangandreykurilin:  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 there06:38
*** lpetrut has quit IRC06: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 ago06:53
LindaWangandreykurilin:  Do the requests here refer to HttpRequest?06:53
rallydev-bot[From Gitter] andreykurilin : yes06:53
LindaWangSo 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 now06:55
rallydev-bot[From Gitter] andreykurilin : so yes06:55
*** tesseract has joined #openstack-rally06:55
openstackgerritchenhb proposed openstack/rally master: fix router context to cleanup routers resources  https://review.openstack.org/47748707:00
LindaWangandreykurilin:  Will it be supported by rally in futher?07:03
LindaWangandreykurilin: Or will it be supported by xrally?07:03
LindaWangandreykurilin:   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 board07:06
rallydev-bot[From Gitter] andreykurilin : maybe you want to extend it? it should not be too hard07:07
*** aarefiev_afk is now known as aarefiev_pto07:07
LindaWangandreykurilin: Thank you. I will discuss with our team first.07:12
*** flg has quit IRC07:15
openstackgerritchenhb proposed openstack/rally master: Add BGP VPN scenarios  https://review.openstack.org/46912707:15
*** pcaruana has joined #openstack-rally07:32
*** aojea has joined #openstack-rally08:05
*** flg has joined #openstack-rally08:10
*** e0ne has joined #openstack-rally08:18
*** e0ne has quit IRC08:21
*** e0ne has joined #openstack-rally08:25
*** aojea has quit IRC08:28
*** lpetrut has joined #openstack-rally08:31
*** aojea has joined #openstack-rally08:34
*** reveller has quit IRC08:51
*** e0ne has quit IRC09:01
*** e0ne has joined #openstack-rally09:05
*** abalutoiu has quit IRC09:09
*** yamamoto has quit IRC09:23
*** lpetrut_ has joined #openstack-rally09:25
*** dixiaoli_ has joined #openstack-rally09:26
*** tosky has joined #openstack-rally09:28
*** yamamoto has joined #openstack-rally09:29
*** mvk has quit IRC09:30
*** logan_ has joined #openstack-rally09:33
*** lpetrut has quit IRC09:34
*** dixiaoli has quit IRC09:34
*** logan- has quit IRC09:34
*** mgagne has quit IRC09:35
*** mgagne has joined #openstack-rally09:37
openstackgerritAndrey Kurilin proposed openstack/rally master: [task] Simplify db layer  https://review.openstack.org/47471609:37
openstackgerritAndrey Kurilin proposed openstack/rally master: Fix several TODOs in db layer  https://review.openstack.org/47471509:37
openstackgerritAndrey Kurilin proposed openstack/rally master: Store all data in db workload object  https://review.openstack.org/47661109:37
openstackgerritAndrey Kurilin proposed openstack/rally master: Get rid of extended_results of task  https://review.openstack.org/47710109:37
*** mgagne is now known as Guest2879609:37
*** logan_ is now known as logan-09:37
*** tosky_ has joined #openstack-rally09:39
*** tosky has quit IRC09:39
*** vponomaryov has left #openstack-rally09:43
openstackgerritAndrey Kurilin proposed openstack/rally master: Get rid of extended_results of task  https://review.openstack.org/47710109:44
*** mvk has joined #openstack-rally09:57
*** tosky_ is now known as tosky10:01
openstackgerritStaroverov Anton proposed openstack/rally master: 'File exists' validator and Utils class for validators  https://review.openstack.org/47377810:17
*** lpetrut_ has quit IRC10:17
*** flg has quit IRC10:36
*** reveller has joined #openstack-rally10:38
*** abalutoiu has joined #openstack-rally10:40
*** jkilpatr has joined #openstack-rally10:57
openstackgerritAndrey Kurilin proposed openstack/rally master: Fix several TODOs in db layer  https://review.openstack.org/47471511:21
*** skrzyp has joined #openstack-rally11:29
openstackgerritawesome2012 proposed openstack/rally master: Add CreateAndListPools [lbaasv2]  https://review.openstack.org/47251011:29
*** lpetrut_ has joined #openstack-rally11:29
skrzypOhai, does Rally generate Keystone token for every request in scenario?11:29
*** aojea has quit IRC11:34
*** flg has joined #openstack-rally11:38
openstackgerritAndrey Kurilin proposed openstack/rally master: [task] Simplify db layer  https://review.openstack.org/47471611:49
openstackgerritAndrey Kurilin proposed openstack/rally master: Fix several TODOs in db layer  https://review.openstack.org/47471511:49
openstackgerritAndrey Kurilin proposed openstack/rally master: Store all data in db workload object  https://review.openstack.org/47661111:49
*** dixiaoli has joined #openstack-rally11:58
*** dixiaoli_ has quit IRC12:01
openstackgerritAndrey Kurilin proposed openstack/rally master: Get rid of extended_results of task  https://review.openstack.org/47710112:05
*** ilbot3 has quit IRC12:07
skrzypIt would be nice to disable it and regenerate token only once per whole tests, because constant generation of these tokens chokes our Keystone server12:11
skrzypand we're not going to benchmark Keystone, but Swift :D12:11
*** alexchadin has joined #openstack-rally12:22
*** ilbot3 has joined #openstack-rally12:30
*** ilbot3 has quit IRC12:39
*** LindaWang has quit IRC12:46
*** oanufrii has joined #openstack-rally12:48
*** ilbot3 has joined #openstack-rally12:49
*** e0ne has quit IRC12:56
openstackgerritStaroverov Anton proposed openstack/rally master: 'File exists' validator and Utils class for validators  https://review.openstack.org/47377812:58
*** flg has quit IRC13:00
*** LindaWang has joined #openstack-rally13:01
*** Abhishek__ has joined #openstack-rally13:01
rallydev-bot[From Gitter] astarove : Привет13:02
rallydev-bot[From Gitter] astarove : поговорим?13:02
*** ilbot3 has quit IRC13:03
*** e0ne has joined #openstack-rally13:04
*** ilbot3 has joined #openstack-rally13:13
*** alexchadin has quit IRC13:14
openstackgerritAndrey Kurilin proposed openstack/rally master: DO NOT MERGE:  https://review.openstack.org/47753913:15
*** alexchadin has joined #openstack-rally13:16
openstackgerritAndrey Kurilin proposed openstack/rally master: DO NOT MERGE: experiment with float  https://review.openstack.org/47719513:32
*** e0ne has quit IRC13:33
*** alexchadin has quit IRC13:33
openstackgerritchenzhiying proposed openstack/rally master: Add Neutron.CreateAndList FirewallGroup scenrio  https://review.openstack.org/47815613:33
*** ilbot3 has quit IRC13:34
*** e0ne has joined #openstack-rally13:35
*** e0ne has quit IRC13:37
*** ilbot3 has joined #openstack-rally13:44
*** e0ne has joined #openstack-rally13:44
*** Abhishek__ has quit IRC13:45
*** Abhishek__ has joined #openstack-rally13:46
*** e0ne has quit IRC13:56
*** e0ne has joined #openstack-rally14:04
*** dixiaoli has quit IRC14:07
*** ilbot3 has quit IRC14:09
*** LindaWang has quit IRC14:11
rallydev-bot[From Gitter] andreykurilin : skrzyp: hi14:14
rallydev-bot[From Gitter] andreykurilin : sorry for the late reply14:15
rallydev-bot[From Gitter] andreykurilin : Rally obtains a keystone token one time for each iteration14: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 expire14:17
*** LindaWang has joined #openstack-rally14:19
*** LindaWang has quit IRC14:20
*** LindaWang has joined #openstack-rally14:20
openstackgerritawesome2012 proposed openstack/rally master: Add CreateAndListPools [lbaasv2]  https://review.openstack.org/47251014:21
*** ilbot3 has joined #openstack-rally14:22
*** aojea has joined #openstack-rally14:28
*** flg has joined #openstack-rally14:33
*** abalutoiu has quit IRC14:33
skrzypandreykurilin: 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 IRC14:43
*** ilbot3 has quit IRC14:49
*** lpetrut_ has joined #openstack-rally14:53
*** ilbot3 has joined #openstack-rally14:53
*** flg has quit IRC14:55
openstackgerritStaroverov Anton proposed openstack/rally master: 'File exists' validator and Utils class for validators  https://review.openstack.org/47377815:02
openstackgerritHai Shi proposed openstack/rally master: [RAAS] Rally-as-a-service  https://review.openstack.org/46024215:04
*** rcernin has quit IRC15:04
*** lpetrut_ has quit IRC15:08
*** ilbot3 has quit IRC15:13
*** psuriset has quit IRC15:14
*** psuriset has joined #openstack-rally15:27
*** abalutoiu has joined #openstack-rally15:30
*** aojea has quit IRC15:37
*** aojea has joined #openstack-rally15:38
*** anshul has quit IRC15:40
*** aojea has quit IRC15:42
openstackgerritzhaozhicheng proposed openstack/rally master: Add NeutronNetworks.create_and_list_qos_policies  https://review.openstack.org/47212915:51
*** ilbot3 has joined #openstack-rally16:06
*** ilbot3 has quit IRC16:06
openstackgerritAndrey Kurilin proposed openstack/rally master: Fix several TODOs in db layer  https://review.openstack.org/47471516:07
*** pcaruana has quit IRC16:09
*** dixiaoli has joined #openstack-rally16:12
*** ilbot3 has joined #openstack-rally16:15
*** itlinux has joined #openstack-rally16:19
*** dixiaoli has quit IRC16:25
*** Abhishek__ has quit IRC16:32
*** tesseract has quit IRC16:40
*** e0ne has quit IRC16:47
*** LindaWang has quit IRC16:50
*** aojea has joined #openstack-rally17:08
*** anshul has joined #openstack-rally17:12
*** lpetrut_ has joined #openstack-rally17:24
*** mvk has quit IRC17:27
*** tosky has quit IRC17:30
*** anshul has quit IRC17:40
*** anshul has joined #openstack-rally17:40
*** aojea has quit IRC17:41
*** aojea has joined #openstack-rally17:42
*** yamamoto has quit IRC17:42
*** yamamoto has joined #openstack-rally17:43
*** aojea has quit IRC17:46
*** lpetrut_ has quit IRC17:47
*** yamamoto has quit IRC17:50
*** e0ne has joined #openstack-rally17:58
*** tosky has joined #openstack-rally18:07
*** lpetrut_ has joined #openstack-rally18:12
*** e0ne has quit IRC18:20
*** yamamoto has joined #openstack-rally18:27
*** yamamoto has quit IRC18:35
*** yamamoto has joined #openstack-rally18:50
*** yamamoto has quit IRC18:50
*** flg has joined #openstack-rally18:51
*** aojea has joined #openstack-rally19:03
*** aojea has quit IRC19:21
*** aojea has joined #openstack-rally19:21
*** mvk has joined #openstack-rally19:23
*** aojea has quit IRC19:26
*** flg has quit IRC19:47
*** yamamoto has joined #openstack-rally19:51
*** aojea has joined #openstack-rally19:53
*** flg has joined #openstack-rally19:55
*** yamamoto has quit IRC19:59
*** itlinux has quit IRC20:04
*** jkilpatr has quit IRC20:12
*** e0ne has joined #openstack-rally20:17
*** itlinux has joined #openstack-rally20:31
*** jkilpatr has joined #openstack-rally20:31
*** lpetrut_ has quit IRC20:46
*** flg has quit IRC20:50
*** anshul has quit IRC21:03
*** itlinux has quit IRC21:10
*** jkilpatr has quit IRC21:18
*** jkilpatr has joined #openstack-rally21:32
*** itlinux has joined #openstack-rally21:32
openstackgerritAmy Ge proposed openstack/rally master: Added user creds in 'rally deployment check' err debug msg with tests  https://review.openstack.org/47669421:45
*** jkilpatr has quit IRC21:53
*** jkilpatr has joined #openstack-rally21:53
*** aojea has quit IRC22:01
*** aojea has joined #openstack-rally22:01
*** e0ne has quit IRC22:02
*** aojea has quit IRC22:05
*** itlinux has quit IRC22:46
*** tosky has quit IRC23:26

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