Wednesday, 2023-11-29

rdogerritrdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for caracal-9s-testing  https://review.rdoproject.org/r/c/rdoinfo/+/5050300:14
rdogerritrdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for wallaby-8s-testing  https://review.rdoproject.org/r/c/rdoinfo/+/5091000:15
rdogerritChandan Kumar proposed config master: Add Rabi Mishra keys  https://review.rdoproject.org/r/c/config/+/5092304:48
rdogerritMerged config master: Add Rabi Mishra keys  https://review.rdoproject.org/r/c/config/+/5092305:14
rdogerritJoel Capitao proposed rdoinfo master: Promote CBS tags update for caracal-9s-testing  https://review.rdoproject.org/r/c/rdoinfo/+/5050308:09
rdogerritAlfredo Moralejo proposed config master: Create antelope and bobcat branches for observabilityclient  https://review.rdoproject.org/r/c/config/+/5092008:10
rdogerritMarios Andreou proposed rdo-jobs master: Adds new data-plane-adoption-OSP-17-to-extracted-crc job for adoption CI  https://review.rdoproject.org/r/c/rdo-jobs/+/5059008:30
rdogerritGregory Thiemonge proposed openstack/octavia-distgit rpm-master: Update Octavia spec for secure-RBAC  https://review.rdoproject.org/r/c/openstack/octavia-distgit/+/5092409:05
tkajinamI'm wondering what is python3-tooz+redis for ?09:53
tkajinam* what python3-tooz+redis is for ?09:54
amoralejit's tooz + estra redis as defined in https://github.com/openstack/tooz/blob/master/setup.cfg#L5409:54
amoralej+ in python package names is optional extras09:55
tkajinamhttps://paste.opendev.org/show/b8zCKnMutb25murypcYB/09:56
amoralejso, python3-tooz+redis is a subpackage which adds python3-redis as dependency09:56
tkajinamhmm but the package dependency and the files installes by the package do not make very clear sense to me09:56
amoralejyeah, python3-redis is intended to work together with python3-tooz09:57
tkajinamyeah that's what I thought though that dependency does not appear in rpm command. probably I did something stupid ?09:57
amoralejrpm -q --requires python3-tooz+redis09:57
amoralejit should use virtual provides09:57
tkajinamrpm -q --requires python3-tooz+redis09:58
tkajinampython3.9dist(redis) >= 3.109:58
tkajinamahh ok09:58
amoralejthat's it09:58
tkajinamthanks now it makes very clear sense10:00
tkajinamthe results of these macros are still tricky for me :-P10:00
amoralej:)10:01
amoralejthere is some documentation in fedora, lemme look for the link10:01
amoralejhttps://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#Machine-readable-provides i.e.10:02
* tkajinam book-marked the link10:03
tkajinamjust noticed octavia has python3-redis as its dependency but afaik it's not direct dependency but is required via taskflow (taskflow requires python3-redis as a extra dependencies) so was looking at how it may be handled better.10:06
tkajinam(for my own curiosity. this may not be at all urgent or critical10:07
jcapitao[m]amoralej karolinku : FYI master puppet promotion is broken because of https://review.opendev.org/c/openstack/telemetry-tempest-plugin/+/90166610:15
jcapitao[m]upstream p-o-i has not hitten that issue yet, I checked latest p-o-i patch merged, the job pulled telemetry-tempest-plugin one commit before10:17
amoralejtkajinam, https://github.com/rdo-packages/octavia-distgit/blob/rpm-master/openstack-octavia.spec#L134 10:19
amoralejwe have explicit dependency in the spec10:20
gthiemongetkajinam: amoralej: we added this dep because we (octavia) plan to enable taskflow/jobboard (which requires redis) by default in the future10:25
tkajinamI understand python3-redis may be needed but I'm wondering if we should use something like taskflow+redis rather than requiring redis directly.10:27
tkajinambecause the requirement of redis is mainly controlled by taskflow rather than octavia.10:27
gthiemongeyeah, right10:27
amoralejjcapitao[m], there are logs?10:27
jcapitao[m]amoralej: current failure on master https://logserver.rdoproject.org/openstack-periodic-daily/review.rdoproject.org/rdoinfo/master/weirdo-caracal-promote-puppet-scenario001-centos-stream-9/b46a1be/logs/weirdo-project/logs/testr_results.html10:28
jcapitao[m]in last upstream p-o-i job https://zuul.opendev.org/t/openstack/build/973d9827235b4af2a69b83466e0b749f it's no failing as it pulls python3-telemetry-tests-tempest-1.10.1-0.20231121140815.8271356.el9.noarch (one commit before)10:30
jcapitao[m]upstream p-o-i jobs pull puppet-passed-ci repos, that's the reason why it's not caught upstream but in our pipeline 10:32
tkajinamlooks like they enabled sg-core tests by default ?10:32
tkajinamidk why they decided to make that breaking change10:32
jcapitao[m]tkajinam: yeah I think so too10:32
tkajinamIMO they should revert the change now or make the test optional...10:33
tkajinam^^ mrunge10:34
amoralejyeah, i guess we'll need to set it to false10:36
jcapitao[m]+1 to disable it as default10:36
tkajinamthe problem is that the option is not really honored10:36
tkajinamwe have to find out the way to tell gabbi to disable a specific test according to an env var which I'm looking for now10:37
amoralejwon't https://review.opendev.org/c/openstack/telemetry-tempest-plugin/+/901666/5/telemetry_tempest_plugin/scenario/test_telemetry_integration_prometheus.py#34 do what we need?10:38
tkajinamahh ok I was looking at an old code base10:41
tkajinamhttps://review.opendev.org/c/openstack/telemetry-tempest-plugin/+/90213410:46
tkajinamI can add support for [service_available] sg_core and disable it in p-o-i but I believe it should be kept default with some warning period10:48
tkajinam(by the way that job definition also affects stable branches and is likely to kill their old branches I guess10:49
tkajinamok that's why they need disable it in p-o-i but I believe it should be kept 10:49
tkajinamoops10:49
tkajinamwrong copy-paste10:49
tkajinamhttps://review.opendev.org/q/I74479294bc04cd9eeedeaaf7baa5e6233e9e17fd10:49
mrungetkajinam, looking now11:02
mrungeI was in meetings for some time already11:02
tkajinamnp. it may take a while until CI run completes11:07
mrungeone issue with tempest is that it is branchless11:08
tkajinamyeah it has been causing multiple pains for long :-(11:14
tkajinamthough there are two problems here. that change which made sg-core required by default is breaking, and it causes worse effect because tempest is branchless11:18
tkajinambreaking = backward incompatible, I mean11:18
rdogerritMarios Andreou proposed rdo-jobs master: Adds new data-plane-adoption-OSP-17-to-extracted-crc job for adoption CI  https://review.rdoproject.org/r/c/rdo-jobs/+/5059011:39
jcapitao[m]re: https://review.opendev.org/c/openstack/telemetry-tempest-plugin/+/902134 - thank you tkajinam++12:45
spotz[m]Meeting in 17 minutes add your items! https://etherpad.opendev.org/p/RDO-Meeting13:43
spotz[m]#startmeeting RDO meeting - 2023-11-2913:59
opendevmeetMeeting started Wed Nov 29 13:59:48 2023 UTC and is due to finish in 60 minutes.  The chair is spotz[m]. Information about MeetBot at http://wiki.debian.org/MeetBot.13:59
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.13:59
opendevmeetThe meeting name has been set to 'rdo_meeting___2023_11_29'13:59
spotz[m]#topic Roll Call13:59
amoralejo/14:00
karolinku[m]o/14:00
jcapitao[m]o/14:00
spotz[m]#link https://etherpad.opendev.org/p/RDO-Meeting14:00
spotz[m]#topic SWAG Update14:00
spotz[m]We are still in the brand process of getting SWAG most likely because of the recent US holiday. Hope to get moved on to the vendor this week14:01
spotz[m]Any questions?14:01
jcapitao[m]👍️14:02
spotz[m]#topic Status of train, ussuri,  victoria. Can we remove the content from trunk.r.o ?14:02
jcapitao[m]#link https://softwarefactory-project.io/r/c/software-factory/sf-infra/+/2987814:03
jcapitao[m]it's now merged14:03
amoralejcool, so i think we can remove the content of the repos in trunk-centos814:03
jcapitao[m]so it's been now 2 months since we communicated the decommission of those builders14:03
amoralejand in trunk.r.o let's start by renaming the directories for one week, then remove14:03
jcapitao[m]+1 for the methodology 14:04
jcapitao[m]that way we could revert easily14:05
amoralejexactly14:06
jcapitao[m]I can take care of the operations or do you want to do it ?14:06
amoralejyou can take it, np14:07
amoralejlet's review the tasks to do after the mtg14:07
jcapitao[m]ack14:08
spotz[m]Anything else on this otopic?14:10
jcapitao[m]I think that's it14:11
spotz[m]We have nothing else on the agenda. Any volunteer to lead next week? It will be the video call14:11
amoraleji'll be on PTO, it's local holiday here14:12
karolinku[m]I can take it14:13
spotz[m]I'm still working on my PTO for end of the year, I'll be around next week for sure. But even on PTO if we don't cncel I might pop in:)14:13
spotz[m]Thanks Karolina14:13
spotz[m]#topic Open FLoor14:13
spotz[m]If anyone has anything14:14
amoralejnot from my side14:15
spotz[m]Next week's area is created on the agenda14:15
jcapitao[m]nothing from me neither14:16
spotz[m]Nice quick meeting:)14:18
spotz[m]#endmeeting14:18
opendevmeetMeeting ended Wed Nov 29 14:18:46 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:18
opendevmeetMinutes:        https://meetings.opendev.org/meetings/rdo_meeting___2023_11_29/2023/rdo_meeting___2023_11_29.2023-11-29-13.59.html14:18
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/rdo_meeting___2023_11_29/2023/rdo_meeting___2023_11_29.2023-11-29-13.59.txt14:18
opendevmeetLog:            https://meetings.opendev.org/meetings/rdo_meeting___2023_11_29/2023/rdo_meeting___2023_11_29.2023-11-29-13.59.log.html14:18
amoralejthanks spotz!14:18
spotz[m]Just realized I forgot #chair:)14:19
jcapitao[m]thank you spotz 14:19
spotz[m]Thanks all14:20
rdogerritAmy Marrich (spotz) proposed rdo-website master: Addedd meetings for Nov 22 and 29  https://review.rdoproject.org/r/c/rdo-website/+/5092514:34
spotz[m]Ok put the links for the last 2 meetings up14:34
*** jlibosva is now known as Guest855414:57
*** blarnath is now known as d34dh0r5315:00
*** jlibosva is now known as Guest856015:44
rdogerritTristan de Cacqueray proposed config master: Set github-check pipeline precedence to high  https://review.rdoproject.org/r/c/config/+/5092616:15
rdogerritEmma Foley proposed config master: [crc] simple-start/yml: Pass a bundle parameter to CRC  https://review.rdoproject.org/r/c/config/+/5092717:28
rdogerritMerged rdo-website master: Addedd meetings for Nov 22 and 29  https://review.rdoproject.org/r/c/rdo-website/+/5092517:40
rdogerritEmma Foley proposed config master: [crc] Wait for the cluster to come up if there's a custom bundle used  https://review.rdoproject.org/r/c/config/+/5092819:29
*** cloudnull0 is now known as cloudnull20:07
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org will be restarting momentarily for a patch update to address a recently observed regression preventing some changes from merging21:10
rdogerritMerged config master: Set github-check pipeline precedence to high  https://review.rdoproject.org/r/c/config/+/5092623:51

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