Earlier  
Posted Nick Remark
#openstack-nova - 2021-09-28
16:44:50 bauzas awesome
16:44:52 elodilles as I understood devstack is not hit with this issue in general (but I might be wrong)
16:44:56 bauzas and I guess no bug report
16:45:10 bauzas elodilles: what I guess is that it depends on the related OS
16:45:27 elodilles bauzas: that sounds possible
16:45:58 bauzas then, the one who claims there is a bug should explain which env they use
16:46:07 bauzas so we could reproduce it
16:46:31 bauzas for the moment, let's not try to boil the ocean
16:46:42 gibi bauzas: as I said I saw reports on ML but I did not see it in nova yet, so probably the devstack part is not a nova issue right now
16:47:04 bauzas gibi: ok, so let's move on with the tox change
16:47:12 gibi ack
16:47:25 bauzas but again, we'll probably hit the other gate issues
16:47:27 bauzas anyway
16:47:40 bauzas this release sounds so fun
16:47:54 bauzas moving on
16:47:57 bauzas #topic Stable Branches
16:48:04 bauzas whoops
16:48:10 bauzas placement branches are also impacted
16:48:14 bauzas we waited with the wallaby release until xena RC2 gets released, now we could release from victoria and ussuri together with wallaby as well
16:48:46 elodilles i can prepare the release patches for victoria and ussuri if needed
16:49:04 bauzas elodilles: I guess we'll need some kind of smart stitching between all the concurrent patches so we can unblock things one after all
16:49:46 bauzas elodilles: sure, let's discuss this tomorrow
16:50:05 elodilles bauzas: ack
16:50:11 bauzas other points on stable to discuss ?
16:50:21 elodilles bauzas: actually, i'll be on pto tomorrow, but be back on thursday
16:50:42 elodilles but anyway, nothing else from me :X
16:50:45 bauzas elodilles: ok, then ping me on thursday so we can arrange a quick wrap-up about what to release and what's missing
16:50:54 bauzas #topic Sub/related team Highlights
16:50:58 elodilles bauzas: ++
16:50:59 bauzas Libvirt (bauzas)
16:51:06 bauzas nothing to tell honestly
16:52:22 bauzas btw. I will change the libvirt chairing to lyarwood for next week
16:52:30 bauzas apologies, i forgot to modify it
16:52:42 bauzas lyarwood: anything worth mentioning about libvirt ?
16:53:00 lyarwood not yet :)
16:53:08 bauzas hold your patchrds
16:53:10 bauzas patches*
16:53:22 bauzas #topic Open discussion
16:53:26 ganso o/
16:53:28 bauzas (bauzas) : Call for Outreachy mentoring extended until Sep 29 #link http://lists.openstack.org/pipermail/openstack-discuss/2021-September/024992.html
16:53:46 bauzas we have an opportunity for mentoring here
16:54:20 bauzas we haven't brainstormed about the potential projects we could propose to outreachy students
16:54:29 bauzas but I'm sure we have room for them
16:54:39 bauzas if anyone has any idea, shoot
16:54:50 bauzas I can propose to mentor
16:54:54 gibi Dear student please fix the CI before GA, thanks. :P
16:55:00 gmann :)
16:55:34 bauzas lol
16:55:57 bauzas I've noticed a bit late tho
16:56:01 bauzas anyway
16:56:02 gibi do we have ongoing work where easy to join?
16:56:39 gibi mypy maybe ;)
16:57:01 bauzas gibi: I was about to say functional testing but yeah
16:57:15 ganso hi! sorry I wanted to ask this before the meeting ended. 2 weeks ago it was mentioned in this meeting that there would be a new tag release soon for all stable branches. Is there any more specific estimate on when the new tag release will happen?
16:57:16 gibi bauzas: do we still have osc novaclient gaps?
16:57:31 bauzas gibi: I guess so
16:57:31 gibi bauzas: that would be also a good proposal
16:57:52 gibi bauzas: or simply filling the osc gaps for placement, we have missed a list of microversions there
16:58:12 bauzas interesting idea
16:58:46 bauzas one alterative I had in mind was to see how to use some mdev testing framework for validating our GPUs in our CI
16:59:06 bauzas but anyway, ganso has a question and we're 1 min
16:59:30 bauzas ganso: we just discussed we're considering to tag stable releases end of this week if we can
16:59:48 ganso great!
16:59:49 ganso thanks!
17:00:06 bauzas *if we can* as we have some blockers that need help
17:00:16 bauzas but we're overtime
17:00:23 bauzas thanks all
17:00:25 bauzas #endmeeting
17:00:25 opendevmeet Meeting ended Tue Sep 28 17:00:25 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
17:00:25 opendevmeet Minutes: https://meetings.opendev.org/meetings/nova/2021/nova.2021-09-28-16.00.html
17:00:25 opendevmeet Minutes (text): https://meetings.opendev.org/meetings/nova/2021/nova.2021-09-28-16.00.txt
17:00:25 opendevmeet Log: https://meetings.opendev.org/meetings/nova/2021/nova.2021-09-28-16.00.log.html
17:01:04 gibi gmann: do you say that we need something like https://github.com/openstack/devstack/blob/stable/wallaby/lib/tempest#L669-L685 to stable/xena in devstack to fix nova-grenade-multinode?
17:01:08 gibi lyarwood: ^^
17:01:27 opendevreview Ivan Kolodyazhny proposed openstack/nova master: Add release note which descrube NVMe attach issue https://review.opendev.org/c/openstack/nova/+/811447
17:01:55 gmann gibi: yes but I saw neutron-truck extension is not enabled there so checking if that is correct or wrong
17:02:15 gibi gmann: this change sets NETWORK_API_EXTENSIONS which we saw missing in the failing grenade jobs
17:02:44 gibi gmann: as far as I see we never enabled trunk in grenade before
17:02:50 gibi gmann: but we can try
17:02:51 gmann gibi: yeah, as you mentioned in review, master is with 'all' which means everything is enabled
17:04:46 gibi gmann: OK, thanks for pointing out the solution. We chased this for a day without success.
17:05:28 gmann gibi: I should have done that while capping the microversion in stable/xena but just late by one day and then apache thing came up
17:05:49 gibi gmann: I guess this capping is logically part of the devstack xena branch cut and the grenade switch from testing wallaby -> master to testing xena -> master
17:06:10 gibi gmann: I see.
17:06:29 gibi gmann: I should remember this
17:07:28 gmann yeah, its just all these should go into sequence. I have added all of these stuff in QA release wiki but let me add it with depends-on things so that we avoid any issue in future
17:09:23 gibi gmann: could you paste the link to that wiki, I want to learn more :)
17:09:52 gmann gibi: this one https://wiki.openstack.org/wiki/QA/releases
17:09:56 gibi thanks
17:20:29 gmann lyarwood: can you remove WIP from https://review.opendev.org/c/openstack/grenade/+/811117
17:21:09 lyarwood gmann: I can if you don't want to fix this by capping things in tempest?
17:21:23 lyarwood I haven't had a positive test run with this yet because of the other issues as well btw
17:21:49 gmann lyarwood: capping is skipping the tests which is what happening in stable/wallaby so not broken :)
17:22:25 gmann lyarwood: ok, let me enable this extension in stable/wallaby|xena and then we can test it with your fix
17:22:56 lyarwood gmann: right but we should be skipping if the extension isn't installed right?
17:23:21 lyarwood gmann: oh sorry tempest is hardcoded to assume these things are available
17:23:25 gmann lyarwood: right but we do enable service in tempest multinode job
17:23:42 gmann so basically grenade also should
17:23:43 gmann yeah
17:23:46 lyarwood right the issue is that grenade isn't derived from that

Earlier   Later