Tuesday, 2022-01-25

*** ministry is now known as __ministry00:06
ianwmlavalle: oh, we went through a whole thing with dashboards with frickler01:45
ianwas fungi says, the fragment was causing issues : we ended up merging https://gerrit-review.googlesource.com/c/gerrit/+/321535 upstream to update docs01:46
mlavalleianw: any pointers?01:47
mlavalleianw: thanks01:47
ianwiirc it was basically just remove /#/ and use /dashboard/?... directly01:51
fzzf[m]I use zuul as CI, but review change on manila, CI  seem not to be triggered, where to check01:54
fzzf[m]hello folks, zuul check queue have a lot project. Is there any way to monitor only manila? I'm add change on manila.02:07
fungitbarron: ^ next time you're around, maybe you know how third-party ci systems for manila are typically configured?02:30
fungior know who might?02:30
*** ysandeep|out is now known as ysandeep05:41
noonedeadpunkmornings! Can I ask for some review of https://review.opendev.org/c/openstack/project-config/+/824230/ and https://review.opendev.org/c/openstack/project-config/+/824229 ?07:14
*** aluria is now known as Guest50407:49
*** amoralej|off is now known as amoralej08:04
*** jpena|off is now known as jpena08:35
vkmcfzzf[m], hey, looking at your change08:45
fzzf[m]vkmc: https://review.opendev.org/c/openstack/manila/+/82542908:54
vkmcfzzf[m], and you ci change?08:55
fzzf[m]I'm build a local CI use SF. this don't have change08:56
fzzf[m]vkmc: I'm using CI to submit the driver. CI is local, is this right?08:58
vkmcfzzf[m], I'm not familiar with software factory 09:00
vkmcand I cannot find relevant docs right now 09:00
vkmclet's wait for other 3rd party driver maintainers to join (I'm thinking a couple of folks based in Americas timezone) 09:01
vkmcand ask to them 09:01
vkmcok?09:01
fzzf[m]A software package zuul nodepool gerrit zookeeper and so on09:01
fzzf[m]vkmc: https://softwarefactory-project.io/docs/operator/index.html09:01
*** ysandeep is now known as ysandeep|lunch09:27
*** ysandeep|lunch is now known as ysandeep10:28
elodilleshi infra team, it seems something is wrong with the tag releases jobs10:38
elodillesas I see it misses some ECDSA host keys10:39
elodillesfor example: https://zuul.opendev.org/t/openstack/build/a490703c83514eb7ba9d0ff6307f7371/log/job-output.txt#641-64710:40
elodillesand https://zuul.opendev.org/t/openstack/build/00d3f765ea6847a3bf7ea53294cf2a88/log/job-output.txt#979-98010:40
elodillesand https://zuul.opendev.org/t/openstack/build/d8aaeff52dac442e89fd3e253596e0c2/log/job-output.txt#98010:40
elodillesdo you have any idea what could be the root cause of these errors?10:41
fricklerelodilles: well we upgraded gerrit last night, so chances are high that this is related, but it needs further investigation. infra-root ^^10:42
elodillesfrickler: thanks for the info10:44
*** rlandy|out is now known as rlandy|ruck11:14
*** dviroel|out is now known as dviroel11:20
*** soniya29 is now known as soniya29|afk11:56
*** sshnaidm|afk is now known as sshnaidm12:28
*** ysandeep is now known as ysandeep|mtg12:59
*** amoralej is now known as amoralej|lunch13:31
fungielodilles: frickler: oh, i wonder if gerrit 3.4 added some new host key algorithms and it's tripping over that. any clue where we set up gerrit's known hosts entry for those jobs?13:59
fungiwe took out the sshfp records so it's not that it's missing from those14:00
fungihere we go: https://zuul.opendev.org/t/openstack/build/a490703c83514eb7ba9d0ff6307f7371/console#1/0/25/ubuntu-focal14:01
fungiso it's in the add-sshkey role14:02
*** amoralej|lunch is now known as amoralej14:02
fungicalled from opendev.org/openstack/project-config/playbooks/release/pre.yaml14:02
fungiit's a zuul-jobs standard role, but we pass in a release_ssh_key secret from zuul.d/secrets.yaml14:05
fungilooks like it currently includes ssh-rsa, ssh-ed25519, and ecdsa-sha2-nistp256 host key types14:06
opendevreviewMerged openstack/project-config master: Use same ACL for all OpenStack-Ansible Projects  https://review.opendev.org/c/openstack/project-config/+/82423014:06
opendevreviewMerged openstack/project-config master: Add Backport-Candidate label to openstack-ansible ACL  https://review.opendev.org/c/openstack/project-config/+/82422914:06
fungiianw: clarkb: when you're around, that's probably something we should check in future upgrades14:06
fungii'll work on getting the updated host key list in any places we stored the old one14:07
*** ysandeep|mtg is now known as ysandeep14:17
fungifrickler: elodilles: on closer inspection, i think the unknown host key message there is a benign warning because we forgot to update the ip addresses of review.opendev.org in those *_ssh_key secrets. i'm fixing that, but the real error message is: "You need 'Create Tag' rights to push a normal tag."14:22
fricklerfungi: I was just about to mention the old IP addresses and wondering why that would have been broken only now14:22
fungii wonder if something changed with gerrit's acls that it now needs push-tag rights in addition to (or instead of) push-signed-tags?14:22
fungifrickler: my guess is if you pulled up the job history and looked at a recent successful run you'd find the same host key warning14:23
fungii did double-check the server with ssh-keyscan and still only see the same key types with the same hash values we've already got14:23
opendevreviewJeremy Stanley proposed openstack/project-config master: Update Gerrit IP addresses in SSH key secrets  https://review.opendev.org/c/openstack/project-config/+/82629414:25
fungithat's ^ to silence the unknown host key warnings14:25
elodillesindeed, the 'not in list of known hosts' message is there in previous successful job runs as well14:32
fungii'm leaning toward this being an actual gerrit bug. thankfully we grant release team permissions centrally so we can fix this for openstack fairly easily. on the other hand any projects with their own release processes spread across a bunch of individual acls will not be so lucky14:34
fungii'll need to do a bit more testing unfortunately14:34
elodilles:S14:38
elodillesthanks for working on this14:39
fricklerlooking at https://review.opendev.org/Documentation/access-control.html#access_categories I would think we need to grant the "Create Reference" permission, but I cannot find how that would translate into a config file14:41
fungipreviously https://review.opendev.org/Documentation/access-control.html#category_create_signed was sufficient14:46
fungii worry that create reference permission on refs/tags/* would allow people to accidentally push unsigned tags14:47
elodillesthe create and pushSigned is there: https://opendev.org/openstack/project-config/src/branch/master/gerrit/acls/openstack/meta-config.config#L314:47
elodillesor do i look the wrong thing?14:47
fungino, that's what we've been using up to now. i'm trying to work out if there's a regression or if we missed something subtle in the release notes14:48
clarkbfungi: is it possible we need create tag and create signed tag? maybe that is what you are getting at about allowing unsigned tags14:53
fungiright, if so that'd be a regression but maybe they call it out in the release notes? i haven't looked yet14:57
clarkbI skimmed the release notes and they did not14:57
clarkbI did a ^F tag and looked at hte 7 results14:58
*** sshnaidm is now known as sshnaidm|afk15:01
opendevreviewJeremy Stanley proposed openstack/project-config master: Grant Create Annotated Tag perms on bindep  https://review.opendev.org/c/openstack/project-config/+/82630515:10
opendevreviewJeremy Stanley proposed openstack/project-config master: Update bindep ACL to use new createSignedTag perm  https://review.opendev.org/c/openstack/project-config/+/82630915:17
*** ysandeep is now known as ysandeep|out15:23
opendevreviewMerged openstack/project-config master: Update Gerrit IP addresses in SSH key secrets  https://review.opendev.org/c/openstack/project-config/+/82629415:34
*** dviroel is now known as dviroel|lunch15:37
opendevreviewMerged openstack/project-config master: Update bindep ACL to use new createSignedTag perm  https://review.opendev.org/c/openstack/project-config/+/82630915:39
*** sshnaidm|afk is now known as sshnaidm15:55
opendevreviewJeremy Stanley proposed openstack/project-config master: Grant Create Annotated Tag perms on bindep  https://review.opendev.org/c/openstack/project-config/+/82630515:56
opendevreviewJeremy Stanley proposed openstack/project-config master: Grant Create Annotated Tag perms on bindep  https://review.opendev.org/c/openstack/project-config/+/82630515:57
opendevreviewMerged openstack/project-config master: Grant Create Annotated Tag perms on bindep  https://review.opendev.org/c/openstack/project-config/+/82630516:33
*** dviroel|lunch is now known as dviroel16:38
opendevreviewJeremy Stanley proposed openstack/project-config master: Work around signed tag regression from Gerrit 3.4  https://review.opendev.org/c/openstack/project-config/+/82633417:15
opendevreviewJeremy Stanley proposed openstack/project-config master: Remove unsigned tagging permission from projects  https://review.opendev.org/c/openstack/project-config/+/82633517:15
*** jpena is now known as jpena|off17:34
opendevreviewJeremy Stanley proposed openstack/project-config master: Work around signed tag regression from Gerrit 3.4  https://review.opendev.org/c/openstack/project-config/+/82633417:43
opendevreviewJeremy Stanley proposed openstack/project-config master: Remove unsigned tagging permission from projects  https://review.opendev.org/c/openstack/project-config/+/82633517:43
*** amoralej is now known as amoralej|off17:44
opendevreviewdaniel.pawlik proposed openstack/ci-log-processing master: DNM testing py39  https://review.opendev.org/c/openstack/ci-log-processing/+/82635918:58
opendevreviewMerged openstack/project-config master: Work around signed tag regression from Gerrit 3.4  https://review.opendev.org/c/openstack/project-config/+/82633418:58
opendevreviewdaniel.pawlik proposed openstack/ci-log-processing master: DNM testing py39  https://review.opendev.org/c/openstack/ci-log-processing/+/82635918:59
fungii'll keep tabs on the 826334 deployment18:59
fungier, wrong channel18:59
fungitimburke_: your recollection matches mine on the fips test addition for swift, the insufficient space errors were misleading, because it was trying to write extended attributes to a non-xfs filesystem since the fips mode reboot was umounting the xfs loop file, solved by moving the reboot much earlier in the test prep20:41
timburke_👍20:43
*** dviroel is now known as dviroel|afk21:38
*** rlandy|ruck is now known as rlandy|out23:48

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