Monday, 2020-04-20

*** threestrands has joined #openstack-rally00:35
*** anilvenkata has joined #openstack-rally04:45
*** threestrands_ has joined #openstack-rally07:18
*** threestrands_ has quit IRC07:18
*** threestrands has quit IRC07:21
*** tosky has joined #openstack-rally09:01
andreykurilinmarosg: hi! octavia was failing to start at our CI, so it was disabled for some time. Last week I tried to turn it on again - https://review.opendev.org/#/c/720446/09:19
andreykurilinone good thing - it starts again and I can try to enable CI job for it again. another good thing - we have a special script at CI that compares openstack resources before rally execution with resource after launch and this script showed as well that there is an issue with deleting octavia resources.09:21
*** rcernin has quit IRC09:26
*** rcernin has joined #openstack-rally09:51
andreykurilinmarosg: also, based on your traceback - it looks like you are calling scenarios for neutron LbaasV2 which is ancestor of Octavia. neutron LbaasV2 is deprecated now..10:01
marosgandreykurilin: it is when running NeutronNetwork scenarios, like create and delete networks10:16
andreykurilinhm10:16
marosgand it is only in cleanup section10:16
marosgwhole test passes10:17
andreykurilinok, got it10:17
marosgand in the meantime I confirmed it is related to having or not having octavia in deployment10:17
andreykurilinit is triggered due to this check - https://github.com/openstack/rally-openstack/blob/master/rally_openstack/task/cleanup/resources.py#L271 . When you adds octavia to deployment, cleanup sees lbaasv2 extension and tries cleanup10:19
andreykurilinactually, you can ignore these traces. it will not leave prevent to clean up other os resources10:20
marosgok, thanks for explanation10:21
andreykurilinit happens due to not ideal world :D10:22
andreykurilinI mean ideally, scenarios should not setup cleanup step to check all neutron resources like https://github.com/openstack/rally-openstack/blob/master/rally_openstack/task/scenarios/neutron/network.py#L3410:22
andreykurilininstead of `context={"cleanup@openstack": ["neutron"]}` it should be something like `context={"cleanup@openstack": ["neutron.networks", "neutron.subnets"]},`10:23
andreykurilini.e specifying the real used resources by the scenario10:23
andreykurilinThis should save a bunch of time during cleanup step (no need to list not used resources)10:23
*** irclogbot_3 has quit IRC13:06
*** irclogbot_3 has joined #openstack-rally13:08
-openstackstatus- NOTICE: Zuul is temporarily offline; service should be restored in about 15 minutes.13:59
*** hemna_ has quit IRC14:35
marosgandreykurilin: glad to see it was not just me doing something stupid15:02
*** hemna_ has joined #openstack-rally15:23
*** hemna_ has quit IRC15:24
-openstackstatus- NOTICE: Gerrit will be restarted to correct a misconfiguration which caused some git mirrors to have outdated references.15:47
*** hemna has joined #openstack-rally16:58
*** hemna has quit IRC17:58
*** hemna has joined #openstack-rally17:59
marosgandreykurilin: will you have time tomorrow to review my patches?18:21
andreykurilinmarosg: hope so18:26
*** anilvenkata has quit IRC18:41
*** rcernin has quit IRC22:05
*** rcernin has joined #openstack-rally22:06
*** tosky has quit IRC22:19
*** threestrands has joined #openstack-rally23:18

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