Thursday, 2024-05-09

opendevreviewBrian Haley proposed openstack/neutron master: Simplify recursive handling of nested ovn networks for snat  https://review.opendev.org/c/openstack/neutron/+/91693900:28
opendevreviewMiguel Lavalle proposed openstack/neutron master: User defined router flavor driver with no LSP  https://review.opendev.org/c/openstack/neutron/+/91780000:46
opendevreviewMiguel Lavalle proposed openstack/neutron master: User defined router flavor driver with no LSP  https://review.opendev.org/c/openstack/neutron/+/91780001:14
opendevreviewliuyulong proposed openstack/neutron master: Add a default goto table=94 for openvswitch fw  https://review.opendev.org/c/openstack/neutron/+/90738201:25
opendevreviewMerged openstack/neutron stable/2024.1: Don't update revision number if object was not modified  https://review.opendev.org/c/openstack/neutron/+/91864105:13
tkajinamdoes anyone know the status of https://opendev.org/x/tap-as-a-service-tempest-plugin ?05:39
tkajinamthe repository is badly unmaintained. I see tap-as-a-service is part of stadium and maintained in openstack namespace and neutron-tempest-plugin provides taas related tests. I wonder if this repository should be retired05:41
tkajinamhmm. it seems the jobs defined there are used by old stable branches in tap-as-a-service repo. I wonder why we still have ancient branches such as ocata in the repository . probably these weren't EOLed properly until it was moved back to openstack namespace ?05:43
slaweqhi tkajinam, this is most likely question to lajoskatona but from what I know it should be retired long time ago as we moved those test to the neutron-tempest-plugin: https://github.com/openstack/neutron-tempest-plugin/tree/master/neutron_tempest_plugin/tap_as_a_service07:14
lajoskatonaslaweq, tkajinam: Hi07:18
lajoskatonaslaweq, tkajinam: https://opendev.org/x/tap-as-a-service-tempest-plugin is really not maintained, to tell the truth as it is under x/ namespace I don't know which process can be applied to it07:20
tkajinamslaweq, lajoskatona  ok. probably I can send an email to hear some inputs there.08:03
tkajinamlajoskatona, yeah, I don't know either. I'll ask if anyone knows the appropriate process to retire it, and also retire old stable branches of taas repo08:03
tkajinamhappened to find this repository when trying to remove all references to oslosphinx which was already retired.08:04
lajoskatonatkajinam: for retiring taas old branches I run a few rounds, but as these old branches are not registered in openstack/releases release team has to do it manually and that is usually quite sensitive08:07
tkajinamlajoskatona, yeah. but we have to move the branch retirement forward because these old branches uses stable branchs jobs from that taas-tempest-plugin repo.08:08
tkajinamtechnically we can leave these branches, if we ignore zuul config errors but I think it's a good timing to sort out that old pending to-do, IMO08:09
lajoskatonatkajinam: I found these old mails for this topic to have input for the deletion of these: https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/MK5KX3JRVIJGRYRI2JV3UNKGCJOLPEB2/  08:10
lajoskatonahttps://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/5KYIBFZQXFHSPQVVJIK2ZJYO7NSK2QLQ/08:10
tkajinamlajoskatona, thanks !08:11
tkajinamhmm I don't see any replies to these two mails... I probably have to annoy elodilles or frickler to get their actual help for the branch deletion.08:13
lajoskatonatkajinam: +1, please ping me if you need any background or help08:17
tkajinamlajoskatona, will do :-)08:20
andrewbogott_lajoskatona: can you advise what I should do about the circular dependency of a patch needing a tempest change and the tempest change needing the patch? (that being https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/890248 and https://review.opendev.org/c/openstack/neutron/+/886214)14:19
haleybandrewbogott_: only the n-t-p one should have a depends-on, that way we can't merge a test that will break things. Reviewers should see tempest is green before merging the neutron patch14:47
lajoskatonaandrewbogott_: Hi, checking14:47
andrewbogott_OK, so have a depends-on on the tempest change but not on the neutron change, is that correct? And then recheck the neutron change if/when tempest change is merged?14:48
haleybandrewbogott_: the neutron change needs to merge first, but we shouldn't merge unless the tempest change is green (i.e. the new test passes)14:50
lajoskatonaandrewbogott_: so is your neutron change  green without the depends-on to n-t-p?14:50
andrewbogott_iirc neither change is green without the other patch.14:50
andrewbogott_Hence the circularity14:51
haleybhmm14:51
andrewbogott_Isnt' that a normal situation? Patches often come with test changes that validate the patch...14:51
lajoskatonaandrewbogott_: worst case we can temporarily disable/skip the test and merge neutron patch and than enable /unskip again the tempest test14:51
andrewbogott_ok, so for now which should have the depends-on and which shouldn't? :D14:52
lajoskatonahaleyb: Hi, in the past I remember that we did similar with skipping for the time of the neutron patch merge, but it was once perhaps so not good records for the process :-)14:55
lajoskatonahaleyb: can you recall perhaps?14:55
haleybandrewbogott_: it's a rare case imo, usually indicates an unwanted change in behavior. we could mark the test unstable, merge, then un-do. i don't remember what we did in the past14:55
haleyblajoskatona: i don't remember :(14:55
lajoskatonahaleyb, andrewbogott_: perhaps I mess it with something else14:56
lajoskatonahaleyb, andrewbogott_: I have to leave now to catch my bus home, but I will read back the irc logs and tomorrow I will be back at latest14:56
haleyblajoskatona: i guess usually we're adding new tests so don't see this issue?14:56
andrewbogott_thanks all.  I'll stand by for now.14:57
lajoskatonahaleyb: was in a situation once when we remove the tempest test to add it to fullstack perhaps to keep the coverage14:57
opendevreviewBrian Haley proposed openstack/neutron master: Simplify recursive handling of nested ovn networks for snat  https://review.opendev.org/c/openstack/neutron/+/91693919:40
opendevreviewAndrew Bogott proposed openstack/neutron master: port policies: Allow port creation/updating in shared networks  https://review.opendev.org/c/openstack/neutron/+/88621420:02
opendevreviewBrian Haley proposed openstack/neutron master: Simplify recursive handling of nested ovn networks for snat  https://review.opendev.org/c/openstack/neutron/+/91693921:57

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!