Thursday, 2019-02-21

*** agopi has joined #openstack-rally00:00
*** itlinux has joined #openstack-rally00:05
*** itlinux has quit IRC00:06
*** agopi has quit IRC00:12
*** tosky has quit IRC00:19
*** mvkr has quit IRC00:40
*** mvkr has joined #openstack-rally00:42
*** agopi has joined #openstack-rally01:26
*** rh-jelabarre has quit IRC01:44
*** agopi has quit IRC05:49
*** rcernin has quit IRC07:13
*** pcaruana has joined #openstack-rally07:19
*** oprly has joined #openstack-rally07:34
oprlyHello07:37
oprlyI'm having some issues with plugin07:38
oprlyNovaServer.snapshot_server07:38
oprlyOn many ocassions, I get this error:07:39
oprlyClientException: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'nova.exception.InstanceInvalidState'> (HTTP 500) (Request-ID: req-b5f4a2c7-aa0a-47df-bb16-f3ffa3c9705d)  Traceback (most recent call last):   File "/home/pf9/BuildAgent/work/54131a908b398cb/rally/.venv/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once     ge07:39
oprly    raise exceptions.from_response(resp, body, url, method) ClientException: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'nova.exception.InstanceInvalidState'> (HTTP 500) (Request-ID: req-b5f4a2c7-aa0a-47df-bb16-f3ffa3c9705d)07:42
oprlynova-api.log corresponding to the error looks like:07:42
oprly2019-02-20 11:34:09.006 31874 ERROR nova.api.openstack.extensions InstanceInvalidState: Instance 4bad8e53-c4d0-4126-8c7d-ede40f31bf7d in task_state image_uploading. Cannot force_delete while the instance is in this state. 2019-02-20 11:34:09.006 31874 ERROR nova.api.openstack.extensions 2019-02-20 11:34:09.007 31874 INFO nova.api.openstack.wsgi [req-f9fe66cd-fae7-49be-bbca-03b26161c56d 20381bff60c24ac1a28e65b80d2185db f175f441eb07:43
oprlylt] HTTP exception thrown: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'nova.exception.InstanceInvalidState'>07:43
oprlyIt seems like plugin is making a delete node call too early07:44
oprlyhas anybody seen this kind of error and has any suggestions on how I can get around this?07:44
*** tosky has joined #openstack-rally08:26
*** e0ne has joined #openstack-rally09:14
*** oprly has quit IRC09:42
openstackgerritAndrey Kurilin proposed openstack/rally master: Restore publishing docs to rtd  https://review.openstack.org/61582010:41
openstackgerritMerged openstack/rally master: Restore publishing docs to rtd  https://review.openstack.org/61582011:20
*** FlorianFa has joined #openstack-rally11:55
*** FlorianFa has quit IRC11:56
*** FlorianFa has joined #openstack-rally11:56
*** e0ne has quit IRC12:24
*** e0ne has joined #openstack-rally12:31
*** rh-jelabarre has joined #openstack-rally13:06
openstackgerritMerged openstack/rally-openstack master: Use OctaviaBase class from utils  https://review.openstack.org/63644613:49
*** dave-mccowan has joined #openstack-rally14:48
*** mvkr has quit IRC15:00
*** dave-mccowan has quit IRC15:21
rallydev-bot[From Gitter] BenJaziaSadok : Hello list, i have an issue in rally15:22
rallydev-bot[From Gitter] BenJaziaSadok : i created a new deployment with a simple user with a specific tenant15:23
rallydev-bot[From Gitter] BenJaziaSadok : when i run tests i got this15:23
rallydev-bot[From Gitter] BenJaziaSadok : +-----------------------------------------------------------------------------------------------------------+15:23
rallydev-bot%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count |15:23
rallydev-bot[From Gitter] BenJaziaSadok : whith this error15:23
rallydev-bot[From Gitter] BenJaziaSadok : 2019-02-21 15:15:12.491 1 ERROR rally.task.engine [-] Unexpected exception during the workload execution: KeyError: 'admin'15:23
rallydev-bot15:12.491 1 ERROR rally.task.engine     with ctx_manager:15:23
rallydev-bot, in cleanup15:23
rallydev-bot2.491 1 ERROR rally.task.engine   File "/usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/keystone/users.py", line 123, in __init__15:23
rallydev-botlly.task.engine [-] Task 3a7dbd69-94c1-4bae-9f85-d6f574bfd026 | Completed: Running task.15:23
rallydev-bot[From Gitter] BenJaziaSadok : any help please?15:23
*** mvkr has joined #openstack-rally15:24
*** dave-mccowan has joined #openstack-rally15:41
*** dave-mccowan has quit IRC15:45
*** tosky has quit IRC15:53
*** tosky has joined #openstack-rally15:54
*** e0ne has quit IRC16:23
*** dave-mccowan has joined #openstack-rally16:47
*** pcaruana has quit IRC17:07
*** mvkr has quit IRC18:12
*** mvkr has joined #openstack-rally18:59
*** e0ne has joined #openstack-rally20:14
*** e0ne has quit IRC20:37
rallydev-bot[From Gitter] andreykurilin : @BenJaziaSadok hi! what is rally release? please share output of `rally --version` command21:09
*** rcernin has joined #openstack-rally21:11
*** njohnston has joined #openstack-rally21:22
njohnstonHi!  Quick question - does Rally use the openstacksdk to define the functions that actually communicate with openstack services?  In other words, if I want a Rally test for a new thing X, do I need to make sure that there is support for X in openstacksdk first?21:47
andreykurilinnjohnston: hi! rally uses openstack clients (i.e python-novaclient, python-cinderclient, etc)22:14
andreykurilinnjohnston: but you always can write some custom code. long time ago, heat team added several methods to check old and new heatclient - https://github.com/openstack/rally-openstack/blob/master/rally_openstack/scenarios/heat/utils.py#L217-L243 . the second function there implements nonexistent heatclient code22:16
rallydev-bot[From Gitter] BenJaziaSadok : Hello22:35
rallydev-bot[From Gitter] BenJaziaSadok : I’m using https://hub.docker.com/r/xrally/xrally-openstack/dockerfile22:36
rallydev-bot[From Gitter] BenJaziaSadok : @andreykurilin22:36
*** dave-mccowan has quit IRC22:40
njohnstonandreykurilin: I think that I'd need to add code somewhere, looks like the neutron bulk port create that I want to test is not in either python-neutronclient nor openstacksdk.  I'll check out the special heat magic you mentioned.  Thanks!22:46
*** rh-jelabarre has quit IRC22:52
*** tosky has quit IRC23:11
*** rh-jelabarre has joined #openstack-rally23:35
*** rh-jelabarre has quit IRC23:48

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