Tuesday, 2025-05-27

*** jakeyip_ is now known as jakeyip00:20
mnasiadkajakeyip: there will be no unmaintained/2023.2 - it has gone directly EOL since it's not a SLURP release - see https://review.opendev.org/c/openstack/releases/+/94858007:01
eolivarefungi, o/ do you know anything about the outage of http://download.cirros-cloud.net/? IDK if it's part of openstack infra or not. But it is going to affect many opendev jobs08:11
jakeyipthanks mnasiadka 08:11
fricklereolivare: https://download.cirros-cloud.net/ is not part of opendev, it is hosted on dreamhost and managed by a single person. you should not use it in CI directly, we have mirrored all (most?) relevant images into our CI images so they should be available directly in the local fs08:48
frickleralso https://download.cirros-cloud.net/ is working for me currently, maybe they just had some maintenance earlier?08:49
eolivarefrickler, yes, it seems it's back. Thanks for the advice anyway08:49
eolivarefrickler, it is used from many projects and jobs, including devstack-tempest (I'd say many jobs inherit from it)08:51
eolivarehttps://opendev.org/openstack/tempest/src/branch/master/zuul.d/base.yaml#L2108:51
fricklereolivare: devstack should have some logic built in to not actually download those images, but use the provided ones. if that doesn't work, that's a bug. (and also that line should likely be updated to refer to the latest images)09:02
eolivarefrickler, ack, thanks09:03
fungijakeyip: unmaintained status doesn't apply to non-slurp releases: https://releases.openstack.org/12:49
fungijakeyip: second bullet at https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html#unmaintained-branches "Only SLURP releases are eligible for having an Unmaintained branch."12:51
fungioh, and i see mnasiadka already answered ;)12:51
opendevreviewJeremy Stanley proposed openstack/project-config master: Revert "Temporarily require Signed-Off-By in the sandbox"  https://review.opendev.org/c/openstack/project-config/+/95099713:40
opendevreviewJeremy Stanley proposed openstack/project-config master: Replace OpenStack's CLA enforcement with the DCO  https://review.opendev.org/c/openstack/project-config/+/95099813:43
opendevreviewJeremy Stanley proposed openstack/project-config master: Add missing ACL inheritance for openstack/grian-ui  https://review.opendev.org/c/openstack/project-config/+/95101015:03
fungisean-k-mooney: ^ fyi15:03
sean-k-mooneyacjj u jubd if assumned that was the default 15:05
sean-k-mooneybut that looks ok with me15:05
clarkbfungi: question on that15:06
fungiyeah, it's not default, gerrit doesn't have a way to do implicit inheritence based on repository name patterns15:06
sean-k-mooneyi guess we need to be explcit because we have multiple orgs15:06
fungiclarkb: my upcoming patches may answer your qeuestion, whatever it is15:06
clarkbfungi: basically I think you can remove the require cla line in the same change since it will be inherited then you have one less cleanup later15:06
fungii need to remove a bunch of duplicate entries from openstack project acls15:07
fungilike ~23015:07
fungiso easier to do that in a batch change15:07
clarkback15:07
fungithis was the only non-sig repo in the openstack namespace which was missing the inheritence entry15:08
fungiit'll get a little messy since some openstack sig repos don't inherit from meta-config and some do but then override those values instead15:09
opendevreviewJeremy Stanley proposed openstack/project-config master: Replace OpenStack's CLA enforcement with the DCO  https://review.opendev.org/c/openstack/project-config/+/95099816:21
opendevreviewJeremy Stanley proposed openstack/project-config master: Deduplicate OpenStack ACL content  https://review.opendev.org/c/openstack/project-config/+/95101416:21
fungiclarkb: ^ first attempt at it16:23
clarkbfungi: have we checked that mergeContent = true is an inherited field/value? I know the dco/cla stuff is16:26
fungigood question. i had assumed everything in the acl could be inherited16:27
clarkbya I think 99% of things are16:27
clarkbbut probably worth double checking before we make a massive update like this16:27
fungiwe have it in meta-config, at least16:27
clarkbhttps://gerrit-review.googlesource.com/Documentation/config-project-config.html the default is INHERIT so ya should be fine16:28
fungioh good, i wasn't sure where to start investigating that16:28
clarkbthat page can also be used to check requireChangeId (which also defaults to INHERIT)16:30
sean-k-mooneyyou can see it in gerrit too i think16:57
sean-k-mooneyon a per proejct basis16:57
sean-k-mooneyso like here https://review.opendev.org/admin/repos/openstack/nova,general16:57
sean-k-mooneyyou can at lest see if it is inerited and the value16:58
clarkbin this case I don't think you'd see that because all these projects are explcitiyl setting it. But if you found one that isn't you'd be able to confirm17:00
clarkbbut the docs have us covered. I'm not worried just wanted to double check17:01
sean-k-mooneywhich setting was it merge-content17:23
sean-k-mooneyya i thinik most have that hardcoded17:24
sean-k-mooneyits in https://docs.opendev.org/opendev/infra-manual/latest/creators.html#minimal-acl-file17:24
sean-k-mooneyso which does nto use ineritance17:24
sean-k-mooneyso if they followed that guide it will be set17:24
fungiwell, that's general guidance for projects in opendev, not guidance for openstack projects17:28
fungihttps://docs.openstack.org/project-team-guide/repository.hcould stand to have a section on project creation that spells out openstack-specific project requirements17:30
fungithings like the meta-config inheritance17:30
sean-k-mooneyi see well given the two docs dont cross link it make discoverablity of any openstack extra hard17:40
fungithey cross-link insofar as the project team guide refers to the infra manual for things like retirement steps17:41
sean-k-mooneyright but this https://docs.openstack.org/project-team-guide/preface.html is the entirty of the project creation docs17:41
sean-k-mooneyit just says follow the opendev one17:42
fungiand i think infra manual links to openstack governance and project team guide references at the begining of the document17:42
fungihttps://docs.opendev.org/opendev/infra-manual/latest/creators.html#decide-status-and-namespace-of-your-project17:42
sean-k-mooneyit does not callthe linke you pased above did not 17:42
sean-k-mooney..17:43
sean-k-mooneythe link you pased above is a 404 by the way https://docs.openstack.org/project-team-guide/repository.hcould17:43
sean-k-mooneyi assume you were referint to a subheading in https://docs.openstack.org/project-team-guide/repository17:43
fungimy ssh session is struggling with weak wifi in my office at the moment, so edits didn't resolve the way i intended17:44
sean-k-mooneythat just has removal and retirement currently but it could have creation too17:44
sean-k-mooneyfungi: no worries17:44
fungihttps://docs.openstack.org/project-team-guide/repository.html is what i was trying to link earlier17:45
fungii was saying that document has sections on renaming and retiring but no section on creation, and probably should17:45
sean-k-mooneyah yes i agree that would be good18:05
sean-k-mooneyprobaly move https://docs.openstack.org/project-team-guide/preface.html to that page as a sub section18:05

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