Wednesday, 2022-06-29

rdogerritrdo-trunk created rdoinfo master: Bump rdoinfo wallaby tags to latest upper-constraints  https://review.rdoproject.org/r/c/rdoinfo/+/4378100:10
rdogerritrdo-trunk created rdoinfo master: Promote CBS tags update for xena-8s-testing  https://review.rdoproject.org/r/c/rdoinfo/+/4378200:34
rdogerritrdo-trunk proposed rdoinfo master: Promote CBS tags update for wallaby-8s-testing  https://review.rdoproject.org/r/c/rdoinfo/+/4370100:37
rdogerritrdo-trunk created nfvinfo master: Promote CBS tags update for nfvsig-2.15-testing  https://review.rdoproject.org/r/c/nfvinfo/+/4378300:37
rdogerritrdo-trunk created nfvinfo master: Promote CBS tags update for nfvsig-2.16-testing  https://review.rdoproject.org/r/c/nfvinfo/+/4378400:37
*** akahat|out is now known as akahat|ruck05:15
rdogerritMartin Kopec proposed rdoinfo master: [DFG][HardProv] Bumping ironic plugin to 2.3.0  https://review.rdoproject.org/r/c/rdoinfo/+/4360307:08
*** amoralej|off is now known as amoralej07:34
*** jpena|off is now known as jpena07:39
rdogerritJoel Capitao proposed rdoinfo master: Promote CBS tags update for wallaby-8s-testing  https://review.rdoproject.org/r/c/rdoinfo/+/4370107:39
rdogerritMerged rdoinfo master: Promote CBS tags update for xena-8s-testing  https://review.rdoproject.org/r/c/rdoinfo/+/4378207:42
rdogerritMerged openstack/neutron-distgit rpm-master: lock_path should be set in [oslo_concurrency]  https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/4376907:43
rdogerritMerged nfvinfo master: Promote CBS tags update for nfvsig-2.16-testing  https://review.rdoproject.org/r/c/nfvinfo/+/4378407:58
rdogerritMerged rdo-jobs master: Add rpmlint exception for cinderlib  https://review.rdoproject.org/r/c/rdo-jobs/+/4377107:58
rdogerritMartin Kopec created rdoinfo master: Bump tempest to (almost) 31.1.0  https://review.rdoproject.org/r/c/rdoinfo/+/4378508:10
rdogerritJoel Capitao proposed openstack/cinderlib-distgit xena-rdo: Exclude mangling shebang  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4375308:10
rdogerritJoel Capitao proposed openstack/cinderlib-distgit yoga-rdo: python-cinderlib-4.2.0-1  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4375108:13
rdogerritJoel Capitao proposed openstack/cinderlib-distgit wallaby-rdo: Exclude mangling shebang  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4375708:14
rdogerritMerged openstack/cinderlib-distgit rpm-master: Exclude mangling shebang  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4373008:24
rdogerritJoel Capitao proposed openstack/cinderlib-distgit yoga-rdo: python-cinderlib-4.2.0-1  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4375108:33
rdogerritJoel Capitao created openstack/cinderlib-distgit rpm-master: Add importlib-resources as Requires  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4378608:43
jcapitao[m]amoralej: we need to package dep importlib-resources for cs9 (needed by cinderlib), do you remember why we haven't build it for CS9 (we have it in cs8 deps) ?09:31
*** rlandy|out is now known as rlandy09:33
amoralejjcapitao[m], it's not required after python 3.810:05
amoralejit's in built-in libraries10:05
amoralejwe don't need it in cs910:05
amoralejshould be patched upstream if needed10:05
jcapitao[m]amoralej: right, but cinderlib uses a new feature released since  py3.10.. https://review.opendev.org/c/openstack/cinderlib/+/847170/7/cinderlib/cinderlib.py#415  10:07
amoralejmmm10:08
jcapitao[m]I tried to use the built-in importlib but unit test fail10:08
amoraleji doubt that should be 1010:08
amoralejso, that means importib_resources is different that importlib.resources?10:08
amoralejin 3.8?10:08
amoralejlemme check10:08
jcapitao[m]I patched by replacing 10 by 7 in l.41510:10
jcapitao[m]in order to import importlib.resources10:10
amoralejand failed, right?10:11
jcapitao[m]yep10:11
jcapitao[m]https://paste.centos.org/view/8ec8891910:12
amoralejmmm10:14
amoralejbut from importlib.resources import files10:14
amoralejworks in cs910:14
jcapitao[m]yes as it has been introduced since 3.9 https://docs.python.org/3.11/library/importlib.resources.html#importlib.resources.files10:15
jcapitao[m]but according to comment it's the feature "namespace packages" they need10:16
jcapitao[m]but I can't find it in https://docs.python.org/3.11/library/importlib.resources.html though10:16
rdogerritJoel Capitao created openstack/cinderlib-distgit yoga-rdo: DNM python-cinderlib-4.2.0-1  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4378710:19
jcapitao[m]amoralej: I pushed my local changes to have a common base to test ^10:20
amoralejgeguileo, wrt cinderlib in old releases (before yoga) should we follow master branch or pin to specific tags?10:39
amoralejjcapitao[m], ^10:39
geguileoamoralej: we backported the fix back to wallaby upstream because we run cinderlib functional tests in the cinder lvm and ceph jobs, and cinderlib was breaking cinder stable jobs10:46
geguileoamoralej: I think we can ignore that patch for older RDO releases for the time being since RDO doesn't have that issue10:47
geguileoand we won't fix the venv issue on those releases10:47
geguileoif it becomes a problem in the future we can improve cinderlib to not use namespaces for the venv script so it can run in 3.9 with importlib10:48
amoralejah, sorry, for some reason i thought cinderlib is branchless10:49
amoraleji see it now10:49
geguileoamoralej: it's release trailing, which is why yoga was releases so "late"10:58
*** dviroel|out is now known as dviroel11:20
rdogerritUser karolinku proposed openstack/gnocchi-distgit rpm-master: Remove amqpd condition and add new BR  https://review.rdoproject.org/r/c/openstack/gnocchi-distgit/+/4375911:32
rdogerritChandan Kumar proposed rdo-jobs master: Rename centos-9-quay job to ubi-9-quay job  https://review.rdoproject.org/r/c/rdo-jobs/+/4375411:40
*** amoralej is now known as amoralej|lunch12:06
*** blarnath is now known as d34dh0r5312:18
*** pojadhav is now known as pojadhav|afk12:52
*** amoralej|lunch is now known as amoralej13:15
rdogerritJoel Capitao proposed openstack/cinderlib-distgit yoga-rdo: python-cinderlib-4.2.0-1  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4375113:25
jcapitao[m]RDO meeting in 12 minutes - https://etherpad.opendev.org/p/RDO-Meeting13:48
rdogerritJoel Capitao proposed openstack/cinderlib-distgit xena-rdo: Exclude mangling shebang  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4375313:49
rdogerritJoel Capitao proposed openstack/cinderlib-distgit wallaby-rdo: Exclude mangling shebang  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4375713:51
rdogerritJoel Capitao proposed openstack/cinderlib-distgit rpm-master: WIP Revert "Disable unit tests for master branch"  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4378613:55
jcapitao[m]#startmeeting RDO meeting - 2022-06-2914:00
opendevmeetMeeting started Wed Jun 29 14:00:42 2022 UTC and is due to finish in 60 minutes.  The chair is jcapitao[m]. Information about MeetBot at http://wiki.debian.org/MeetBot.14:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:00
opendevmeetThe meeting name has been set to 'rdo_meeting___2022_06_29'14:00
jcapitao[m]#topic roll call14:00
kkulao/14:01
jcapitao[m]#chair spotz14:01
opendevmeetCurrent chairs: jcapitao[m] spotz14:01
spotzo/14:02
jcapitao[m]oops14:02
jcapitao[m]#chair kkula14:02
opendevmeetCurrent chairs: jcapitao[m] kkula spotz14:02
*** dasm|afk is now known as dasm14:03
amoralejo/14:04
jcapitao[m]#chair amoralej14:04
opendevmeetCurrent chairs: amoralej jcapitao[m] kkula spotz14:04
jcapitao[m]let's start with first topic14:05
jcapitao[m]#topic FTBFS in fedora massive rebuilds for Fedora 37 with python 3.1114:05
jcapitao[m]#link https://review.rdoproject.org/etherpad/p/FTBFS-fedora-3714:05
jcapitao[m]I checked the list again14:05
jcapitao[m]I mean the list published by Fedora folks14:06
amoralejyeah14:06
jcapitao[m]there is one remaining python-murano-pkg-check14:06
amoralejsome of them were not actual issues i think, but ok14:06
amoraleji've reported the yappi one upstream14:07
jcapitao[m]yes after some iteration it's ok for most of them14:08
amoralejyep14:08
amoralejunicodecsv, last release 2015 :(14:10
jcapitao[m]ok, so almost good14:10
jcapitao[m]murano-pkg-check is a bit tricky too14:10
amoralejwhat's the problem with it?14:10
jcapitao[m]at first it was just adding safe loader to yaml, but now I'm hitting other issue with mock14:11
amoralejalso very low activity14:12
amoralejhttps://review.opendev.org/q/project:openstack/murano-pkg-check14:12
jcapitao[m]when importing mock decoration helper it fails 14:12
amoralejbut it seems maintained14:12
amoralejwe may report it upstream if needed14:12
jcapitao[m]yeah I think I'm gonna report it14:13
jcapitao[m]ah, for python-unicodecsv we have to retire it too I guess14:15
amoralejit's not longer used?14:15
amoraleji see we didnĀ”'t import it in cs914:15
jcapitao[m]it's not required by anything 14:17
amoralejthen, i'd bet for retiring it14:19
amoralejbe careful14:20
amoralejhttps://src.fedoraproject.org/rpms/python-registry/blob/rawhide/f/python-registry.spec#_3014:20
amoralejjcapitao[m], ^14:20
amoralejand https://src.fedoraproject.org/rpms/python-rows/blob/rawhide/f/python-rows.spec#_3714:21
jcapitao[m]ah!14:22
jcapitao[m]ok I'll dig in later14:22
amoralejso, even if we don't use it in rdo14:23
amoralejlet's check if those actually need it14:23
jcapitao[m]right14:23
jcapitao[m]I'll check the codebase14:24
rdogerritMerged openstack/cinderlib-distgit yoga-rdo: python-cinderlib-4.2.0-1  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4375114:24
rdogerritMerged openstack/cinderlib-distgit xena-rdo: Exclude mangling shebang  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4375314:24
amoralejit's drop in for standard csv14:25
amoralejmaybe it's not longer needed14:25
amoraleji'm not sure14:25
spotzIf we drop and it's an issue will tests catch it? Or could we possibly mark it for deprecation and see who says something?14:26
amoraleji think it will appear in next reports14:28
amoralejof packages marked to be retired14:28
amoralejbut as we know who is using them14:28
amoralejlet's try to ping the maintainers directly14:28
spotz+214:29
amoralejhttps://github.com/williballenthin/python-registry/blob/master/samples/amcache.py#L2414:29
amoralejpython-registry is also using it14:29
jcapitao[m]ok let's ask them14:31
amoralejboth packages are from the same maintainer14:31
amoralejand he's on #fedora-devel :)14:31
amoralejso, it'll be easy14:32
rdogerritMerged openstack/cinderlib-distgit wallaby-rdo: Exclude mangling shebang  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/4375714:33
jcapitao[m]yes he's very active14:33
amoralejyep14:33
jcapitao[m]any questions on this topic ?14:34
*** pojadhav|afk is now known as pojadhav14:35
jcapitao[m]let's move on14:35
jcapitao[m]#topic next chair14:35
jcapitao[m]any volunteers14:35
jcapitao[m]?14:35
jcapitao[m]it will be video call though14:35
amoraleji can take it14:36
jcapitao[m]thanks amoralej14:37
jcapitao[m]#action amoralej will chair the next meeting14:37
jcapitao[m]#topic Open Floor14:37
toskythanks all the team for the work with keeping the packages up-to-date (like the countless times I've ask amoralej for a review), and special thanks today for jcapitao[m] for the help unblocking cinderlib14:37
amoralejjcapitao++14:38
jcapitao[m]I'm glad to help :)14:40
amoralejand thanks tosky for being such a nice maintainer :)14:40
jcapitao[m]yeah!14:40
spotzThank you tosky for coming here and saying thanks!14:40
spotzI think we sometimes forget to say that enough14:41
amoralejtotally14:41
amoralejwrt cs8 removal14:42
amoralej once https://review.opendev.org/c/openstack/tripleo-ansible/+/839688/ is merged we'll be able to finally remove centos8 from master14:42
jcapitao[m]great it's gating14:43
spotzNice14:43
amoralejyep14:43
toskygreat!14:44
amoralejfinally :)14:45
jcapitao[m]yeah :)14:46
amoralejfyi, we'll need to bump python-setuptools_scm for centos8 to get gnocchi 4.4 branch working14:49
amoraleji've been working with kkula about it14:49
amoralejit's wip14:49
jcapitao[m]ok14:51
jcapitao[m]I'm going to close the meeting if nothing more to add14:51
amoralejnothing from my side14:52
jcapitao[m]let's close14:53
jcapitao[m]#endmeeting14:53
opendevmeetMeeting ended Wed Jun 29 14:53:14 2022 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:53
opendevmeetMinutes:        https://meetings.opendev.org/meetings/rdo_meeting___2022_06_29/2022/rdo_meeting___2022_06_29.2022-06-29-14.00.html14:53
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/rdo_meeting___2022_06_29/2022/rdo_meeting___2022_06_29.2022-06-29-14.00.txt14:53
opendevmeetLog:            https://meetings.opendev.org/meetings/rdo_meeting___2022_06_29/2022/rdo_meeting___2022_06_29.2022-06-29-14.00.log.html14:53
jcapitao[m]thank you all for joining 14:53
spotz[m]Thanks jcapitao for14:53
spotz[m]Leading and everyone for attending 14:53
amoralejthanks jcapitao[m]!14:54
rdogerritMichael Johnson created openstack/octavia-distgit rpm-master: Update Octavia spec for secure-RBAC  https://review.rdoproject.org/r/c/openstack/octavia-distgit/+/4378815:09
ykarelamoralej, when you get chance, please check https://review.rdoproject.org/r/q/topic:requirements-sync15:21
ykareland also https://review.rdoproject.org/r/c/nfvinfo/+/43666 15:22
*** dviroel is now known as dviroel|lunch15:24
rdogerritrdo-trunk created openstack/cloudkitty-distgit wallaby-rdo: openstack-cloudkitty-14.0.2-1  https://review.rdoproject.org/r/c/openstack/cloudkitty-distgit/+/4379015:45
rdogerritrdo-trunk created openstack/ec2-api-distgit wallaby-rdo: openstack-ec2-api-12.1.0-1  https://review.rdoproject.org/r/c/openstack/ec2-api-distgit/+/4379115:45
*** marios is now known as marios|out15:48
*** rlandy is now known as rlandy|biab15:51
*** rlandy|biab is now known as rlandy16:27
*** jpena is now known as jpena|off16:34
*** dviroel|lunch is now known as dviroel16:37
rdogerritMerged openstack/cloudkitty-distgit wallaby-rdo: openstack-cloudkitty-14.0.2-1  https://review.rdoproject.org/r/c/openstack/cloudkitty-distgit/+/4379016:50
*** amoralej is now known as amoralej|off16:52
rdogerritMerged openstack/neutron-distgit yoga-rdo: Requirement Sync  https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/4377417:06
rdogerritMerged openstack/neutron-distgit xena-rdo: Requirement Sync  https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/4377517:09
rdogerritMerged openstack/neutron-distgit wallaby-rdo: Requirement Sync  https://review.rdoproject.org/r/c/openstack/neutron-distgit/+/4377617:09
*** undefined_ is now known as Guest368417:55
*** Guest3684 is now known as rcastillo_17:55
*** rcastillo_ is now known as rcastillo17:57
rdogerritJon Schlueter created rdoinfo master: add upstream for dogpile-cache  https://review.rdoproject.org/r/c/rdoinfo/+/4379218:43
*** dviroel is now known as dviroel|biab20:30
rdogerritrdo-trunk created openstack/designate-tempest-plugin-distgit rpm-master: python-designate-tests-tempest: failed to build 3fe1bd1  https://review.rdoproject.org/r/c/openstack/designate-tempest-plugin-distgit/+/4379421:26
rdogerritMerged config master: Update auth url for vexxhost  https://review.rdoproject.org/r/c/config/+/4379321:29
rdogerritRonelle Landy created config master: Revert "Update auth url for vexxhost"  https://review.rdoproject.org/r/c/config/+/4367921:38
rdogerritMerged config master: Revert "Update auth url for vexxhost"  https://review.rdoproject.org/r/c/config/+/4367922:00
*** dviroel|biab is now known as dviroel22:09
*** dasm is now known as dasm|off22:15
*** rlandy is now known as rlandy|bbl22:25
*** dviroel is now known as dviroel|out22:28
rdogerritrdo-trunk created puppet/puppet-swift-distgit rpm-master: puppet-swift: failed to build e004e46  https://review.rdoproject.org/r/c/puppet/puppet-swift-distgit/+/4379522:44
*** gce108__ is now known as gce10822:51
rdogerritrdo-trunk created openstack/tripleo-heat-templates-distgit rpm-master: openstack-tripleo-heat-templates: failed to build 8b0260e3b  https://review.rdoproject.org/r/c/openstack/tripleo-heat-templates-distgit/+/4379623:29
rdogerritrdo-trunk created openstack/tripleo-ansible-distgit rpm-master: tripleo-ansible: failed to build 6d757154  https://review.rdoproject.org/r/c/openstack/tripleo-ansible-distgit/+/4379723:29

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