*** osmanlicilegi is now known as Guest0 | 01:48 | |
opendevreview | Arx Cruz proposed openstack/tempest master: DNM - Removing the unecessary use of admin client https://review.opendev.org/c/openstack/tempest/+/852377 | 07:35 |
---|---|---|
*** jpena|off is now known as jpena | 07:35 | |
*** soniya29 is now known as soniya29|afk | 09:44 | |
*** soniya29|afk is now known as soniya29 | 09:48 | |
*** tosky is now known as Guest71 | 10:46 | |
*** tosky_ is now known as tosky | 10:46 | |
opendevreview | Arx Cruz proposed openstack/tempest master: DNM - Removing the unecessary use of admin client https://review.opendev.org/c/openstack/tempest/+/852377 | 11:08 |
*** bhagyashris is now known as bhagyashris|afk | 11:44 | |
xek | I'm looking for reviewers for this patch https://review.opendev.org/c/openstack/devstack/+/848284 | 11:59 |
xek | kopecmartin, gmann, I see you already approved the patch on xena, but the depends-on is only approved by kopecmartin | 11:59 |
*** tosky is now known as Guest77 | 12:01 | |
*** tosky__ is now known as tosky | 12:01 | |
*** tosky is now known as Guest78 | 12:30 | |
*** tosky_ is now known as tosky | 12:30 | |
*** bhagyashris|afk is now known as bhagyashris | 12:50 | |
*** tosky is now known as Guest85 | 13:13 | |
*** tosky__ is now known as tosky | 13:13 | |
gmann | xek: done | 13:57 |
*** pojadhav is now known as pojadhav|afk | 14:10 | |
opendevreview | Alan Bishop proposed openstack/tempest master: Fix volume transfers schema for mv 3.55 and 3.57 https://review.opendev.org/c/openstack/tempest/+/852470 | 14:22 |
kopecmartin | #startmeeting qa | 15:00 |
opendevmeet | Meeting started Tue Aug 9 15:00:23 2022 UTC and is due to finish in 60 minutes. The chair is kopecmartin. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'qa' | 15:00 |
kopecmartin | #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours | 15:00 |
kopecmartin | agenda ^ | 15:00 |
gmann | o/ | 15:00 |
kopecmartin | o/ | 15:01 |
frickler | \o | 15:01 |
kopecmartin | \o | 15:03 |
kopecmartin | let's start | 15:03 |
kopecmartin | #topic Announcement and Action Item (Optional) | 15:03 |
kopecmartin | nothing specific from my side, some updates about PTG but we'll get to that | 15:03 |
frickler | ah, o.k., was about to mention PTG ;) | 15:03 |
kopecmartin | #topic Zed Priority Items progress | 15:04 |
kopecmartin | #link https://etherpad.opendev.org/p/qa-zed-priority | 15:04 |
kopecmartin | any updates here? | 15:04 |
kopecmartin | as i'm scrolling that etherpad it reminds me I need to revisit FIPS and SRBAC | 15:04 |
kopecmartin | to figure out where we are at | 15:04 |
kopecmartin | btw arxcruz is working on 'Use admin clients *only if* admin access needed' effort | 15:05 |
kopecmartin | i saw a patch already | 15:06 |
arxcruz | kopecmartin yes | 15:06 |
arxcruz | right now i'm checking what need and what doesn't | 15:06 |
kopecmartin | #link https://review.opendev.org/c/openstack/tempest/+/852377 | 15:06 |
arxcruz | as we discuss, it might be a good idea to add an option like requires_admin | 15:06 |
arxcruz | so we can set per test | 15:06 |
gmann | how many tests are there like that | 15:07 |
arxcruz | gmann around 10 | 15:07 |
arxcruz | but i'm not sure about tempest plugins | 15:07 |
gmann | 10 tests? | 15:08 |
arxcruz | yes, 10 tests | 15:08 |
arxcruz | if you check latest failure is less | 15:08 |
arxcruz | but i'm not counting the tempest plugins | 15:08 |
arxcruz | it's something that we also need to test | 15:08 |
arxcruz | not sure how many tempest plugins rely on the manager | 15:09 |
kopecmartin | all of them should | 15:09 |
kopecmartin | at least it's advertised like that | 15:09 |
arxcruz | i mean, i don't know if the plugins would require admin or not, since we don't activelly test it on tempest side | 15:09 |
lpiwowar | o/ | 15:09 |
arxcruz | it's the next step once i wrap up | 15:10 |
kopecmartin | true, we can create a few dnm patches on plugins sides to check | 15:10 |
gmann | tempest plugins can be asked by project team to take care | 15:10 |
arxcruz | ok | 15:11 |
gmann | but we cannot change it directly to os_promary | 15:11 |
gmann | like done in https://review.opendev.org/c/openstack/tempest/+/852377/5/tempest/scenario/manager.py#1158 | 15:11 |
arxcruz | sounds good to me, i'll let you know when i have the patch in a good state | 15:11 |
gmann | in that case we need to take client in function signature and use that client to call API. | 15:12 |
gmann | admin can access any project server but primary (member role) will not be able to so get server API needs to be called with the client who created the server. for example if that is alt or other member role then it will fail | 15:12 |
arxcruz | gmann that's why i asked kopecmartin to add a requires_admin option in the signature | 15:13 |
arxcruz | and then we can choose either admin or normal one | 15:13 |
gmann | requires_admin is not needed as caller needs to pass the client as per requested server_id | 15:14 |
arxcruz | gmann hmmm, i see | 15:14 |
arxcruz | ok | 15:14 |
arxcruz | well, not in this case, so in this particular case, need to add the client as an argument | 15:14 |
arxcruz | noted, i'll work also with that in mind | 15:15 |
gmann | +1, thanks | 15:15 |
kopecmartin | perfect, let's move on | 15:16 |
kopecmartin | #topic OpenStack Events Updates and Planning | 15:16 |
kopecmartin | so, it's final, the next PTG is gonna be held virtually | 15:16 |
kopecmartin | #link | 15:16 |
kopecmartin | October 17-20 | 15:16 |
gmann | yeah | 15:17 |
kopecmartin | I'll prepare an etherpad for topics soon | 15:17 |
frickler | will the slots stay adjusted to Ohio time? or back to the "usual" scheduling? | 15:17 |
frickler | also will the friday be included again? | 15:17 |
frickler | otherwise the scheduling we be even more difficult | 15:18 |
kopecmartin | for QA we'll have a doodle so that we can find slots which will suit all of us | 15:18 |
gmann | I think we need to wait for scheduling planning from foundation like every virtual PTG. or even team signup may be done again? | 15:18 |
kopecmartin | I didn't fill the team signup before when it was considered to be in person | 15:19 |
gmann | virtual PTG has more slot and in different TZ than in-person one | 15:19 |
kopecmartin | i waited to the last moment :) | 15:19 |
gmann | I can get those info before our next meeting | 15:19 |
kopecmartin | I filled the team signup just yesterday, but that's just a general form - no slot schedulling yet | 15:20 |
kopecmartin | gmann: great, thanks | 15:20 |
kopecmartin | moving on | 15:21 |
kopecmartin | #topic Gate Status Checks | 15:21 |
kopecmartin | #link https://review.opendev.org/q/label:Review-Priority%253D%252B2+status:open+(project:openstack/tempest+OR+project:openstack/patrole+OR+project:openstack/devstack+OR+project:openstack/grenade) | 15:21 |
kopecmartin | nothing there | 15:22 |
kopecmartin | any urgent reviews? | 15:22 |
kopecmartin | #topic Bare rechecks | 15:23 |
kopecmartin | #link https://etherpad.opendev.org/p/recheck-weekly-summary | 15:23 |
kopecmartin | QA is down to 0% \o/ | 15:23 |
gmann | out of 2 | 15:23 |
kopecmartin | still counts :D | 15:23 |
gmann | :) +1 | 15:24 |
kopecmartin | #topic Periodic jobs Status Checks | 15:24 |
kopecmartin | stable | 15:24 |
kopecmartin | #link #link https://zuul.openstack.org/builds?job_name=tempest-full-yoga&job_name=tempest-full-xena&job_name=tempest-full-wallaby-py3&job_name=tempest-full-victoria-py3&job_name=tempest-full-ussuri-py3&pipeline=periodic-stable | 15:24 |
kopecmartin | master | 15:24 |
kopecmartin | #link https://zuul.openstack.org/builds?project=openstack%2Ftempest&project=openstack%2Fdevstack&pipeline=periodic | 15:24 |
kopecmartin | everything seems all right | 15:25 |
kopecmartin | #topic Distros check | 15:26 |
kopecmartin | Centos 9 | 15:26 |
kopecmartin | #link https://zuul.openstack.org/builds?job_name=tempest-full-centos-9-stream&job_name=devstack-platform-centos-9-stream&skip=0 | 15:26 |
kopecmartin | Fedora | 15:26 |
kopecmartin | #link https://zuul.openstack.org/builds?job_name=devstack-platform-fedora-latest&skip=0 | 15:26 |
kopecmartin | Debian | 15:26 |
kopecmartin | #link https://zuul.openstack.org/builds?job_name=devstack-platform-debian-bullseye&skip=0 | 15:26 |
kopecmartin | Jammy | 15:26 |
kopecmartin | #link https://zuul.openstack.org/builds?job_name=devstack-platform-ubuntu-jammy&job_name=devstack-platform-ubuntu-jammy-ovn-source&job_name=devstack-platform-ubuntu-jammy-ovs&skip=0 | 15:26 |
* kopecmartin checking | 15:26 | |
kopecmartin | and cs9 fails again :/ | 15:27 |
kopecmartin | the others are nicely passing | 15:27 |
kopecmartin | #topic Sub Teams highlights | 15:28 |
kopecmartin | Changes with Review-Priority == +1 | 15:28 |
kopecmartin | #link https://review.opendev.org/q/label:Review-Priority%253D%252B1+status:open+(project:openstack/tempest+OR+project:openstack/patrole+OR+project:openstack/devstack+OR+project:openstack/grenade) | 15:28 |
kopecmartin | there are 3 reviews, one of them is blocked by | 15:29 |
kopecmartin | #link https://review.opendev.org/c/openstack/devstack/+/848364 | 15:29 |
kopecmartin | it's required as depends-on | 15:29 |
kopecmartin | and this is a cherry-pick of that depends-on | 15:29 |
kopecmartin | #link https://review.opendev.org/c/openstack/devstack/+/848365 | 15:29 |
kopecmartin | i already voted, gmann and frickler, please check them out when you have a moment | 15:30 |
gmann | ack | 15:30 |
kopecmartin | thanks | 15:31 |
kopecmartin | #topic Open Discussion | 15:31 |
kopecmartin | anything for the open discussion? | 15:31 |
kopecmartin | #topic Bug Triage | 15:32 |
kopecmartin | #link https://etherpad.openstack.org/p/qa-bug-triage-zed | 15:32 |
kopecmartin | numbers recorded as always | 15:32 |
kopecmartin | i've just noticed there are 2 new bugs in devstack, one of them has a fix proposed already | 15:33 |
frickler | ah, I mentioned https://review.opendev.org/c/openstack/devstack/+/852378 yesterday | 15:33 |
kopecmartin | #link https://bugs.launchpad.net/devstack/+bug/1983427 | 15:33 |
frickler | but forgot to review | 15:33 |
kopecmartin | and the other | 15:33 |
frickler | that should get onto the RP+1 list | 15:33 |
kopecmartin | #link https://bugs.launchpad.net/devstack/+bug/1983816 | 15:33 |
kopecmartin | oh,yeah that's the fix for the second bug frickler | 15:33 |
frickler | linux mint IMO we should simply mark as not supported | 15:34 |
frickler | and drop all references to it | 15:34 |
clarkb | https://review.opendev.org/c/openstack/devstack/+/848284 came up earlier today which seems to backport cs9 support in devstack? | 15:34 |
frickler | clarkb: yes, we had that 5 mins ago | 15:35 |
kopecmartin | frickler: hmm, good point, do we advertise somewhere we support it? i need to check the doc | 15:35 |
kopecmartin | if not, than yes, we can drop that | 15:35 |
kopecmartin | on the other hand, if it requires only a small fix, we can keep it if it helps someone | 15:36 |
frickler | kopecmartin: I don't think so, but there's a reference still in the code, mentioned in the bug iirc | 15:36 |
kopecmartin | clarkb: yeah, that's blocked by the depends-on , waiting for another core vote | 15:36 |
kopecmartin | should be done soon | 15:36 |
frickler | https://opendev.org/openstack/devstack/src/commit/79bef068b69c7e97a63aaa3e7fae13bcbc649ebd/functions-common#L429 | 15:37 |
kopecmartin | from the doc | 15:39 |
kopecmartin | "DevStack attempts to support the two latest LTS releases of Ubuntu, the latest/current Fedora version, CentOS/RHEL 8 and OpenSUSE." | 15:39 |
kopecmartin | seems like mint occurrence in the code is a relict | 15:39 |
frickler | yes. there is on spurious mention in doc/source/plugins.rst | 15:39 |
frickler | but if we agree, I'll make a patch to drop all that and update the bug accordingly | 15:40 |
frickler | s/on/one/ | 15:40 |
kopecmartin | i agree | 15:40 |
kopecmartin | thanks frickler | 15:40 |
gmann | I think yes, having that clear in doc will be helpful. agree | 15:40 |
kopecmartin | anything else to discuss? | 15:42 |
gmann | nothing from me | 15:42 |
kopecmartin | ok then, thank you everyone, see you around | 15:43 |
kopecmartin | #endmeeting | 15:43 |
opendevmeet | Meeting ended Tue Aug 9 15:43:12 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:43 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/qa/2022/qa.2022-08-09-15.00.html | 15:43 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/qa/2022/qa.2022-08-09-15.00.txt | 15:43 |
opendevmeet | Log: https://meetings.opendev.org/meetings/qa/2022/qa.2022-08-09-15.00.log.html | 15:43 |
gmann | thanks kopecmartin | 15:43 |
*** jpena is now known as jpena|off | 16:38 | |
opendevreview | Dan Smith proposed openstack/tempest master: Break out of import waiter on failure https://review.opendev.org/c/openstack/tempest/+/852606 | 16:45 |
opendevreview | Dan Smith proposed openstack/tempest master: Allow free-form image import parameters https://review.opendev.org/c/openstack/tempest/+/852607 | 16:45 |
opendevreview | Dan Smith proposed openstack/tempest master: WIP: Add testing for glance-download import method https://review.opendev.org/c/openstack/tempest/+/852608 | 16:45 |
Zenkuro | hi, is there a guide on how to settup a devstack with dedicated storage and managent networks(dedicated physical interfaces)? I would like to test storage on dedicated network | 16:48 |
Zenkuro | but all my devstack/neutron configs produce mulfunctioning openstack deployments | 16:48 |
opendevreview | Dan Smith proposed openstack/tempest master: Break out of import waiter on failure https://review.opendev.org/c/openstack/tempest/+/852606 | 17:19 |
opendevreview | Dan Smith proposed openstack/tempest master: Allow free-form image import parameters https://review.opendev.org/c/openstack/tempest/+/852607 | 17:19 |
opendevreview | Dan Smith proposed openstack/tempest master: WIP: Add testing for glance-download import method https://review.opendev.org/c/openstack/tempest/+/852608 | 17:19 |
opendevreview | Dan Smith proposed openstack/tempest master: Allow free-form image import parameters https://review.opendev.org/c/openstack/tempest/+/852607 | 17:44 |
opendevreview | Dan Smith proposed openstack/tempest master: Add testing for glance-download import method https://review.opendev.org/c/openstack/tempest/+/852608 | 17:44 |
*** lifeless_ is now known as lifeless | 18:24 | |
opendevreview | Alan Bishop proposed openstack/tempest master: Fix volume transfers schema for mv 3.55 and 3.57 https://review.opendev.org/c/openstack/tempest/+/852470 | 19:58 |
opendevreview | Dan Smith proposed openstack/tempest master: Add testing for glance-download import method https://review.opendev.org/c/openstack/tempest/+/852608 | 20:46 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!