Friday, 2017-03-03

*** orionx has quit IRC00:02
*** dileepr has joined #openstack-rally00:07
*** yingjun has joined #openstack-rally00:15
*** beslemon has quit IRC00:30
*** yingjun has quit IRC00:30
*** orionx has joined #openstack-rally00:58
*** orionx has quit IRC01:03
*** yamamoto_ has joined #openstack-rally01:09
*** yanyanhu has joined #openstack-rally01:23
*** dave-mccowan has joined #openstack-rally01:27
*** dave-mccowan has quit IRC01:46
openstackgerritzhangzhihui proposed openstack/rally master: Add NeutronNetworks.create_and_list_subnetpools scenario  https://review.openstack.org/38631701:56
openstackgerritHai Shi proposed openstack/rally master: [ATOMIC] Remove _ServiceWithoutAtomic  https://review.openstack.org/44022502:08
*** dave-mccowan has joined #openstack-rally02:24
*** catintheroof has joined #openstack-rally02:30
openstackgerritHai Shi proposed openstack/rally master: [CLEANUP] Add ability to specify superclass for cleanup  https://review.openstack.org/27534002:41
*** shausy has joined #openstack-rally04:25
*** dave-mcc_ has joined #openstack-rally04:29
*** dave-mccowan has quit IRC04:29
*** dave-mcc_ has quit IRC04:34
*** spartacloud has quit IRC04:56
*** catintheroof has quit IRC05:00
*** rdas has joined #openstack-rally05:00
*** pratapagoutham has joined #openstack-rally06:18
openstackgerritHai Shi proposed openstack/rally master: [FIX] Port some cleanup to admin_cleanup in scenarios  https://review.openstack.org/44094206:31
*** orionx has joined #openstack-rally07:05
*** e0ne has joined #openstack-rally07:07
*** orionx has quit IRC07:09
*** tesseract has joined #openstack-rally07:12
*** tesseract-RH has joined #openstack-rally07:29
*** tesseract has quit IRC07:30
rallydev-bot[From Gitter] zhangzhihui1 : I have a   question, in my patch, some people  let me add 'assertTrue' check,but some is disagree07:33
rallydev-bot[From Gitter] shihai1991 : what is your idea?:)07:34
rallydev-bot[From Gitter] zhangzhihui1 : dispensable07:36
openstackgerritStaroverov Anton proposed openstack/rally master: Modifing of test on docstrings  https://review.openstack.org/42873907:39
*** dileepr has quit IRC07:39
*** pcaruana has joined #openstack-rally07:41
rallydev-bot[From Gitter] shihai1991 : functional.FunctionalMixin give me the power, why we should not use it? https://github.com/openstack/rally/blob/master/rally/task/scenario.py#L109. My thought is if the first step is failure, it is no necessary to do the second step.07:42
*** rcernin has joined #openstack-rally07:44
rallydev-bot[From Gitter] MaXinjian : But if first step is failure, OSP environment it self will  failed. rally will stop to do  second step. Why should we do extra check?07:54
*** chhavi has joined #openstack-rally07:54
rallydev-bot[From Gitter] shihai1991 : Why? no. we should not depend on os. It is not only an openstack benchmark in future.08:01
*** oanufrii has quit IRC08:11
*** yingjun has joined #openstack-rally08:15
openstackgerritStaroverov Anton proposed openstack/rally master: Make return data of Verify/Verification API serializable  https://review.openstack.org/43085508:25
*** Abhishek__ has joined #openstack-rally08:29
*** abehl has joined #openstack-rally08:33
openstackgerritzhangzhihui proposed openstack/rally master: [Jenkins]Increase SLA values to improve stability  https://review.openstack.org/44014908:41
*** Abhishek_ has joined #openstack-rally08:49
*** Abhishek__ has quit IRC08:49
*** Abhishek_ is now known as Guest8971008:50
*** Abhishek__ has joined #openstack-rally09:04
*** Guest89710 has quit IRC09:05
*** orionx has joined #openstack-rally09:07
*** e0ne has quit IRC09:10
*** orionx has quit IRC09:11
*** Abhishek__ has quit IRC09:11
*** Abhishek__ has joined #openstack-rally09:12
*** sharmistha has joined #openstack-rally09:27
sharmisthaHi09:28
sharmisthaI m getting this error09:28
sharmisthaTask syntax is correct :) 2017-03-03 14:54:39.296 14570 INFO rally.task.engine [-] Task 815bdecf-b388-4761-9ad6-ad0065e2947e | Starting:  Task validation. 2017-03-03 14:54:39.398 14570 INFO rally.task.engine [-] Task 815bdecf-b388-4761-9ad6-ad0065e2947e | Starting:  Task validation of scenarios names. 2017-03-03 14:54:39.401 14570 INFO rally.task.engine [-] Task 815bdecf-b388-4761-9ad6-ad0065e2947e | Completed: Task valid09:28
sharmistha2017-03-03 14:54:40.823 14570 WARNING rally.common.broker [-] Failed to consume a task from the queue: The resource could not be found. (HTTP 404) (Request-ID: req-1635f75b-8b4b-4cf0-a518-964124da60f5) 2017-03-03 14:54:40.824 14570 INFO rally.plugins.openstack.context.keystone.users [-] Task 815bdecf-b388-4761-9ad6-ad0065e2947e | Starting:  Exit context: `users` 2017-03-03 14:54:41.769 14570 INFO rally.plugins.openstack.c09:28
sharmisthacan anybody help!!!09:29
rallydev-bot[From Gitter] andreykurilin : @sharmistha hi! please use some paste service to share logs.09:29
rallydev-bot[From Gitter] andreykurilin : also, try to launch rally in debug mode09:29
sharmisthahttps://hastebin.com/ujexakoxoy.sql309:31
sharmisthahttps://hastebin.com/ujexakoxoy.sql ****09:31
sharmisthahttps://hastebin.com/ulomitopez.sql  ----in debug mode09:32
rallydev-bot[From Gitter] zhangzhihui1 : @andreykurilin  What do you think about adding 'assertTrue' check09:32
rallydev-bot[From Gitter] andreykurilin : @shihai1991 @zhangzhihui1 @MaXinjian : Actually, I started contribution to OpenStack from unification of all clients, so I know something about their inner stuff. :) In general, most of OpenStack clients (I do not check clients for new services, but they are usually copy-pasted from core projects) has inner support for something like "self.assertTrue" for new resource09:37
rallydev-bots. In all cases, even if API returns empty responce, openstack clients09:37
rallydev-bot[From Gitter] andreykurilin : will raise an exception or try to wrap return object with resource class(in this case our self.assertTrue will pass). So I think self.assertTrue is redundant for most openstack services.09:37
rallydev-bot[From Gitter] andreykurilin : there are only two known clients which we should check - k8sclient(I heard a story that sometimes it returns None) and neutron (I do not know how it works)09:38
rallydev-bot[From Gitter] andreykurilin : @sharmistha: Does rally deployment check works?09:38
*** yanyanhu has quit IRC09:39
sharmisthayes09:39
rallydev-bot[From Gitter] andreykurilin : can you share rally deployment config?09:39
rallydev-bot[From Gitter] MaXinjian :09:41
rallydev-bot[From Gitter] MaXinjian : k8sclient?09:41
sharmistharally deployment config {     "admin": {         "password": "admin",         "tenant_name": "admin",         "username": "admin"     },     "auth_url": "<Keystone_url>:5000/v2.0",     "endpoint": null,     "endpoint_type": null,     "https_cacert": "/etc/ssl/certs/ca.crt",     "https_insecure": false,     "region_name": "",     "type": "ExistingCloud" }09:42
rallydev-bot[From Gitter] shihai1991 : @andreykurilin thanks, learned.09:43
rallydev-bot[From Gitter] andreykurilin : @MaXinjian the client for kubernetes. it is auto-generate client from swager spec(spec of API in some format). Magnum scenarios use it09:44
rallydev-bot[From Gitter] MaXinjian : @andreykurilin   got it, thank you very much!09:45
rallydev-bot[From Gitter] andreykurilin : @sharmistha: hm.. ok. Can you create tenant manually from the same node?09:46
sharmisthai created deployment from env09:48
sharmisthathen its working fyn09:48
sharmisthaabove deployment config was fromenv09:49
*** Abhishek_ has joined #openstack-rally09:49
sharmisthabut wen i use existing.json i m getting resource not found error09:49
*** Abhishek_ is now known as Guest5948009:49
rallydev-bot[From Gitter] andreykurilin : ok09:49
*** Serlex has joined #openstack-rally09:50
rallydev-bot[From Gitter] andreykurilin : sharmistha: and what is the difference in `rally deployment config` output of these two "deployments"09:50
rallydev-bot[From Gitter] andreykurilin : ?09:50
*** Abhishek__ has quit IRC09:52
*** abehl has quit IRC09:52
openstackgerritAnton Studenov proposed openstack/rally master: [Core] Make task engine more abstract  https://review.openstack.org/43857409:52
sharmistha{     "admin": {         "password": "admin",         "tenant_name": "admin",         "username": "admin"     },     "auth_url": "<keystone_url>:5000/v2.0",     "endpoint_type": "public",     "https_cacert": "/etc/ssl/certs/ca.crt",     "https_insecure": true,     "region_name": "RegionOne",     "type": "ExistingCloud" }09:53
sharmistharegion name and endpoint_type09:53
sharmisthaare different09:54
*** yamamoto_ has quit IRC09:54
openstackgerritAnton Studenov proposed openstack/rally master: [Core] Make task engine more abstract  https://review.openstack.org/43857409:54
*** chhavi has quit IRC09:54
*** yamamoto has joined #openstack-rally09:55
*** Guest59480 has quit IRC09:56
*** yamamoto has quit IRC10:00
rallydev-bot[From Gitter] andreykurilin : the second config works or the first one?10:01
sharmisthafirst one works10:01
rallydev-bot[From Gitter] andreykurilin : ok. so first of all, keystone v2 works strange with endpoint_type. Actually, it doesn't work with it at all10:02
rallydev-bot[From Gitter] andreykurilin : it can be a problem10:02
rallydev-bot[From Gitter] andreykurilin : because keystoneclient v2 processes some magic with it. I can suggest to use endpoint_type only in case of keystone v310:03
sharmisthaokay10:04
sharmisthathanks10:04
sharmisthawill try n let u know if it worked or not..10:04
*** e0ne has joined #openstack-rally10:08
sharmisthaHey it worked when i removed endpoint_type10:09
sharmisthathanku so much10:09
sharmistha:)10:09
rallydev-bot[From Gitter] andreykurilin : cool10:10
sharmisthaone more thing..10:10
sharmisthai hav installed rally10:10
rallydev-bot[From Gitter] andreykurilin : listening10:10
sharmisthafor running tempest using rally10:10
sharmisthaon my deployment i hav to install tempest separately10:11
sharmisthaor tempest is also installed along wid rally10:11
sharmistha?10:11
rallydev-bot[From Gitter] andreykurilin : tempest is not installed by dedfault with rally. you need to execute `rally verify create-verifier` (http://rally.readthedocs.io/en/latest/verification/cli_reference.html#rally-verify-create-verifier) and rally will download and install tempest for you10:12
rallydev-bot[From Gitter] andreykurilin : also, see http://rally.readthedocs.io/en/latest/quick_start/tutorial/step_10_verifying_cloud_via_tempest_verifier.html10:13
sharmisthaokay10:13
sharmisthathanks again :)10:13
rallydev-bot[From Gitter] andreykurilin : you are welcome10:14
openstackgerritMa Xinjian proposed openstack/rally master: Add CinderVolumeTypes.create_and_delete_encryption_type  https://review.openstack.org/42108010:31
arslanqcould anyone please tell me why i am facing this error: Reason:10:32
arslanq Invalid scenario argument: 'Image 'OrderedDict([('name', '^cirros.*-disk$')])' not found'10:32
*** yingjun has quit IRC10:32
rallydev-bot[From Gitter] astarove : boot_runcommand_delete&10:33
rallydev-bot[From Gitter] astarove : [edit] boot_runcommand_delete?10:33
rallydev-bot[From Gitter] astarove : It's missprint10:33
rallydev-bot[From Gitter] astarove : change '-disk' on 'uec' in 'boot_runcommand_delete.json' file10:34
*** psuriset has quit IRC10:34
openstackgerritAnton Studenov proposed openstack/rally master: Fix ordered dict rendering for task templates  https://review.openstack.org/43755210:38
rallydev-bot[From Gitter] tohin : it is not missprint :) it is because devstack now uses qcow2 cirros image. see: https://github.com/openstack-dev/devstack/commit/6fc332d85279865c32f50b081efb25ba7b671a9a10:41
rallydev-bot[From Gitter] astarove : Cool10:42
rallydev-bot[From Gitter] astarove : so we have a problem:  Invalid scenario argument: 'Image 'OrderedDict([('name', '^cirros.*-disk$')])' not found'10:42
arslanqyes i dont even see "boot_runcommand_delete.json" file10:43
arslanqwhat do i do now ?10:43
rallydev-bot[From Gitter] tohin : arslanq: How did you get this error? do you use task samples from rally repo ?10:49
arslanqrallydev-bot: yes i am using samples from rally repo10:50
*** psuriset has joined #openstack-rally10:51
rallydev-bot[From Gitter] tohin : arslanq: the latest samples from rally master requires latest devstack. so there are 3 ways10:53
rallydev-bot[From Gitter] tohin : - reinstalling devstack10:53
rallydev-bot[From Gitter] tohin : - editing the samples local10:53
rallydev-bot[From Gitter] tohin : or uploading of cirros qcow image10:53
*** chhavi has joined #openstack-rally10:54
arslanqit works for me when i replace "disk$" with "uec$"10:54
arslanqdo i have to file a bug?10:54
*** yamamoto has joined #openstack-rally10:57
*** psuriset has quit IRC11:00
*** yamamoto has quit IRC11:01
*** orionx has joined #openstack-rally11:09
openstackgerritStaroverov Anton proposed openstack/rally master: Make return data of Verify/Verification API serializable  https://review.openstack.org/43085511:11
*** yamamoto has joined #openstack-rally11:12
*** tosky has joined #openstack-rally11:12
*** orionx has quit IRC11:14
*** psuriset has joined #openstack-rally11:14
*** yamamoto has quit IRC11:16
*** yamamoto has joined #openstack-rally11:17
*** yamamoto has quit IRC11:17
*** yamamoto has joined #openstack-rally11:17
*** yamamoto has quit IRC11:22
*** yamamoto has joined #openstack-rally11:36
*** jkilpatr has quit IRC11:38
*** yamamoto has quit IRC11:39
*** yamamoto has joined #openstack-rally11:58
*** jkilpatr has joined #openstack-rally11:59
*** shausy has quit IRC12:02
*** jkilpatr has quit IRC12:07
*** chhavi has quit IRC12:08
*** jkilpatr has joined #openstack-rally12:21
sharmisthaHi12:32
sharmisthadone with installing tempest using rally12:33
sharmisthai can see these testcases being executed12:33
sharmisthatempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram12:33
sharmisthawhere can i find them ?12:33
sharmisthai hav searched for these testcase but couldnot find them..12:34
sharmistha:(12:34
rallydev-bot[From Gitter] tohin : sharmistha: https://github.com/openstack/tempest/blob/master/tempest/api/compute/admin/test_flavors.py#L21712:37
sharmisthasome of the testcases failed12:41
sharmisthai wanted to debug those testcases12:42
sharmisthaso these testcases will not be present in local system ?12:42
sharmisthafollowed the steps mentioned in http://rally.readthedocs.io/en/latest/quick_start/tutorial/step_10_verifying_cloud_via_tempest_verifier.html12:43
*** alexchadin has joined #openstack-rally12:43
sharmisthato install rally12:43
sharmisthasorry tempest*12:43
sharmisthausing rally12:43
rallydev-bot[From Gitter] tohin : sharmistha: what do you mean by local system?12:45
*** chhavi has joined #openstack-rally12:51
sharmisthain my vm where i installed rally-->local sytem12:52
*** yamamoto has quit IRC12:52
rallydev-bot[From Gitter] tohin : sharmistha: rally clones tempest repo and in order to run those testcases.12:54
*** oanufrii has joined #openstack-rally12:54
rallydev-bot[From Gitter] tohin : so they should be present12:56
*** dave-mccowan has joined #openstack-rally12:57
*** marcoceppi_ is now known as marcoceppi13:00
*** marcoceppi has quit IRC13:00
*** marcoceppi has joined #openstack-rally13:00
*** orionx has joined #openstack-rally13:12
*** orionx has quit IRC13:17
rallydev-bot[From Gitter] andreykurilin : @ylobankov please help^13:20
ylobankovsharmistha: what happened?13:25
ylobankovsharmistha, what do you want to do?13:25
*** rdas has quit IRC13:30
*** catintheroof has joined #openstack-rally13:31
sharmisthasearched in my vm13:34
sharmisthai could not find the files :(13:34
*** yingjun has joined #openstack-rally13:34
*** spartacloud has joined #openstack-rally13:38
ylobankovsharmistha, you want to get Tempest tree or what?13:39
*** catintheroof has quit IRC13:39
sharmisthawhen i give a command rally verify create-verifier --type tempest --name tempest-verifier13:41
*** oanufrii has quit IRC13:41
sharmisthait clones the tempest repo13:41
ylobankovsharmistha, please, execute `rally verify show-verifier` cmd and look at 'Location' line. There will be a path where you will be find Tempest tree13:41
sharmisthaokay13:41
sharmisthayesss....13:43
sharmisthagot the location13:43
sharmisthathanku ylobankov13:43
sharmistha:)13:43
ylobankovsharmistha, np :)13:44
*** yingjun has quit IRC13:51
*** yamamoto has joined #openstack-rally13:53
*** spartacloud has quit IRC13:57
*** yamamoto has quit IRC14:00
*** e0ne has quit IRC14:17
*** pcaruana has quit IRC14:24
*** alexchadin has quit IRC14:29
*** chhavi has quit IRC14:33
*** e0ne has joined #openstack-rally14:39
*** e0ne has quit IRC14:42
*** e0ne has joined #openstack-rally14:44
openstackgerritStaroverov Anton proposed openstack/rally master: [WIP] Enabling support of 'script_inline' option  https://review.openstack.org/44117015:03
*** yingjun has joined #openstack-rally15:10
*** maeca1 has joined #openstack-rally15:19
*** rcernin has quit IRC16:02
*** beslemon has joined #openstack-rally16:02
*** tesseract-RH has quit IRC16:14
*** orionx has joined #openstack-rally16:15
*** orionx has quit IRC16:19
*** Serlex has quit IRC16:24
*** jkilpatr_ has joined #openstack-rally16:28
*** jkilpatr has quit IRC16:31
*** yingjun has quit IRC16:32
*** e0ne has quit IRC16:35
*** e0ne has joined #openstack-rally16:38
*** e0ne has quit IRC16:41
*** aarefiev is now known as aarefiev_afk17:04
*** beslemon has quit IRC17:28
openstackgerritMerged openstack/rally master: Fix ordered dict rendering for task templates  https://review.openstack.org/43755217:35
rallydev-bot[From Gitter] DonNalezyty : I'm trying to us VMTasks.boot_runcommand_delete plugin and get it working with boot on volume or boot from snapshot, but am struggling to figure out how to pass volume_args properly.17:37
rallydev-bot[From Gitter] DonNalezyty : I've passed a size and snapshot ID, but it's just attaching the volume as a secondary volume rather than booting from the volume.17:39
*** lutostag_ has joined #openstack-rally17:41
*** andreykurilin_ has joined #openstack-rally17:42
*** afazekas_ has joined #openstack-rally17:42
*** mgagne_ has joined #openstack-rally17:42
*** greghayn1 has joined #openstack-rally17:42
*** kbaikov has quit IRC17:43
*** mgagne has quit IRC17:43
*** afazekas has quit IRC17:43
*** andreykurilin has quit IRC17:43
*** lutostag has quit IRC17:43
*** greghaynes has quit IRC17:43
*** kbaikov has joined #openstack-rally17:43
*** tosky has quit IRC17:48
openstackgerritMerged openstack/rally master: Adjust auth_url's deal in Keystone  https://review.openstack.org/43973117:50
*** beslemon has joined #openstack-rally17:51
*** beslemon_ has joined #openstack-rally18:00
*** beslemon has quit IRC18:03
*** e0ne has joined #openstack-rally18:07
*** rcernin has joined #openstack-rally18:09
*** e0ne has quit IRC18:18
*** beslemon_ has quit IRC18:42
*** spartacloud has joined #openstack-rally18:43
*** oanufrii has joined #openstack-rally18:51
*** jkilpatr has joined #openstack-rally18:56
*** jkilpatr_ has quit IRC19:00
*** beslemon has joined #openstack-rally19:05
*** Serlex has joined #openstack-rally19:24
*** greghayn1 is now known as greghaynes19:33
*** beslemon has quit IRC19:54
*** oanufrii has quit IRC20:36
*** orionx has joined #openstack-rally20:51
*** dave-mccowan has quit IRC20:58
*** orionx has quit IRC21:07
*** orionx has joined #openstack-rally21:17
*** tosky has joined #openstack-rally21:20
*** orionx has quit IRC21:31
*** orionx has joined #openstack-rally21:44
*** Serlex has quit IRC21:50
*** rcernin has quit IRC21:51
*** orionx has quit IRC21:59
*** vipuls has quit IRC22:13
*** stpierre has quit IRC22:17
*** vipuls has joined #openstack-rally22:20
*** catintheroof has joined #openstack-rally22:29
*** jkilpatr has quit IRC23:08
*** jkilpatr has joined #openstack-rally23:41
*** maeca1 has quit IRC23:44

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